Skip to content

Commit

Permalink
[ci] release (#194)
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 Aug 19, 2023
1 parent ac2e396 commit 0ebf01b
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/brown-cameras-sin.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# native

## 0.0.76

### Patch Changes

- Updated dependencies [ac2e396]
- [email protected]
- [email protected]

## 0.0.75

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "native",
"version": "0.0.75",
"version": "0.0.76",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
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.76

### Patch Changes

- [email protected]

## 0.0.75

### 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.75",
"version": "0.0.76",
"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.76

### Patch Changes

- Updated dependencies [ac2e396]
- [email protected]

## 0.0.75

### 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.75",
"version": "0.0.76",
"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.15

### Patch Changes

- Updated dependencies [ac2e396]
- [email protected]

## 1.0.14

### 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.14",
"version": "1.0.15",
"description": "Node.js server for Evolu library",
"author": "Daniel Steigerwald <[email protected]>",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/evolu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# evolu

## 6.3.0

### Minor Changes

- ac2e396: Schemaless DB schema

Evolu automatically updates the DB schema on NoSuchTableOrColumnError when applying CRDT messages. It's for a situation when an obsolete client receives messages from a newer one.

Data are safely stored but only rendered once the obsolete client is updated.

## 6.2.4

### 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.2.4",
"version": "6.3.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 0ebf01b

@vercel
Copy link

@vercel vercel bot commented on 0ebf01b Aug 19, 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
evolu.dev
evolu-evolu.vercel.app
www.evolu.dev

Please sign in to comment.