Skip to content

Commit

Permalink
Merge pull request #32 from evoluhq/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
steida authored Oct 5, 2022
2 parents 0ad14a0 + 030a6bf commit 3c1fc07
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/spicy-tools-heal.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.7

### Patch Changes

- Updated dependencies [309f99f]
- evolu@0.1.4

## 0.0.6

### 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.6",
"version": "0.0.7",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"better-sqlite3": "^7.6.2",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"evolu": "workspace:0.1.3",
"evolu": "workspace:0.1.4",
"express": "^4.18.1",
"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.7

### Patch Changes

- Updated dependencies [309f99f]
- evolu@0.1.4

## 0.0.6

### 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.6",
"version": "0.0.7",
"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.3",
"evolu": "workspace:0.1.4",
"next": "^12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/evolu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# evolu

## 0.1.4

### Patch Changes

- 309f99f: Publish Evolu source code to NPM

"I get so annoyed when "go to definition" just takes me to typescript def files rather than actual code."

## 0.1.3

### 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.3",
"version": "0.1.4",
"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 3c1fc07

@vercel
Copy link

@vercel vercel bot commented on 3c1fc07 Oct 5, 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.dev
evolu-evolu.vercel.app
evolu-git-main-evolu.vercel.app
evolu.vercel.app
www.evolu.dev

Please sign in to comment.