Skip to content

Commit

Permalink
Merge pull request #312 from evoluhq/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
steida authored Dec 31, 2023
2 parents 047b92e + 66441b4 commit 032b483
Show file tree
Hide file tree
Showing 17 changed files with 124 additions and 35 deletions.
22 changes: 0 additions & 22 deletions .changeset/many-yaks-smile.md

This file was deleted.

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

## 1.0.9

### Patch Changes

- Updated dependencies [047b92e]
- @evolu/react-native@4.0.2

## 1.0.8

### 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": "1.0.8",
"version": "1.0.9",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
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

## 1.0.23

### Patch Changes

- Updated dependencies [047b92e]
- @evolu/server@3.0.8

## 1.0.22

### 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": "1.0.22",
"version": "1.0.23",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# web

## 1.0.21

### Patch Changes

- Updated dependencies [047b92e]
- @evolu/common@3.0.8
- @evolu/react@4.0.0

## 1.0.20

### 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": "1.0.20",
"version": "1.0.21",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
23 changes: 23 additions & 0 deletions packages/evolu-common-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @evolu/common-react

## 4.0.2

### Patch Changes

- 047b92e: Update Kysely to 0.27.0

Check [Kysely release](https://github.com/kysely-org/kysely/releases/tag/0.27.0)

Note simplified `$narrowType` usage. Previous:

```ts
.$narrowType<{ title: NonEmptyString1000 }>()
```

Simplified:

```ts
.$narrowType<{ title: NotNull }>()
```

- Updated dependencies [047b92e]
- @evolu/common@3.0.8

## 4.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-common-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolu/common-react",
"version": "4.0.1",
"version": "4.0.2",
"description": "Common code for Evolu React libraries",
"keywords": [
"evolu",
Expand Down Expand Up @@ -49,7 +49,7 @@
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.7",
"@evolu/common": "^3.0.8",
"@types/react": "^18.2.22",
"react": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-common-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.7",
"@evolu/common": "^3.0.8",
"@sqlite.org/sqlite-wasm": "3.43.2-build1"
},
"publishConfig": {
Expand Down
20 changes: 20 additions & 0 deletions packages/evolu-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @evolu/common

## 3.0.8

### Patch Changes

- 047b92e: Update Kysely to 0.27.0

Check [Kysely release](https://github.com/kysely-org/kysely/releases/tag/0.27.0)

Note simplified `$narrowType` usage. Previous:

```ts
.$narrowType<{ title: NonEmptyString1000 }>()
```

Simplified:

```ts
.$narrowType<{ title: NotNull }>()
```

## 3.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolu/common",
"version": "3.0.7",
"version": "3.0.8",
"description": "Local-first platform designed for privacy, ease of use, and no vendor lock-in to sync and backup people's lifetime data",
"keywords": [
"evolu",
Expand Down
23 changes: 23 additions & 0 deletions packages/evolu-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @evolu/react-native

## 4.0.2

### Patch Changes

- 047b92e: Update Kysely to 0.27.0

Check [Kysely release](https://github.com/kysely-org/kysely/releases/tag/0.27.0)

Note simplified `$narrowType` usage. Previous:

```ts
.$narrowType<{ title: NonEmptyString1000 }>()
```

Simplified:

```ts
.$narrowType<{ title: NotNull }>()
```

- Updated dependencies [047b92e]
- @evolu/common-react@4.0.2

## 4.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolu/react-native",
"version": "4.0.1",
"version": "4.0.2",
"description": "Evolu for React Native",
"keywords": [
"evolu",
Expand Down Expand Up @@ -53,7 +53,7 @@
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common-react": "^4.0.1",
"@evolu/common-react": "^4.0.2",
"expo": "^49.0.20",
"expo-sqlite": "~11.3.3",
"react-native": "^0.72.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.7",
"@evolu/common-react": "^4.0.1",
"@evolu/common": "^3.0.8",
"@evolu/common-react": "^4.0.2",
"@evolu/common-web": "^4.0.1",
"@types/react-dom": "^18.2.7",
"react-dom": "^18.2.0"
Expand Down
23 changes: 23 additions & 0 deletions packages/evolu-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @evolu/server

## 3.0.8

### Patch Changes

- 047b92e: Update Kysely to 0.27.0

Check [Kysely release](https://github.com/kysely-org/kysely/releases/tag/0.27.0)

Note simplified `$narrowType` usage. Previous:

```ts
.$narrowType<{ title: NonEmptyString1000 }>()
```

Simplified:

```ts
.$narrowType<{ title: NotNull }>()
```

- Updated dependencies [047b92e]
- @evolu/common@3.0.8

## 3.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolu/server",
"version": "3.0.7",
"version": "3.0.8",
"description": "Node.js server for Evolu",
"author": "Daniel Steigerwald <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -48,7 +48,7 @@
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.7"
"@evolu/common": "^3.0.8"
},
"publishConfig": {
"access": "public"
Expand Down

1 comment on commit 032b483

@vercel
Copy link

@vercel vercel bot commented on 032b483 Dec 31, 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
www.evolu.dev
evolu-evolu.vercel.app
evolu-git-main-evolu.vercel.app
evolu.dev

Please sign in to comment.