Skip to content

Commit

Permalink
Version Packages (#251)
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 Jul 30, 2024
1 parent 42a661e commit 8fe44fb
Show file tree
Hide file tree
Showing 21 changed files with 160 additions and 91 deletions.
9 changes: 0 additions & 9 deletions .changeset/brave-owls-tease.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-hounds-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-clouds-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-timers-push.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- 02ae5de: Prebundling dependencies with the aim of reducing the need for polyfills.

### Patch Changes

- Updated dependencies [32e342a]
- Updated dependencies [02ae5de]
- @powersync/common@1.15.0

## 2.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/attachments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/attachments",
"version": "2.0.13",
"version": "2.1.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand All @@ -27,6 +27,6 @@
"watch": "tsc -b -w"
},
"peerDependencies": {
"@powersync/common": "workspace:^1.14.0"
"@powersync/common": "workspace:^1.15.0"
}
}
10 changes: 10 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @powersync/common

## 1.15.0

### Minor Changes

- 02ae5de: Prebundling common package with the aim of reducing the need for polyfills.

### Patch Changes

- 32e342a: Fix: correctly apply SQLOpen flags. This fixes an issue where `PowerSyncDatabase` constructor `flags` options were not used when opening SQLite connections in web.

## 1.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/common",
"version": "1.14.0",
"version": "1.15.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/kysely-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @powersync/kysely-driver

## 0.3.0

### Minor Changes

- 02ae5de: Prebundling dependencies with the aim of reducing the need for polyfills.

### Patch Changes

- Updated dependencies [32e342a]
- Updated dependencies [02ae5de]
- @powersync/common@1.15.0

## 0.2.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/kysely-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/kysely-driver",
"version": "0.2.9",
"version": "0.3.0",
"description": "Kysely driver for PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"test": "pnpm build && vitest"
},
"peerDependencies": {
"@powersync/common": "workspace:^1.14.0"
"@powersync/common": "workspace:^1.15.0"
},
"dependencies": {
"kysely": "^0.27.2"
Expand Down
14 changes: 14 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @powersync/react-native

## 1.9.0

### Minor Changes

- 02ae5de: Prebundling react-native dependencies with the aim of reducing the need for polyfills.

### Patch Changes

- Updated dependencies [02ae5de]
- Updated dependencies [32e342a]
- Updated dependencies [02ae5de]
- @powersync/react@1.4.0
- @powersync/common@1.15.0

## 1.8.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/react-native",
"version": "1.8.4",
"version": "1.9.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://docs.powersync.com/",
"peerDependencies": {
"@journeyapps/react-native-quick-sqlite": "^1.1.8",
"@powersync/common": "workspace:^1.14.0",
"@powersync/common": "workspace:^1.15.0",
"react": "*",
"react-native": "*"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @powersync/react

## 1.4.0

### Minor Changes

- 02ae5de: Prebundling dependencies with the aim of reducing the need for polyfills.

### Patch Changes

- Updated dependencies [32e342a]
- Updated dependencies [02ae5de]
- @powersync/common@1.15.0

## 1.3.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/react",
"version": "1.3.8",
"version": "1.4.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://docs.powersync.com",
"peerDependencies": {
"react": "*",
"@powersync/common": "workspace:^1.14.0"
"@powersync/common": "workspace:^1.15.0"
},
"devDependencies": {
"@testing-library/react": "^15.0.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @powersync/vue

## 0.2.0

### Minor Changes

- 02ae5de: Prebundling dependencies with the aim of reducing the need for polyfills.

### Patch Changes

- Updated dependencies [32e342a]
- Updated dependencies [02ae5de]
- @powersync/common@1.15.0

## 0.1.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/vue",
"version": "0.1.10",
"version": "0.2.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://docs.powersync.com",
"peerDependencies": {
"vue": "*",
"@powersync/common": "workspace:^1.14.0"
"@powersync/common": "workspace:^1.15.0"
},
"devDependencies": {
"flush-promises": "^1.0.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @powersync/web

## 1.4.0

### Minor Changes

- 02ae5de: Prebundling dependencies with the aim of reducing the need for polyfills.

### Patch Changes

- 32e342a: Fix: correctly apply SQLOpen flags. This fixes an issue where `PowerSyncDatabase` constructor `flags` options were not used when opening SQLite connections in web.
- Updated dependencies [32e342a]
- Updated dependencies [02ae5de]
- @powersync/common@1.15.0

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/web",
"version": "1.3.0",
"version": "1.4.0",
"description": "A Web SDK for JourneyApps PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"license": "Apache-2.0",
"peerDependencies": {
"@journeyapps/wa-sqlite": "~0.2.0",
"@powersync/common": "workspace:^1.14.0"
"@powersync/common": "workspace:^1.15.0"
},
"dependencies": {
"@powersync/common": "workspace:*",
Expand Down
Loading

0 comments on commit 8fe44fb

Please sign in to comment.