Skip to content

Commit

Permalink
Version Packages (#180)
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 15, 2025
1 parent 9d9ff08 commit 9befbfc
Show file tree
Hide file tree
Showing 29 changed files with 161 additions and 34 deletions.
7 changes: 0 additions & 7 deletions .changeset/big-books-remember.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/green-trainers-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/heavy-llamas-move.md

This file was deleted.

7 changes: 7 additions & 0 deletions libs/lib-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/lib-service-mongodb

## 0.3.1

### Patch Changes

- Updated dependencies [9d9ff08]
- @powersync/lib-services-framework@0.4.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/lib-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/lib-service-mongodb",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/index.d.ts",
"version": "0.3.0",
"version": "0.3.1",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions libs/lib-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# @powersync/lib-service-postgres

## 0.1.0

### Minor Changes

- 9d9ff08: Initial release of Postgres bucket storage.

### Patch Changes

- Updated dependencies [9d9ff08]
- @powersync/lib-services-framework@0.4.0
2 changes: 1 addition & 1 deletion libs/lib-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/lib-service-postgres",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/index.d.ts",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions libs/lib-services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/lib-services-framework

## 0.4.0

### Minor Changes

- 9d9ff08: Improved migrations logic. Up migrations can be executed correctly after down migrations.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/lib-services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@powersync/lib-services-framework",
"repository": "https://github.com/powersync-ja/powersync-service",
"version": "0.3.0",
"version": "0.4.0",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions modules/module-mongodb-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @powersync/service-module-mongodb-storage

## 0.3.0

### Minor Changes

- 9d9ff08: Updated BucketStorageFactory to use AsyncDisposable

### Patch Changes

- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- @powersync/service-core@0.15.0
- @powersync/lib-services-framework@0.4.0
- @powersync/lib-service-mongodb@0.3.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/module-mongodb-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/service-module-mongodb-storage",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/index.d.ts",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions modules/module-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @powersync/service-module-mongodb

## 0.3.1

### Patch Changes

- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- @powersync/service-core@0.15.0
- @powersync/lib-services-framework@0.4.0
- @powersync/lib-service-mongodb@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/module-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/service-module-mongodb",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/index.d.ts",
"version": "0.3.0",
"version": "0.3.1",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions modules/module-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @powersync/service-module-mysql

## 0.1.9

### Patch Changes

- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- @powersync/service-core@0.15.0
- @powersync/lib-services-framework@0.4.0

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/module-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/service-module-mysql",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/index.d.ts",
"version": "0.1.8",
"version": "0.1.9",
"license": "FSL-1.1-Apache-2.0",
"main": "dist/index.js",
"type": "module",
Expand Down
16 changes: 16 additions & 0 deletions modules/module-postgres-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# @powersync/service-module-postgres-storage

## 0.1.0

### Minor Changes

- 9d9ff08: Initial release of Postgres bucket storage.

### Patch Changes

- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- @powersync/service-core-tests@0.3.0
- @powersync/service-core@0.15.0
- @powersync/lib-service-postgres@0.1.0
- @powersync/lib-services-framework@0.4.0
2 changes: 1 addition & 1 deletion modules/module-postgres-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/service-module-postgres-storage",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/@types/index.d.ts",
"version": "0.0.1",
"version": "0.1.0",
"main": "dist/index.js",
"type": "module",
"publishConfig": {
Expand Down
15 changes: 15 additions & 0 deletions modules/module-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @powersync/service-module-postgres

## 0.4.0

### Minor Changes

- 9d9ff08: Initial release of Postgres bucket storage.

### Patch Changes

- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- @powersync/service-core@0.15.0
- @powersync/lib-service-postgres@0.1.0
- @powersync/lib-services-framework@0.4.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/module-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.3.0",
"version": "0.4.0",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/rsocket-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/service-rsocket-router

## 0.0.16

### Patch Changes

- Updated dependencies [9d9ff08]
- @powersync/lib-services-framework@0.4.0

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rsocket-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@powersync/service-rsocket-router",
"repository": "https://github.com/powersync-ja/powersync-service",
"version": "0.0.15",
"version": "0.0.16",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "FSL-1.1-Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/service-core-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @powersync/service-core-tests

## 0.3.0

### Minor Changes

- 9d9ff08: Updated BucketStorageFactory to use AsyncDisposable
- 9d9ff08: Improved migrations logic. Up migrations can be executed correctly after down migrations.

### Patch Changes

- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- @powersync/service-core@0.15.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/service-core-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions packages/service-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @powersync/service-core

## 0.15.0

### Minor Changes

- 9d9ff08: Updated BucketStorageFactory to use AsyncDisposable
- 9d9ff08: Initial release of Postgres bucket storage.

### Patch Changes

- Updated dependencies [9d9ff08]
- @powersync/lib-services-framework@0.4.0
- @powersync/service-rsocket-router@0.0.16

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/service-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.14.0",
"version": "0.15.0",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
16 changes: 16 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @powersync/service-image

## 1.3.8

### Patch Changes

- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- @powersync/service-module-mongodb-storage@0.3.0
- @powersync/service-core@0.15.0
- @powersync/service-module-postgres-storage@0.1.0
- @powersync/service-module-postgres@0.4.0
- @powersync/lib-services-framework@0.4.0
- @powersync/service-module-mongodb@0.3.1
- @powersync/service-module-mysql@0.1.9
- @powersync/service-rsocket-router@0.0.16

## 1.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/service-image",
"version": "1.3.7",
"version": "1.3.8",
"private": true,
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions test-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# test-client

## 0.1.20

### Patch Changes

- Updated dependencies [9d9ff08]
- Updated dependencies [9d9ff08]
- @powersync/service-core@0.15.0

## 0.1.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "test-client",
"repository": "https://github.com/powersync-ja/powersync-service",
"private": true,
"version": "0.1.19",
"version": "0.1.20",
"main": "dist/index.js",
"bin": "dist/bin.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9befbfc

Please sign in to comment.