Skip to content

Commit a01cf94

Browse files
committed
Prepare changesets publishing for Tauri
1 parent b281eeb commit a01cf94

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

.changeset/thick-hats-joke.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'tauri-plugin-powersync': patch
3+
'@powersync/tauri-plugin': patch
4+
---
5+
6+
Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:packages:prod": "pnpm run --filter {./packages/**} -r build:prod",
1111
"clean:packages": "pnpm run --filter {./packages/**} -r clean",
1212
"watch:packages": "pnpm run --parallel --filter {./packages/**} -r build -w",
13-
"changeset:version": "pnpm changeset version && pnpm demos:update --all && pnpm install --lockfile-only --frozen-lockfile=false",
13+
"changeset:version": "pnpm changeset version && pnpm demos:update --all && pnpm install --lockfile-only --frozen-lockfile=false && pnpm -r postversion",
1414
"build": "pnpm run -r build",
1515
"ci:publish": "changeset publish && git push --follow-tags",
1616
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",

packages/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-powersync"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
authors = [ "POWERSYNC" ]
55
description = ""
66
edition = "2021"

packages/tauri/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/tauri-plugin",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/tauri/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tauri-plugin-powersync",
33
"private": true,
44
"type": "module",
5-
"version": "0.1.0",
5+
"version": "0.0.1",
66
"description": "The only purpose of this package is to prepare a tag that will trigger a release of the Rust plugin.",
77
"scripts": {
88
"postversion": "node update_crate_version.js"

0 commit comments

Comments
 (0)