Skip to content

Commit

Permalink
Version Packages (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 27, 2024
1 parent 3f9df96 commit 5647e48
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-moose-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-poets-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-birds-lay.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/tanstack-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/tanstack-react-query

## 0.0.9

### Patch Changes

- 3f9df96: Fixed issue with compilable queries needing a parameter value specified and fixed issue related to compilable query errors causing infinite rendering.

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tanstack-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/tanstack-react-query",
"version": "0.0.8",
"version": "0.0.9",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @powersync/web

## 1.12.0

### Minor Changes

- 36af0c8: Added `temporaryStorage` option to `WebSQLOpenFactoryOptions`. The `temp_store` value will now defaults to "MEMORY".

### Patch Changes

- 7e23d65: Added a bin/cli utilty that can be invoked with `npx powersync-web copy-assets` or `pnpm powersync-web copy-assets`.

## 1.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/web",
"version": "1.11.0",
"version": "1.12.0",
"description": "A Web SDK for JourneyApps PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions tools/diagnostics-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# diagnostics-app

## 0.7.3

### Patch Changes

- Updated dependencies [7e23d65]
- Updated dependencies [36af0c8]
- @powersync/web@1.12.0

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/diagnostics-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/diagnostics-app",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 5647e48

Please sign in to comment.