Skip to content

Version Packages #319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/silent-suns-watch.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/twenty-donuts-watch.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wise-elephants-trade.md

This file was deleted.

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

## 0.6.4

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.
- Updated dependencies [060b829]
- @powersync/[email protected]

## 0.6.3

### Patch 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.6.3",
"version": "0.6.4",
"main": "dist/index.js",
"license": "FSL-1.1-ALv2",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions libs/lib-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @powersync/lib-service-postgres

## 0.4.7

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.
- Updated dependencies [060b829]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.4.6

### Patch Changes
Expand Down
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.4.6",
"version": "0.4.7",
"main": "dist/index.js",
"license": "FSL-1.1-ALv2",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions libs/lib-services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @powersync/lib-services-framework

## 0.7.3

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.
- Updated dependencies [060b829]
- @powersync/[email protected]

## 0.7.2

### Patch 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.7.2",
"version": "0.7.3",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions modules/module-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @powersync/service-module-core

## 0.1.8

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.
- Updated dependencies [060b829]
- Updated dependencies [d49bebe]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.1.7

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

## 0.11.1

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.
- d49bebe: - Hooked up the MySQL binlog heartbeat events with the bucket batch keepalive mechanism.
Heartbeat events will now update the latest keepalive timestamp in the sync rules.
- Updated dependencies [060b829]
- Updated dependencies [d49bebe]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.11.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.11.0",
"version": "0.11.1",
"main": "dist/index.js",
"license": "FSL-1.1-ALv2",
"type": "module",
Expand Down
14 changes: 14 additions & 0 deletions modules/module-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @powersync/service-module-mongodb

## 0.11.1

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.
- Updated dependencies [060b829]
- Updated dependencies [d49bebe]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.11.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.11.0",
"version": "0.11.1",
"main": "dist/index.js",
"license": "FSL-1.1-ALv2",
"type": "module",
Expand Down
18 changes: 18 additions & 0 deletions modules/module-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @powersync/service-module-mysql

## 0.9.0

### Minor Changes

- d49bebe: - Hooked up the MySQL binlog heartbeat events with the bucket batch keepalive mechanism.
Heartbeat events will now update the latest keepalive timestamp in the sync rules.

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.
- Updated dependencies [060b829]
- Updated dependencies [d49bebe]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.8.0

### Minor 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.8.0",
"version": "0.9.0",
"license": "FSL-1.1-ALv2",
"main": "dist/index.js",
"type": "module",
Expand Down
18 changes: 18 additions & 0 deletions modules/module-postgres-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @powersync/service-module-postgres-storage

## 0.9.1

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.
- d49bebe: - Hooked up the MySQL binlog heartbeat events with the bucket batch keepalive mechanism.
Heartbeat events will now update the latest keepalive timestamp in the sync rules.
- Updated dependencies [060b829]
- Updated dependencies [d49bebe]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.9.0

### Minor Changes
Expand Down
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.9.0",
"version": "0.9.1",
"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.15.1

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.
- Updated dependencies [060b829]
- Updated dependencies [d49bebe]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.15.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.15.0",
"version": "0.15.1",
"main": "dist/index.js",
"license": "FSL-1.1-ALv2",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/jpgwire/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @powersync/service-jpgwire

## 0.20.2

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.
- Updated dependencies [060b829]
- @powersync/[email protected]

## 0.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jpgwire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.20.1",
"version": "0.20.2",
"main": "dist/index.js",
"license": "FSL-1.1-ALv2",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/jsonbig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/service-jsonbig

## 0.17.11

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.

## 0.17.10

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

## 0.1.4

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.
- Updated dependencies [060b829]
- @powersync/[email protected]

## 0.1.3

### 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.1.3",
"version": "0.1.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "FSL-1.1-ALv2",
Expand Down
6 changes: 6 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/service-schema

## 1.14.1

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.

## 1.14.0

## 1.13.4
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/service-schema",
"version": "1.14.0",
"version": "1.14.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "FSL-1.1-ALv2",
Expand Down
11 changes: 11 additions & 0 deletions packages/service-core-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @powersync/service-core-tests

## 0.11.1

### Patch Changes

- 060b829: Update license abbreviation to FSL-1.1-ALv2.
- Updated dependencies [060b829]
- Updated dependencies [d49bebe]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.11.0

### Minor Changes
Expand Down
Loading