Skip to content

Commit

Permalink
Version Packages (#53)
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 29, 2024
1 parent c9ad713 commit a308e45
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/nervous-wasps-drive.md

This file was deleted.

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

## 0.17.14

### Patch Changes

- Updated dependencies [c9ad713]
- @powersync/service-types@0.2.0

## 0.17.13

### 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.17.13",
"version": "0.17.14",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions packages/service-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @powersync/service-core

## 0.7.0

### Minor Changes

- c9ad713: Removed unused development routes

### Patch Changes

- Updated dependencies [c9ad713]
- @powersync/service-types@0.2.0
- @powersync/service-jpgwire@0.17.14

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

## 0.2.0

### Minor Changes

- c9ad713: Removed unused development routes

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/service-types",
"version": "0.1.0",
"version": "0.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "FSL-1.1-Apache-2.0",
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

## 0.4.3

### Patch Changes

- Updated dependencies [c9ad713]
- @powersync/service-core@0.7.0
- @powersync/service-types@0.2.0
- @powersync/service-jpgwire@0.17.14

## 0.4.2

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

0 comments on commit a308e45

Please sign in to comment.