Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/evoluhq/evolu
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Jan 9, 2024
2 parents 3cd5c71 + bca3f84 commit c141d19
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/four-nails-attend.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# server

## 1.0.24

### Patch Changes

- Updated dependencies [ff6254b]
- @evolu/server@3.0.9

## 1.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.0.23",
"version": "1.0.24",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# web

## 1.0.22

### Patch Changes

- Updated dependencies [ff6254b]
- @evolu/common@3.0.9
- @evolu/react@4.0.0

## 1.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.21",
"version": "1.0.22",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-common-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.8",
"@evolu/common": "^3.0.9",
"@types/react": "^18.2.22",
"react": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-common-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.8",
"@evolu/common": "^3.0.9",
"@sqlite.org/sqlite-wasm": "3.43.2-build1"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/evolu-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @evolu/common

## 3.0.9

### Patch Changes

- ff6254b: Update Effect and Schema peer dependencies

Effect 2 isn't still considered stable; breaking changes can happen in minor versions. Effect 3 will be stable. No worries, they are only tuning APIs.

## 3.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolu/common",
"version": "3.0.8",
"version": "3.0.9",
"description": "Local-first platform designed for privacy, ease of use, and no vendor lock-in to sync and backup people's lifetime data",
"keywords": [
"evolu",
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.8",
"@evolu/common": "^3.0.9",
"@evolu/common-react": "^4.0.2",
"@evolu/common-web": "^4.0.1",
"@types/react-dom": "^18.2.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/evolu-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @evolu/server

## 3.0.9

### Patch Changes

- ff6254b: Update Effect and Schema peer dependencies

Effect 2 isn't still considered stable; breaking changes can happen in minor versions. Effect 3 will be stable. No worries, they are only tuning APIs.

- Updated dependencies [ff6254b]
- @evolu/common@3.0.9

## 3.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolu/server",
"version": "3.0.8",
"version": "3.0.9",
"description": "Node.js server for Evolu",
"author": "Daniel Steigerwald <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -48,7 +48,7 @@
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.8"
"@evolu/common": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down

1 comment on commit c141d19

@vercel
Copy link

@vercel vercel bot commented on c141d19 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evolu – ./

evolu.vercel.app
www.evolu.dev
evolu-evolu.vercel.app
evolu.dev
evolu-git-main-evolu.vercel.app

Please sign in to comment.