From e0ecde5bed196ec0a9f7850ead77d0ec61e37808 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:12:22 +0000 Subject: [PATCH] Version Packages --- .changeset/fix-directory-path.md | 6 ---- cli/CHANGELOG.md | 11 +++++++ cli/README.md | 56 ++++++++++++++++---------------- cli/package.json | 2 +- packages/cli-core/CHANGELOG.md | 7 ++++ packages/cli-core/package.json | 2 +- packages/schemas/CHANGELOG.md | 2 ++ packages/schemas/package.json | 2 +- plugins/config-edit/CHANGELOG.md | 7 ++++ plugins/config-edit/package.json | 2 +- plugins/docker/CHANGELOG.md | 8 +++++ plugins/docker/package.json | 2 +- 12 files changed, 68 insertions(+), 39 deletions(-) delete mode 100644 .changeset/fix-directory-path.md diff --git a/.changeset/fix-directory-path.md b/.changeset/fix-directory-path.md deleted file mode 100644 index f47cb18..0000000 --- a/.changeset/fix-directory-path.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@powersync/cli-core': patch -'powersync': patch ---- - -fix `--directory` absolute path resolution in CLI diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ba723d1..d7b1790 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # powersync +## 0.10.1 + +### Patch Changes + +- 0eaf362: fix `--directory` absolute path resolution in CLI +- Updated dependencies [0eaf362] + - @powersync/cli-core@0.10.1 + - @powersync/cli-plugin-config-edit@0.10.1 + - @powersync/cli-plugin-docker@0.10.1 + - @powersync/cli-schemas@0.10.1 + ## 0.10.0 ### Minor Changes diff --git a/cli/README.md b/cli/README.md index aaa85ad..f06e739 100644 --- a/cli/README.md +++ b/cli/README.md @@ -238,7 +238,7 @@ $ npm install -g powersync $ powersync COMMAND running command... $ powersync (--version) -powersync/0.10.0 linux-x64 node-v24.16.0 +powersync/0.10.1 linux-x64 node-v24.18.0 $ powersync --help [COMMAND] USAGE $ powersync COMMAND @@ -401,7 +401,7 @@ EXAMPLES $ powersync compact --timeout=0 ``` -_See code: [src/commands/compact.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/compact.ts)_ +_See code: [src/commands/compact.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/compact.ts)_ ## `powersync configure ide` @@ -421,7 +421,7 @@ EXAMPLES $ powersync configure ide ``` -_See code: [src/commands/configure/ide.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/configure/ide.ts)_ +_See code: [src/commands/configure/ide.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/configure/ide.ts)_ ## `powersync deploy` @@ -464,7 +464,7 @@ EXAMPLES $ powersync deploy --instance-id= ``` -_See code: [src/commands/deploy/index.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/deploy/index.ts)_ +_See code: [src/commands/deploy/index.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/deploy/index.ts)_ ## `powersync deploy service-config` @@ -502,7 +502,7 @@ EXAMPLES $ powersync deploy service-config --instance-id= ``` -_See code: [src/commands/deploy/service-config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/deploy/service-config.ts)_ +_See code: [src/commands/deploy/service-config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/deploy/service-config.ts)_ ## `powersync deploy sync-config` @@ -540,7 +540,7 @@ EXAMPLES $ powersync deploy sync-config --instance-id= ``` -_See code: [src/commands/deploy/sync-config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/deploy/sync-config.ts)_ +_See code: [src/commands/deploy/sync-config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/deploy/sync-config.ts)_ ## `powersync destroy` @@ -573,7 +573,7 @@ EXAMPLES $ powersync destroy --confirm=yes ``` -_See code: [src/commands/destroy.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/destroy.ts)_ +_See code: [src/commands/destroy.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/destroy.ts)_ ## `powersync docker configure` @@ -611,7 +611,7 @@ EXAMPLES $ powersync docker configure --database=postgres --storage=postgres ``` -_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/docker/configure.ts)_ +_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/docker/configure.ts)_ ## `powersync docker reset` @@ -640,7 +640,7 @@ EXAMPLES $ powersync docker reset ``` -_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/docker/reset.ts)_ +_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/docker/reset.ts)_ ## `powersync docker start` @@ -668,7 +668,7 @@ EXAMPLES $ powersync docker start ``` -_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/docker/start.ts)_ +_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/docker/start.ts)_ ## `powersync docker stop` @@ -710,7 +710,7 @@ EXAMPLES $ powersync docker stop --project-name=powersync_myapp --remove ``` -_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/docker/stop.ts)_ +_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/docker/stop.ts)_ ## `powersync edit config` @@ -749,7 +749,7 @@ EXAMPLES $ powersync edit config --directory ./powersync ``` -_See code: [@powersync/cli-plugin-config-edit](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/edit/config.ts)_ +_See code: [@powersync/cli-plugin-config-edit](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/edit/config.ts)_ ## `powersync fetch config` @@ -782,7 +782,7 @@ EXAMPLES $ powersync fetch config --output=json ``` -_See code: [src/commands/fetch/config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/fetch/config.ts)_ +_See code: [src/commands/fetch/config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/fetch/config.ts)_ ## `powersync fetch instances` @@ -810,7 +810,7 @@ EXAMPLES $ powersync fetch instances --project-id= --output=json ``` -_See code: [src/commands/fetch/instances.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/fetch/instances.ts)_ +_See code: [src/commands/fetch/instances.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/fetch/instances.ts)_ ## `powersync fetch status` @@ -852,7 +852,7 @@ EXAMPLES $ powersync fetch status --instance-id= ``` -_See code: [src/commands/fetch/status.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/fetch/status.ts)_ +_See code: [src/commands/fetch/status.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/fetch/status.ts)_ ## `powersync generate schema` @@ -896,7 +896,7 @@ EXAMPLES $ powersync generate schema --output=dart --output-path=lib/schema.dart --instance-id= ``` -_See code: [src/commands/generate/schema.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/generate/schema.ts)_ +_See code: [src/commands/generate/schema.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/generate/schema.ts)_ ## `powersync generate token` @@ -939,7 +939,7 @@ EXAMPLES $ powersync generate token --subject=user-123 --expires-in-seconds=3600 ``` -_See code: [src/commands/generate/token.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/generate/token.ts)_ +_See code: [src/commands/generate/token.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/generate/token.ts)_ ## `powersync help [COMMAND]` @@ -985,7 +985,7 @@ EXAMPLES $ powersync init cloud --directory=powersync ``` -_See code: [src/commands/init/cloud.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/init/cloud.ts)_ +_See code: [src/commands/init/cloud.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/init/cloud.ts)_ ## `powersync init self-hosted` @@ -1012,7 +1012,7 @@ EXAMPLES $ powersync init self-hosted --directory=powersync ``` -_See code: [src/commands/init/self-hosted.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/init/self-hosted.ts)_ +_See code: [src/commands/init/self-hosted.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/init/self-hosted.ts)_ ## `powersync link cloud` @@ -1049,7 +1049,7 @@ EXAMPLES $ powersync link cloud --create --project-id= --org-id= ``` -_See code: [src/commands/link/cloud.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/link/cloud.ts)_ +_See code: [src/commands/link/cloud.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/link/cloud.ts)_ ## `powersync link self-hosted` @@ -1077,7 +1077,7 @@ EXAMPLES $ powersync link self-hosted --api-url=https://powersync.example.com ``` -_See code: [src/commands/link/self-hosted.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/link/self-hosted.ts)_ +_See code: [src/commands/link/self-hosted.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/link/self-hosted.ts)_ ## `powersync login` @@ -1098,7 +1098,7 @@ EXAMPLES $ powersync login ``` -_See code: [src/commands/login.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/login.ts)_ +_See code: [src/commands/login.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/login.ts)_ ## `powersync logout` @@ -1118,7 +1118,7 @@ EXAMPLES $ powersync logout ``` -_See code: [src/commands/logout.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/logout.ts)_ +_See code: [src/commands/logout.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/logout.ts)_ ## `powersync migrate sync-rules` @@ -1152,7 +1152,7 @@ DESCRIPTION Migrates Sync Rules to Sync Streams ``` -_See code: [src/commands/migrate/sync-rules.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/migrate/sync-rules.ts)_ +_See code: [src/commands/migrate/sync-rules.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/migrate/sync-rules.ts)_ ## `powersync plugins` @@ -1477,7 +1477,7 @@ EXAMPLES $ powersync pull instance --instance-id= ``` -_See code: [src/commands/pull/instance.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/pull/instance.ts)_ +_See code: [src/commands/pull/instance.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/pull/instance.ts)_ ## `powersync status` @@ -1519,7 +1519,7 @@ EXAMPLES $ powersync status --instance-id= ``` -_See code: [src/commands/status.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/status.ts)_ +_See code: [src/commands/status.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/status.ts)_ ## `powersync stop` @@ -1552,7 +1552,7 @@ EXAMPLES $ powersync stop --confirm=yes ``` -_See code: [src/commands/stop.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/stop.ts)_ +_See code: [src/commands/stop.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/stop.ts)_ ## `powersync validate` @@ -1600,6 +1600,6 @@ EXAMPLES $ powersync validate --api-url=https://powersync.example.com ``` -_See code: [src/commands/validate.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.0/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.10.1/src/commands/validate.ts)_ diff --git a/cli/package.json b/cli/package.json index 5af4cde..3db8e56 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,7 +1,7 @@ { "name": "powersync", "description": "A CLI for managing PowerSync instances", - "version": "0.10.0", + "version": "0.10.1", "author": "POWERSYNC", "bin": { "powersync": "./bin/run.js" diff --git a/packages/cli-core/CHANGELOG.md b/packages/cli-core/CHANGELOG.md index d8ef0a2..ed25f76 100644 --- a/packages/cli-core/CHANGELOG.md +++ b/packages/cli-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @powersync/cli-core +## 0.10.1 + +### Patch Changes + +- 0eaf362: fix `--directory` absolute path resolution in CLI + - @powersync/cli-schemas@0.10.1 + ## 0.10.0 ### Minor Changes diff --git a/packages/cli-core/package.json b/packages/cli-core/package.json index 198107b..f65ae9e 100644 --- a/packages/cli-core/package.json +++ b/packages/cli-core/package.json @@ -1,7 +1,7 @@ { "name": "@powersync/cli-core", "description": "Core types and base commands for PowerSync CLI and plugins (shared by CLI and plugin-docker).", - "version": "0.10.0", + "version": "0.10.1", "license": "FSL-1.1-ALv2", "author": "POWERSYNC", "type": "module", diff --git a/packages/schemas/CHANGELOG.md b/packages/schemas/CHANGELOG.md index 93097d3..b5a63a7 100644 --- a/packages/schemas/CHANGELOG.md +++ b/packages/schemas/CHANGELOG.md @@ -1,5 +1,7 @@ # @powersync/cli-schemas +## 0.10.1 + ## 0.10.0 ## 0.9.6 diff --git a/packages/schemas/package.json b/packages/schemas/package.json index 039a9dc..11975ce 100644 --- a/packages/schemas/package.json +++ b/packages/schemas/package.json @@ -1,7 +1,7 @@ { "name": "@powersync/cli-schemas", "description": "PowerSync CLI schema definitions and JSON Schema generation", - "version": "0.10.0", + "version": "0.10.1", "author": "POWERSYNC", "license": "FSL-1.1-ALv2", "type": "module", diff --git a/plugins/config-edit/CHANGELOG.md b/plugins/config-edit/CHANGELOG.md index 83aae6c..80991c3 100644 --- a/plugins/config-edit/CHANGELOG.md +++ b/plugins/config-edit/CHANGELOG.md @@ -1,5 +1,12 @@ # @powersync/cli-plugin-config-edit +## 0.10.1 + +### Patch Changes + +- Updated dependencies [0eaf362] + - @powersync/cli-core@0.10.1 + ## 0.10.0 ### Patch Changes diff --git a/plugins/config-edit/package.json b/plugins/config-edit/package.json index 12dcc19..f667363 100644 --- a/plugins/config-edit/package.json +++ b/plugins/config-edit/package.json @@ -1,7 +1,7 @@ { "name": "@powersync/cli-plugin-config-edit", "description": "PowerSync CLI plugin to launch the configuration editor", - "version": "0.10.0", + "version": "0.10.1", "license": "FSL-1.1-ALv2", "author": "POWERSYNC", "type": "module", diff --git a/plugins/docker/CHANGELOG.md b/plugins/docker/CHANGELOG.md index bb25ec6..c594824 100644 --- a/plugins/docker/CHANGELOG.md +++ b/plugins/docker/CHANGELOG.md @@ -1,5 +1,13 @@ # @powersync/cli-plugin-docker +## 0.10.1 + +### Patch Changes + +- Updated dependencies [0eaf362] + - @powersync/cli-core@0.10.1 + - @powersync/cli-schemas@0.10.1 + ## 0.10.0 ### Patch Changes diff --git a/plugins/docker/package.json b/plugins/docker/package.json index 0bcf615..fb348e7 100644 --- a/plugins/docker/package.json +++ b/plugins/docker/package.json @@ -1,7 +1,7 @@ { "name": "@powersync/cli-plugin-docker", "description": "PowerSync CLI plugin: reset, start, and stop self-hosted instances using Docker Compose", - "version": "0.10.0", + "version": "0.10.1", "author": "POWERSYNC", "license": "FSL-1.1-ALv2", "type": "module",