Skip to content

Commit

Permalink
Merge pull request #27 from powersync-ja/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
stevensJourney authored Nov 6, 2023
2 parents 36a9d21 + 2c97d44 commit b0f7446
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-jobs-return.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

## 0.0.4

### Patch Changes

- Updated dependencies [ba982eb]
- @journeyapps/powersync-sdk-common@0.1.3

## 0.0.3

### 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": "0.0.3",
"version": "0.0.4",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {},
"dependencies": {
"@journeyapps/powersync-sdk-common": "0.1.2"
"@journeyapps/powersync-sdk-common": "0.1.3"
},
"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

## 0.1.2

### Patch Changes

- Updated dependencies [ba982eb]
- @journeyapps/powersync-sdk-common@0.1.3

## 0.1.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": "0.1.1",
"version": "0.1.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": "0.1.2"
"@journeyapps/powersync-sdk-common": "0.1.3"
},
"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

## 0.1.3

### Patch Changes

- ba982eb: Fixed regression where `waitForReady` would not trigger or resolve if not invoked before `init`

## 0.1.2

### 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": "0.1.2",
"version": "0.1.3",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/powersync-sdk-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @journeyapps/powersync-sdk-react-native

## 0.1.3

### Patch Changes

- Updated dependencies [ba982eb]
- @journeyapps/powersync-sdk-common@0.1.3
- @journeyapps/powersync-react@0.1.2

## 0.1.2

### 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": "0.1.2",
"version": "0.1.3",
"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": "0.1.1",
"@journeyapps/powersync-sdk-common": "0.1.2",
"@journeyapps/powersync-react": "0.1.2",
"@journeyapps/powersync-sdk-common": "0.1.3",
"async-lock": "^1.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit b0f7446

Please sign in to comment.