Skip to content

Commit

Permalink
Merge pull request #261 from evoluhq/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
steida authored Nov 28, 2023
2 parents fea7623 + d7e0aa6 commit 7575ad0
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/tricky-cars-pump.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- @evolu/server@2.0.1

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"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.1

### Patch Changes

- Updated dependencies [fea7623]
- @evolu/common@2.0.1
- @evolu/react@2.0.7

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/evolu-common-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @evolu/common-react

## 2.0.1

### Patch Changes

- fea7623: Fix SSR

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-common-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolu/common-react",
"version": "2.0.0",
"version": "2.0.1",
"description": "Common code for Evolu React libraries",
"keywords": [
"evolu",
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

## 2.0.1

### Patch Changes

- fea7623: Fix SSR

## 2.0.0

### Major 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": "2.0.0",
"version": "2.0.1",
"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
7 changes: 7 additions & 0 deletions packages/evolu-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evolu/server

## 2.0.1

### Patch Changes

- Updated dependencies [fea7623]
- @evolu/common@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolu/server",
"version": "2.0.0",
"version": "2.0.1",
"description": "Node.js server for Evolu",
"author": "Daniel Steigerwald <[email protected]>",
"license": "MIT",
Expand Down

1 comment on commit 7575ad0

@vercel
Copy link

@vercel vercel bot commented on 7575ad0 Nov 28, 2023

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
evolu-git-main-evolu.vercel.app
evolu-evolu.vercel.app
evolu.dev
www.evolu.dev

Please sign in to comment.