Skip to content

Commit

Permalink
Merge pull request #25 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 4d22c13 + 0cc3698 commit 52bec03
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-vans-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-turtles-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-zoos-walk.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.3

### Patch Changes

- Updated dependencies [280ab96]
- @journeyapps/powersync-sdk-common@0.1.2

## 0.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": "0.0.2",
"version": "0.0.3",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {},
"dependencies": {
"@journeyapps/powersync-sdk-common": "0.1.1"
"@journeyapps/powersync-sdk-common": "0.1.2"
},
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/powersync-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @journeyapps/powersync-react

## 0.1.1

### Patch Changes

- 961f544: Fixed: Added correct typings for React hooks. Previously hooks would return `any`.
- Updated dependencies [280ab96]
- @journeyapps/powersync-sdk-common@0.1.2

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"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.1"
"@journeyapps/powersync-sdk-common": "0.1.2"
},
"peerDependencies": {
"react": "*"
Expand Down
7 changes: 7 additions & 0 deletions packages/powersync-sdk-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @journeyapps/powersync-sdk-common

## 0.1.2

### Patch Changes

- 280ab96: - Removed `user-id` header from backend connector and remote headers.
- Added `waitForReady` method on PowerSyncDatabase client which resolves once initialization is complete.

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

## 0.1.2

### Patch Changes

- 2c0a54f: Fixed: `get`, `getAll` and `getOptional` should execute inside a readLock for concurrency
- Updated dependencies [280ab96]
- Updated dependencies [961f544]
- @journeyapps/powersync-sdk-common@0.1.2
- @journeyapps/powersync-react@0.1.1

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

0 comments on commit 52bec03

Please sign in to comment.