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 Dec 2, 2022
1 parent e10aabe commit b506131
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-peaches-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-hairs-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-ladybugs-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-seals-approve.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/dashboard

## 0.0.9

### Patch Changes

- [#323](https://github.com/lagonapp/lagon/pull/323) [`dd3d74a`](https://github.com/lagonapp/lagon/commit/dd3d74af202840ec101f131fbf9916fef9e0a182) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Log tRPC errors to console + clean code

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/dashboard",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/runtime

## 0.1.9

### Patch Changes

- [#320](https://github.com/lagonapp/lagon/pull/320) [`f866de4`](https://github.com/lagonapp/lagon/commit/f866de4351f7b62389777c03267d1207e6b4d36b) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use macros for Rust <-> JS bindings

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/runtime",
"version": "0.1.8",
"version": "0.1.9",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/serverless

## 0.1.11

### Patch Changes

- [#335](https://github.com/lagonapp/lagon/pull/335) [`e10aabe`](https://github.com/lagonapp/lagon/commit/e10aabee456fa54892507f9b4407b66faee450d3) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve performances by not spawning a thread on each request

* [#329](https://github.com/lagonapp/lagon/pull/329) [`e24d381`](https://github.com/lagonapp/lagon/commit/e24d3811ef6b54d8c343edc26697713bdd4b2985) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve logs

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/serverless",
"version": "0.1.10",
"version": "0.1.11",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down

0 comments on commit b506131

Please sign in to comment.