Skip to content

Commit

Permalink
Version Packages (#46)
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 Feb 1, 2024
1 parent dd13da4 commit 8010380
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-poets-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-peas-argue.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eight-squids-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-foxes-act.md

This file was deleted.

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

## 1.0.4

### Patch Changes

- Updated dependencies [dd13da4]
- Updated dependencies [dd13da4]
- @journeyapps/powersync-sdk-common@1.2.0

## 1.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": "1.0.3",
"version": "1.0.4",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {},
"dependencies": {
"@journeyapps/powersync-sdk-common": "1.1.0"
"@journeyapps/powersync-sdk-common": "1.2.0"
},
"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

## 1.0.3

### Patch Changes

- Updated dependencies [dd13da4]
- Updated dependencies [dd13da4]
- @journeyapps/powersync-sdk-common@1.2.0

## 1.0.2

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

## 1.2.0

### Minor Changes

- dd13da4: Added `viewName` option to Schema Table definitions. This allows for overriding a table's view name.

### Patch Changes

- dd13da4: Improved table change updates to be throttled on the trailing edge. This prevents unnecessary query on both the leading and rising edge.

## 1.1.0

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

## 1.2.0

### Minor Changes

- dd13da4: Bumped powersync-sqlite-core to v0.1.6. dependant projects should:
- Upgrade to `@journeyapps/[email protected]`
- run `pod repo update && pod update` in the `ios` folder for updates to reflect.

### Patch Changes

- dd13da4: Added global locks for syncing connections. Added warning when creating multiple Powersync instances.
- Updated dependencies [dd13da4]
- Updated dependencies [dd13da4]
- @journeyapps/powersync-sdk-common@1.2.0
- @journeyapps/powersync-react@1.0.3

## 1.1.0

### Minor 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.1.0",
"version": "1.2.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.2",
"@journeyapps/powersync-sdk-common": "1.1.0",
"@journeyapps/powersync-react": "1.0.3",
"@journeyapps/powersync-sdk-common": "1.2.0",
"async-lock": "^1.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8010380

Please sign in to comment.