Skip to content

Commit ff64e81

Browse files
Version Packages (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cee6fc3 commit ff64e81

File tree

12 files changed

+39
-16
lines changed

12 files changed

+39
-16
lines changed

.changeset/shaggy-parks-notice.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tiny-bobcats-smile.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# powersync
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- 9869343: [Internal] Configure trusted publishing and Github release flow.
8+
- cee6fc3: Fixed missing docker-compose.yaml template files.
9+
- Updated dependencies [cee6fc3]
10+
- @powersync/cli-plugin-docker@0.9.1
11+
- @powersync/cli-core@0.9.1
12+
- @powersync/cli-schemas@0.9.1
13+
- @powersync/cli-plugin-config-edit@0.9.1
14+
315
## 0.9.0
416

517
Refactored CLI. See docs for details.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powersync",
33
"description": "A CLI for managing PowerSync instances",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"author": "POWERSYNC",
66
"bin": {
77
"powersync": "./bin/run.js"

packages/cli-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @powersync/cli-core
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- @powersync/cli-schemas@0.9.1
8+
39
## 0.9.0
410

511
Initial release.

packages/cli-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@powersync/cli-core",
33
"description": "Core types and base commands for PowerSync CLI and plugins (shared by CLI and plugin-docker).",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"license": "FSL-1.1-ALv2",
66
"author": "POWERSYNC",
77
"type": "module",

packages/schemas/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @powersync/cli-schemas
22

3+
## 0.9.1
4+
35
## 0.9.0
46

57
Initial release.

packages/schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@powersync/cli-schemas",
33
"description": "PowerSync CLI schema definitions and JSON Schema generation",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"author": "POWERSYNC",
66
"license": "FSL-1.1-ALv2",
77
"type": "module",

plugins/config-edit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @powersync/cli-plugin-config-edit
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- @powersync/cli-core@0.9.1
8+
39
## 0.9.0
410

511
Initial release.

plugins/config-edit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@powersync/cli-plugin-config-edit",
33
"description": "PowerSync CLI plugin to launch the configuration editor",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"license": "FSL-1.1-ALv2",
66
"author": "POWERSYNC",
77
"type": "module",

0 commit comments

Comments
 (0)