Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 23, 2023
1 parent 7ab1057 commit 9e1a0c5
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/mighty-hairs-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-bugs-rule.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/server/CHANGELOG.md
@@ -1,5 +1,11 @@
# server

## 0.0.65

### Patch Changes

- evolu-server@1.0.4

## 0.0.64

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.0.64",
"version": "0.0.65",
"private": true,
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions apps/web/CHANGELOG.md
@@ -1,5 +1,14 @@
# web

## 0.0.65

### Patch Changes

- 3876a99: Fixed link to storage quotas and eviction criteria
- Updated dependencies [3876a99]
- Updated dependencies [7ab1057]
- evolu@6.0.3

## 0.0.64

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.0.64",
"version": "0.0.65",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/evolu-server/CHANGELOG.md
@@ -1,5 +1,13 @@
# evolu-server

## 1.0.4

### Patch Changes

- Updated dependencies [3876a99]
- Updated dependencies [7ab1057]
- evolu@6.0.3

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-server/package.json
@@ -1,6 +1,6 @@
{
"name": "evolu-server",
"version": "1.0.3",
"version": "1.0.4",
"description": "Node.js server for Evolu library",
"author": "Daniel Steigerwald <daniel@steigerwald.cz>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/evolu/CHANGELOG.md
@@ -1,5 +1,12 @@
# evolu

## 6.0.3

### Patch Changes

- 3876a99: Fixed link to storage quotas and eviction criteria
- 7ab1057: Add missing PositiveInt Schema

## 6.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu/package.json
@@ -1,6 +1,6 @@
{
"name": "evolu",
"version": "6.0.2",
"version": "6.0.3",
"description": "React Hooks library for local-first apps with end-to-end encrypted backup and sync using SQLite and CRDT.",
"keywords": [
"evolu",
Expand Down

0 comments on commit 9e1a0c5

Please sign in to comment.