Skip to content

Commit

Permalink
Merge pull request #117 from evoluhq/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
steida authored Mar 12, 2023
2 parents c949b26 + b1faf23 commit 373ebca
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-buckets-taste.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

## 0.0.48

### Patch Changes

- Updated dependencies [c949b26]
- evolu@2.1.2

## 0.0.47

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.0.47",
"version": "0.0.48",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"evolu": "workspace:2.1.1",
"evolu": "workspace:2.1.2",
"fp-ts": "^2.13.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web

## 0.0.48

### Patch Changes

- Updated dependencies [c949b26]
- evolu@2.1.2

## 0.0.47

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.0.47",
"version": "0.0.48",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,7 +13,7 @@
"@effect/data": "^0.3.3",
"@effect/schema": "~0.0.5",
"clsx": "^1.2.1",
"evolu": "workspace:2.1.1",
"evolu": "workspace:2.1.2",
"next": "^13.2.4",
"nextra": "^2.2.19",
"nextra-theme-docs": "^2.2.19",
Expand Down
6 changes: 6 additions & 0 deletions packages/evolu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# evolu

## 2.1.2

### Patch Changes

- c949b26: Improve docs

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evolu",
"version": "2.1.1",
"version": "2.1.2",
"description": "React Hooks library for local-first apps with end-to-end encrypted backup and sync using SQLite and CRDT.",
"keywords": [
"evolu",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 373ebca

@vercel
Copy link

@vercel vercel bot commented on 373ebca Mar 12, 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.dev
evolu-evolu.vercel.app
evolu-git-main-evolu.vercel.app
www.evolu.dev

Please sign in to comment.