Skip to content

Commit 049e249

Browse files
Version Packages
1 parent a9f6eba commit 049e249

File tree

11 files changed

+36
-13
lines changed

11 files changed

+36
-13
lines changed

.changeset/mighty-doors-judge.md

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

packages/node/CHANGELOG.md

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

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- a9f6eba: Update PowerSync core extension to 0.4.2
8+
39
## 0.7.1
410

511
### Patch Changes

packages/node/package.json

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

packages/powersync-op-sqlite/CHANGELOG.md

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

3+
## 0.7.4
4+
5+
### Patch Changes
6+
7+
- a9f6eba: Update PowerSync core extension to 0.4.2
8+
39
## 0.7.3
410

511
### Patch Changes

packages/powersync-op-sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/op-sqlite",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "PowerSync - sync Postgres or MongoDB with SQLite in your React Native app for offline-first and real-time data",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",

packages/react-native/CHANGELOG.md

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

3+
## 1.22.3
4+
5+
### Patch Changes
6+
7+
- a9f6eba: Update PowerSync core extension to 0.4.2
8+
39
## 1.22.2
410

511
### Patch Changes

packages/react-native/package.json

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

packages/web/CHANGELOG.md

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

3+
## 1.23.3
4+
5+
### Patch Changes
6+
7+
- a9f6eba: Update PowerSync core extension to 0.4.2
8+
39
## 1.23.2
410

511
### Patch Changes

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/web",
3-
"version": "1.23.2",
3+
"version": "1.23.3",
44
"description": "PowerSync web SDK. Sync Postgres, MongoDB or MySQL with SQLite in your web app",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",

tools/diagnostics-app/CHANGELOG.md

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

3+
## 0.9.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a9f6eba]
8+
- @powersync/web@1.23.3
9+
310
## 0.9.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)