Skip to content

Commit

Permalink
Merge pull request #39 from evoluhq/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
steida authored Oct 12, 2022
2 parents ec6d9f2 + 25539b2 commit e5bd05d
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-mice-travel.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.10

### Patch Changes

- Updated dependencies [ec6d9f2]
- evolu@0.1.7

## 0.0.9

### 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.9",
"version": "0.0.10",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"better-sqlite3": "^7.6.2",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"evolu": "workspace:0.1.6",
"evolu": "workspace:0.1.7",
"express": "^4.18.2",
"fp-ts": "^2.12.3"
},
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.10

### Patch Changes

- Updated dependencies [ec6d9f2]
- evolu@0.1.7

## 0.0.9

### 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.9",
"version": "0.0.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@next/bundle-analyzer": "^12.3.1",
"cross-env": "^7.0.3",
"evolu": "workspace:0.1.6",
"evolu": "workspace:0.1.7",
"next": "^12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
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

## 0.1.7

### Patch Changes

- ec6d9f2: Add isLoaded to useQuery React Hook

## 0.1.6

### 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": "0.1.6",
"version": "0.1.7",
"description": "React Hooks library for local-first software 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 e5bd05d

@vercel
Copy link

@vercel vercel bot commented on e5bd05d Oct 12, 2022

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
www.evolu.dev
evolu.dev

Please sign in to comment.