From 071aa4e46a71164b9c4411f9fdc7a5ceba741d66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 16:15:32 +0200 Subject: [PATCH] Version Packages (#170) Co-authored-by: github-actions[bot] --- .changeset/witty-scissors-breathe.md | 9 --------- demos/example-electron/CHANGELOG.md | 6 ++++++ demos/example-electron/package.json | 2 +- demos/example-vite/CHANGELOG.md | 6 ++++++ demos/example-vite/package.json | 2 +- demos/react-supabase-todolist/CHANGELOG.md | 6 ++++++ demos/react-supabase-todolist/package.json | 2 +- demos/vue-supabase-todolist/CHANGELOG.md | 6 ++++++ demos/vue-supabase-todolist/package.json | 2 +- demos/yjs-react-supabase-text-collab/CHANGELOG.md | 6 ++++++ demos/yjs-react-supabase-text-collab/package.json | 2 +- 11 files changed, 35 insertions(+), 14 deletions(-) delete mode 100644 .changeset/witty-scissors-breathe.md diff --git a/.changeset/witty-scissors-breathe.md b/.changeset/witty-scissors-breathe.md deleted file mode 100644 index 343cd712..00000000 --- a/.changeset/witty-scissors-breathe.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'yjs-react-supabase-text-collab': patch -'react-supabase-todolist': patch -'vue-supabase-todolist': patch -'example-electron': patch -'example-vite': patch ---- - -Updated the vite conf include rules for bson, buffer, rsocket and cross-fetch. diff --git a/demos/example-electron/CHANGELOG.md b/demos/example-electron/CHANGELOG.md index 591748f3..9b8a5de8 100644 --- a/demos/example-electron/CHANGELOG.md +++ b/demos/example-electron/CHANGELOG.md @@ -1,5 +1,11 @@ # example-electron +## 1.0.4 + +### Patch Changes + +- c3588c0: Updated the vite conf include rules for bson, buffer, rsocket and cross-fetch. + ## 1.0.3 ### Patch Changes diff --git a/demos/example-electron/package.json b/demos/example-electron/package.json index 5453e83a..ca6b9a0f 100644 --- a/demos/example-electron/package.json +++ b/demos/example-electron/package.json @@ -1,7 +1,7 @@ { "name": "example-electron", "productName": "example-electron", - "version": "1.0.3", + "version": "1.0.4", "description": "Example of using Electron with PowerSync", "main": ".vite/build/main.js", "type": "module", diff --git a/demos/example-vite/CHANGELOG.md b/demos/example-vite/CHANGELOG.md index ed5052eb..5a2c199e 100644 --- a/demos/example-vite/CHANGELOG.md +++ b/demos/example-vite/CHANGELOG.md @@ -1,5 +1,11 @@ # example-vite +## 0.0.21 + +### Patch Changes + +- c3588c0: Updated the vite conf include rules for bson, buffer, rsocket and cross-fetch. + ## 0.0.20 ### Patch Changes diff --git a/demos/example-vite/package.json b/demos/example-vite/package.json index 7259c977..f6151a5a 100644 --- a/demos/example-vite/package.json +++ b/demos/example-vite/package.json @@ -1,7 +1,7 @@ { "name": "example-vite", "private": true, - "version": "0.0.20", + "version": "0.0.21", "type": "module", "scripts": { "dev": "vite", diff --git a/demos/react-supabase-todolist/CHANGELOG.md b/demos/react-supabase-todolist/CHANGELOG.md index c22919b3..34fabf71 100644 --- a/demos/react-supabase-todolist/CHANGELOG.md +++ b/demos/react-supabase-todolist/CHANGELOG.md @@ -1,5 +1,11 @@ # react-supabase-todolist +## 0.3.4 + +### Patch Changes + +- c3588c0: Updated the vite conf include rules for bson, buffer, rsocket and cross-fetch. + ## 0.3.3 ### Patch Changes diff --git a/demos/react-supabase-todolist/package.json b/demos/react-supabase-todolist/package.json index 1a5b3d83..da0cb122 100644 --- a/demos/react-supabase-todolist/package.json +++ b/demos/react-supabase-todolist/package.json @@ -1,6 +1,6 @@ { "name": "react-supabase-todolist", - "version": "0.3.3", + "version": "0.3.4", "private": true, "scripts": { "dev": "vite", diff --git a/demos/vue-supabase-todolist/CHANGELOG.md b/demos/vue-supabase-todolist/CHANGELOG.md index c3307e99..d670fc15 100644 --- a/demos/vue-supabase-todolist/CHANGELOG.md +++ b/demos/vue-supabase-todolist/CHANGELOG.md @@ -1,5 +1,11 @@ # vue-supabase-todolist +## 0.0.10 + +### Patch Changes + +- c3588c0: Updated the vite conf include rules for bson, buffer, rsocket and cross-fetch. + ## 0.0.9 ### Patch Changes diff --git a/demos/vue-supabase-todolist/package.json b/demos/vue-supabase-todolist/package.json index 34e9c1a4..07d12de2 100644 --- a/demos/vue-supabase-todolist/package.json +++ b/demos/vue-supabase-todolist/package.json @@ -1,7 +1,7 @@ { "name": "vue-supabase-todolist", "private": true, - "version": "0.0.9", + "version": "0.0.10", "type": "module", "scripts": { "dev": "vue-tsc --noEmit --watch & vite dev", diff --git a/demos/yjs-react-supabase-text-collab/CHANGELOG.md b/demos/yjs-react-supabase-text-collab/CHANGELOG.md index c645ff94..31612bbc 100644 --- a/demos/yjs-react-supabase-text-collab/CHANGELOG.md +++ b/demos/yjs-react-supabase-text-collab/CHANGELOG.md @@ -1,5 +1,11 @@ # yjs-react-supabase-text-collab +## 0.1.4 + +### Patch Changes + +- c3588c0: Updated the vite conf include rules for bson, buffer, rsocket and cross-fetch. + ## 0.1.3 ### Patch Changes diff --git a/demos/yjs-react-supabase-text-collab/package.json b/demos/yjs-react-supabase-text-collab/package.json index 42bcf31d..fdbc7332 100644 --- a/demos/yjs-react-supabase-text-collab/package.json +++ b/demos/yjs-react-supabase-text-collab/package.json @@ -1,6 +1,6 @@ { "name": "yjs-react-supabase-text-collab", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "dev": "vite",