Skip to content

Commit

Permalink
Merge pull request #315 from evoluhq/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
steida authored Jan 9, 2024
2 parents c141d19 + 4611124 commit b639147
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/new-impalas-matter.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.25

### Patch Changes

- Updated dependencies [3cd5c71]
- @evolu/server@3.0.10

## 1.0.24

### 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.24",
"version": "1.0.25",
"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.23

### Patch Changes

- Updated dependencies [3cd5c71]
- @evolu/common@3.0.10
- @evolu/react@4.0.0

## 1.0.22

### 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.22",
"version": "1.0.23",
"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.9",
"@evolu/common": "^3.0.10",
"@types/react": "^18.2.22",
"react": "^18.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/evolu-common-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @evolu/common-web

## 4.0.2

### Patch Changes

- 3cd5c71: Update deps
- Updated dependencies [3cd5c71]
- @evolu/common@3.0.10

## 4.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-common-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolu/common-web",
"version": "4.0.1",
"version": "4.0.2",
"description": "Common code for Evolu libraries targeting web",
"keywords": [
"evolu",
Expand Down Expand Up @@ -46,7 +46,7 @@
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.9",
"@evolu/common": "^3.0.10",
"@sqlite.org/sqlite-wasm": "3.43.2-build1"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/evolu-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @evolu/common

## 3.0.10

### Patch Changes

- 3cd5c71: Update deps

## 3.0.9

### 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.9",
"version": "3.0.10",
"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
4 changes: 2 additions & 2 deletions packages/evolu-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.9",
"@evolu/common": "^3.0.10",
"@evolu/common-react": "^4.0.2",
"@evolu/common-web": "^4.0.1",
"@evolu/common-web": "^4.0.2",
"@types/react-dom": "^18.2.7",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/evolu-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @evolu/server

## 3.0.10

### Patch Changes

- 3cd5c71: Update deps
- Updated dependencies [3cd5c71]
- @evolu/common@3.0.10

## 3.0.9

### 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.9",
"version": "3.0.10",
"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.9"
"@evolu/common": "^3.0.10"
},
"publishConfig": {
"access": "public"
Expand Down

1 comment on commit b639147

@vercel
Copy link

@vercel vercel bot commented on b639147 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-git-main-evolu.vercel.app
evolu-evolu.vercel.app
evolu.dev
evolu.vercel.app
www.evolu.dev

Please sign in to comment.