Skip to content

Commit

Permalink
[ci] release (#154)
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 c7f5182 commit 0330863
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 15 deletions.
11 changes: 0 additions & 11 deletions .changeset/fluffy-crews-sparkle.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.62

### Patch Changes

- evolu-server@1.0.1

## 0.0.61

### 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.61",
"version": "0.0.62",
"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.62

### Patch Changes

- Updated dependencies [c7f5182]
- evolu@6.0.0

## 0.0.61

### 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.61",
"version": "0.0.62",
"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.1

### Patch Changes

- Updated dependencies [c7f5182]
- evolu@6.0.0

## 1.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": "1.0.0",
"version": "1.0.1",
"description": "Node.js server for Evolu library",
"author": "Daniel Steigerwald <daniel@steigerwald.cz>",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/evolu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# evolu

## 6.0.0

### Major Changes

- c7f5182: React Suspense

[It's about time](https://twitter.com/acdlite/status/1654171173582692353). React Suspense is an excellent React feature that massively improves both UX and DX. It's a breaking change because I decided to remove the `isLoading` and `isLoaded` states entirely. It's not necessary anymore. Use React Suspense.

Implementing and testing React Suspense also led to internal optimizations for faster and more reliable syncing and better unit tests.

This release also includes SQLite 3.42.0. There is no breaking change in data persistence.

## 5.0.0

### Major 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": "5.0.0",
"version": "6.0.0",
"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 0330863

@vercel
Copy link

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

Please sign in to comment.