Skip to content

Commit

Permalink
Version Packages (#191)
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 3, 2025
1 parent 223f701 commit f4898a3
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-experts-care.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- 223f701: Added utilities for Postgres server and database identification.

## 0.2.0

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

## 0.2.1

### Patch Changes

- Updated dependencies [223f701]
- @powersync/lib-service-postgres@0.3.0

## 0.2.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.2.0",
"version": "0.2.1",
"main": "dist/index.js",
"type": "module",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions modules/module-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/service-module-postgres

## 0.6.1

### Patch Changes

- Updated dependencies [223f701]
- @powersync/lib-service-postgres@0.3.0

## 0.6.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.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @powersync/service-image

## 1.3.12

### Patch Changes

- @powersync/service-module-postgres@0.6.1
- @powersync/service-module-postgres-storage@0.2.1
- @powersync/service-module-mongodb@0.4.2
- @powersync/service-module-mysql@0.2.2

## 1.3.11

### 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.11",
"version": "1.3.12",
"private": true,
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down

0 comments on commit f4898a3

Please sign in to comment.