Skip to content

Commit

Permalink
Version Packages (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 24, 2024
1 parent 6983121 commit 7d4c6fe
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-foxes-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fast-chicken-vanish.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/powersync-attachments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @journeyapps/powersync-attachments

## 1.0.3

### Patch Changes

- Updated dependencies [6983121]
- @journeyapps/powersync-sdk-common@1.1.0

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/powersync-attachments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@journeyapps/powersync-attachments",
"version": "1.0.2",
"version": "1.0.3",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {},
"dependencies": {
"@journeyapps/powersync-sdk-common": "1.0.1"
"@journeyapps/powersync-sdk-common": "1.1.0"
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/powersync-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @journeyapps/powersync-react

## 1.0.2

### Patch Changes

- Updated dependencies [6983121]
- @journeyapps/powersync-sdk-common@1.1.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/powersync-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@journeyapps/powersync-react",
"version": "1.0.1",
"version": "1.0.2",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://docs.powersync.co/resources/api-reference",
"dependencies": {
"@journeyapps/powersync-sdk-common": "1.0.1"
"@journeyapps/powersync-sdk-common": "1.1.0"
},
"peerDependencies": {
"react": "*"
Expand Down
6 changes: 6 additions & 0 deletions packages/powersync-sdk-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @journeyapps/powersync-sdk-common

## 1.1.0

### Minor Changes

- 6983121: Added the ability to receive batched table updates from DB adapters.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync-sdk-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@journeyapps/powersync-sdk-common",
"version": "1.0.1",
"version": "1.1.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
13 changes: 13 additions & 0 deletions packages/powersync-sdk-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @journeyapps/powersync-sdk-react-native

## 1.1.0

### Minor Changes

- 6983121: Added the ability to receive batched table updates from DB adapters.

### Patch Changes

- 6983121: Fixed watched queries from updating before writes have been commited on the write connection.
- Updated dependencies [6983121]
- @journeyapps/powersync-sdk-common@1.1.0
- @journeyapps/powersync-react@1.0.2

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/powersync-sdk-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@journeyapps/powersync-sdk-react-native",
"version": "1.0.1",
"version": "1.1.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -39,8 +39,8 @@
"web-streams-polyfill": "^3.2.1"
},
"dependencies": {
"@journeyapps/powersync-react": "1.0.1",
"@journeyapps/powersync-sdk-common": "1.0.1",
"@journeyapps/powersync-react": "1.0.2",
"@journeyapps/powersync-sdk-common": "1.1.0",
"async-lock": "^1.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7d4c6fe

Please sign in to comment.