Skip to content

Commit

Permalink
ci: release (#609)
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
QuiiBz and github-actions[bot] authored Feb 24, 2023
1 parent 909ff4b commit aa8e21d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-parents-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-mugs-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-wolves-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-beers-joke.md

This file was deleted.

10 changes: 10 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lagon/cli

## 0.5.1

### Patch Changes

- [#610](https://github.com/lagonapp/lagon/pull/610) [`8e70413`](https://github.com/lagonapp/lagon/commit/8e70413015c333e04a0e77d62fa0b6154be22b42) Thanks [@QuiiBz](https://github.com/QuiiBz)! - `lagon dev --env PATH` is relative to the root

* [#610](https://github.com/lagonapp/lagon/pull/610) [`8e70413`](https://github.com/lagonapp/lagon/commit/8e70413015c333e04a0e77d62fa0b6154be22b42) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow using `lagon dev` without any argument to use the current directory configuration

- [#608](https://github.com/lagonapp/lagon/pull/608) [`066c24e`](https://github.com/lagonapp/lagon/commit/066c24e18ce1289beb3083ddd84063abd28f96f2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Re-use the same isolate between requests to keep server-side state

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/cli",
"version": "0.5.0",
"version": "0.5.1",
"description": "CLI for Lagon",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions crates/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/serverless

## 0.1.20

### Patch Changes

- [#614](https://github.com/lagonapp/lagon/pull/614) [`909ff4b`](https://github.com/lagonapp/lagon/commit/909ff4b12ff8dd2f2b282b0c913b14a27ebf7baa) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Reconnect Redis Pub/Sub on error

## 0.1.19

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

0 comments on commit aa8e21d

Please sign in to comment.