Skip to content

Commit

Permalink
[ci] release (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 22, 2023
1 parent 2e82c7e commit b493643
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-melons-yawn.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

## 0.0.64

### Patch Changes

- evolu-server@1.0.3

## 0.0.63

### 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": "0.0.63",
"version": "0.0.64",
"private": true,
"type": "module",
"scripts": {
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.64

### Patch Changes

- Updated dependencies [f585bd4]
- evolu@6.0.2

## 0.0.63

### 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": "0.0.63",
"version": "0.0.64",
"private": true,
"scripts": {
"dev": "next dev",
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

## 1.0.3

### Patch Changes

- Updated dependencies [f585bd4]
- evolu@6.0.2

## 1.0.2

### Patch 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": "1.0.2",
"version": "1.0.3",
"description": "Node.js server for Evolu library",
"author": "Daniel Steigerwald <daniel@steigerwald.cz>",
"license": "MIT",
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

## 6.0.2

### Patch Changes

- f585bd4: Change SQLite dependency from peer to normal

## 6.0.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": "6.0.1",
"version": "6.0.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

1 comment on commit b493643

@vercel
Copy link

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

Please sign in to comment.