Skip to content

Commit

Permalink
Version Packages (#170)
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 May 14, 2024
1 parent c3588c0 commit 071aa4e
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/witty-scissors-breathe.md

This file was deleted.

6 changes: 6 additions & 0 deletions demos/example-electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion demos/example-electron/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions demos/example-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion demos/example-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-vite",
"private": true,
"version": "0.0.20",
"version": "0.0.21",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions demos/react-supabase-todolist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion demos/react-supabase-todolist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-supabase-todolist",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions demos/vue-supabase-todolist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion demos/vue-supabase-todolist/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions demos/yjs-react-supabase-text-collab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion demos/yjs-react-supabase-text-collab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yjs-react-supabase-text-collab",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 071aa4e

Please sign in to comment.