Skip to content

Commit

Permalink
Version Packages (#392)
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 11, 2024
1 parent e9773d9 commit 359a6c0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-jeans-shake.md

This file was deleted.

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

## 1.10.1

### Patch Changes

- e9773d9: Add error check for insecure context

## 1.10.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.10.0",
"version": "1.10.1",
"description": "A Web SDK for JourneyApps PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions tools/diagnostics-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# diagnostics-app

## 0.6.5

### Patch Changes

- Updated dependencies [e9773d9]
- @powersync/web@1.10.1

## 0.6.4

### 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.6.4",
"version": "0.6.5",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 359a6c0

Please sign in to comment.