Skip to content

Commit 69a53b4

Browse files
github-actions[bot]simolus3
authored andcommitted
Version Packages
1 parent 8030cfd commit 69a53b4

7 files changed

Lines changed: 16 additions & 10 deletions

File tree

.changeset/fresh-guests-dress.md

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

demos/tauri-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@powersync/common": "^1.51.0",
14-
"@powersync/tauri-plugin": "^0.0.2",
14+
"@powersync/tauri-plugin": "^0.0.3",
1515
"@powersync/react": "^1.10.0",
1616
"@tauri-apps/api": "^2.0.0",
1717
"@tanstack/react-router": "^1.167.4",

packages/tauri/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 19be4ce: Update feature status to alpha for Tauri SDK
8+
39
## 0.0.2
410

511
### Patch Changes

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.0.2"
3+
version = "0.0.3"
44
authors = [ "POWERSYNC" ]
55
description = "Rust parts of the PowerSync Tauri SDK"
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.0.2",
3+
"version": "0.0.3",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/tauri/src/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 19be4ce: Update feature status to alpha for Tauri SDK
8+
39
## 0.0.2
410

511
### Patch Changes

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.0.2",
5+
"version": "0.0.3",
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)