Skip to content

Commit

Permalink
Merge pull request #269 from evoluhq/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
steida authored Dec 2, 2023
2 parents e401e55 + dfb0938 commit 7243ed3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/afraid-dolls-obey.md

This file was deleted.

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.6

### Patch Changes

- Updated dependencies [e401e55]
- @evolu/server@2.1.0

## 1.0.5

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

## 2.1.0

### Minor Changes

- e401e55: Add EvoluServer, refactor out Express

Now, it's possible to make Hono and other adapters easily.

## 2.0.5

### 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": "2.0.5",
"version": "2.1.0",
"description": "Node.js server for Evolu",
"author": "Daniel Steigerwald <[email protected]>",
"license": "MIT",
Expand Down

1 comment on commit 7243ed3

@vercel
Copy link

@vercel vercel bot commented on 7243ed3 Dec 2, 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
evolu.dev
www.evolu.dev

Please sign in to comment.