Skip to content

Commit

Permalink
ci: release (#625)
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 Mar 5, 2023
1 parent 0744125 commit deab250
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-colts-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-walls-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-needles-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-cows-cross.md

This file was deleted.

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

## 0.5.3

### Patch Changes

- [#636](https://github.com/lagonapp/lagon/pull/636) [`0744125`](https://github.com/lagonapp/lagon/commit/074412555d46ff36f16dcde1e03d4c083d344d3c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix ESBuild path on Windows

## 0.5.2

### Patch 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.2",
"version": "0.5.3",
"description": "CLI for Lagon",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions crates/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/runtime

## 0.3.6

### Patch Changes

- [#624](https://github.com/lagonapp/lagon/pull/624) [`046d04f`](https://github.com/lagonapp/lagon/commit/046d04f9cb5d6510fec61057a33614b4e1352f37) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Avoid thread panicking when promise id is not found

## 0.3.5

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

## 0.1.23

### Patch Changes

- [#627](https://github.com/lagonapp/lagon/pull/627) [`7671236`](https://github.com/lagonapp/lagon/commit/7671236956bb23f954caed45bd10543ca60f78b5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Don't skip deployment when asset failed to download

* [#626](https://github.com/lagonapp/lagon/pull/626) [`06093d0`](https://github.com/lagonapp/lagon/commit/06093d051898d7603f356b9cae5e3f14078d480a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Send error messages to logs

## 0.1.22

### 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.22",
"version": "0.1.23",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/js-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @lagon/js-runtime

## 0.3.6

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/js-runtime",
"version": "0.3.5",
"version": "0.3.6",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
Expand Down

0 comments on commit deab250

Please sign in to comment.