Skip to content

Commit

Permalink
Version Packages (#236)
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 Jul 22, 2024
1 parent 31c61b9 commit aad4a19
Show file tree
Hide file tree
Showing 39 changed files with 160 additions and 29 deletions.
10 changes: 0 additions & 10 deletions .changeset/healthy-insects-push.md

This file was deleted.

7 changes: 7 additions & 0 deletions demos/angular-supabase-todolist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# PowerSync Angular Demo

## 0.0.24

### Patch Changes

- Updated dependencies [31c61b9]
- @powersync/web@1.2.3

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/angular-supabase-todolist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-supabase-todolist",
"version": "0.0.23",
"version": "0.0.24",
"scripts": {
"ng": "ng",
"serve": "ng serve",
Expand Down
8 changes: 8 additions & 0 deletions demos/django-react-native-todolist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# django-react-native-todolist

## 1.2.1

### Patch Changes

- Updated dependencies [31c61b9]
- @powersync/react-native@1.8.2
- @powersync/react@1.3.6

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/django-react-native-todolist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-react-native-todolist",
"version": "1.2.0",
"version": "1.2.1",
"main": "./index.js",
"scripts": {
"android": "expo run:android",
Expand Down
8 changes: 8 additions & 0 deletions demos/example-capacitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-capacitor

## 0.0.10

### Patch Changes

- Updated dependencies [31c61b9]
- @powersync/react@1.3.6
- @powersync/web@1.2.3

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/example-capacitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-capacitor",
"version": "0.0.9",
"version": "0.0.10",
"description": "Example of using Capacitor with PowerSync",
"main": "index.js",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions demos/example-electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-electron

## 1.0.15

### Patch Changes

- Updated dependencies [31c61b9]
- @powersync/react@1.3.6
- @powersync/web@1.2.3

## 1.0.14

### 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.14",
"version": "1.0.15",
"description": "Example of using Electron with PowerSync",
"main": ".vite/build/main.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions demos/example-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-nextjs

## 0.1.14

### Patch Changes

- Updated dependencies [31c61b9]
- @powersync/react@1.3.6
- @powersync/web@1.2.3

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/example-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-nextjs",
"version": "0.1.13",
"version": "0.1.14",
"private": true,
"scripts": {
"build": "next build",
Expand Down
7 changes: 7 additions & 0 deletions demos/example-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-vite

## 0.0.32

### Patch Changes

- Updated dependencies [31c61b9]
- @powersync/web@1.2.3

## 0.0.31

### 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.31",
"version": "0.0.32",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
8 changes: 8 additions & 0 deletions demos/react-multi-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# react-multi-client

## 0.0.6

### Patch Changes

- Updated dependencies [31c61b9]
- @powersync/react@1.3.6
- @powersync/web@1.2.3

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/react-multi-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-multi-client",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
8 changes: 8 additions & 0 deletions demos/react-native-supabase-group-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# react-native-supabase-group-chat

## 1.1.12

### Patch Changes

- Updated dependencies [31c61b9]
- @powersync/react-native@1.8.2
- @powersync/react@1.3.6

## 1.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/react-native-supabase-group-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-supabase-group-chat",
"version": "1.1.11",
"version": "1.1.12",
"main": "expo-router/entry",
"scripts": {
"clear": "find ./ -type d -and \\( -name node_modules -or -name build -or -name dist \\) -exec rm -rf '{}' +",
Expand Down
9 changes: 9 additions & 0 deletions demos/react-native-supabase-todolist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# react-native-supabase-todolist

## 1.3.7

### Patch Changes

- Updated dependencies [31c61b9]
- @powersync/react-native@1.8.2
- @powersync/attachments@2.0.11
- @powersync/react@1.3.6

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/react-native-supabase-todolist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-supabase-todolist",
"version": "1.3.6",
"version": "1.3.7",
"main": "./index.js",
"scripts": {
"android": "expo run:android",
Expand Down
8 changes: 8 additions & 0 deletions demos/react-supabase-todolist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# react-supabase-todolist

## 0.3.15

### Patch Changes

- Updated dependencies [31c61b9]
- @powersync/react@1.3.6
- @powersync/web@1.2.3

## 0.3.14

### 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.14",
"version": "0.3.15",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
8 changes: 8 additions & 0 deletions demos/vue-supabase-todolist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vue-supabase-todolist

## 0.0.21

### Patch Changes

- Updated dependencies [31c61b9]
- @powersync/vue@0.1.8
- @powersync/web@1.2.3

## 0.0.20

### 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.20",
"version": "0.0.21",
"type": "module",
"scripts": {
"dev": "vue-tsc --noEmit --watch & vite dev",
Expand Down
8 changes: 8 additions & 0 deletions demos/yjs-react-supabase-text-collab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# yjs-react-supabase-text-collab

## 0.1.15

### Patch Changes

- Updated dependencies [31c61b9]
- @powersync/react@1.3.6
- @powersync/web@1.2.3

## 0.1.14

### 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.14",
"version": "0.1.15",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/attachments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/attachments

## 2.0.11

### Patch Changes

- 31c61b9: Change @powersync/common peerDep to ^

## 2.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/attachments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/attachments",
"version": "2.0.10",
"version": "2.0.11",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/kysely-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/kysely-driver

## 0.2.7

### Patch Changes

- 31c61b9: Change @powersync/common peerDep to ^

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kysely-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/kysely-driver",
"version": "0.2.6",
"version": "0.2.7",
"description": "Kysely driver for PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @powersync/react-native

## 1.8.2

### Patch Changes

- 31c61b9: Change @powersync/common peerDep to ^
- Updated dependencies [31c61b9]
- @powersync/react@1.3.6

## 1.8.1

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

## 1.3.6

### Patch Changes

- 31c61b9: Change @powersync/common peerDep to ^

## 1.3.5

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

## 0.1.8

### Patch Changes

- 31c61b9: Change @powersync/common peerDep to ^

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/vue",
"version": "0.1.7",
"version": "0.1.8",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
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.2.3

### Patch Changes

- 31c61b9: Change @powersync/common peerDep to ^

## 1.2.2

### Patch 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.2.2",
"version": "1.2.3",
"description": "A Web SDK for JourneyApps PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down
Loading

0 comments on commit aad4a19

Please sign in to comment.