Skip to content

Commit

Permalink
ci: release (#923)
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 Jun 5, 2023
1 parent dfdb662 commit b1c9c86
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 42 deletions.
7 changes: 0 additions & 7 deletions .changeset/breezy-cycles-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-beans-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-brooms-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-meals-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-mangos-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-trees-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-meals-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.7.4

### Patch Changes

- [#928](https://github.com/lagonapp/lagon/pull/928) [`28bd4c6`](https://github.com/lagonapp/lagon/commit/28bd4c644db583b54827f5f1a6bee7ce0f64b4bb) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Set content-length header to 0 when body is null and method POST or PUT in `fetch()`

- [#925](https://github.com/lagonapp/lagon/pull/925) [`102bb75`](https://github.com/lagonapp/lagon/commit/102bb7550a14453c96866a4aa011d4517ed11185) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix `lagon dev` hot reloading updating after the 2nd request

- [`dfdb662`](https://github.com/lagonapp/lagon/commit/dfdb6626e86b9c81bff2275ec03944aaa9259c69) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Load environment variable file based on current directory

## 0.7.3

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

## 0.3.16

## 0.3.15

## 0.3.14
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.15",
"version": "0.3.16",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions crates/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lagon/serverless

## 0.2.1

### Patch Changes

- [#928](https://github.com/lagonapp/lagon/pull/928) [`28bd4c6`](https://github.com/lagonapp/lagon/commit/28bd4c644db583b54827f5f1a6bee7ce0f64b4bb) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Set content-length header to 0 when body is null and method POST or PUT in `fetch()`

- [#929](https://github.com/lagonapp/lagon/pull/929) [`0174cad`](https://github.com/lagonapp/lagon/commit/0174cad77f41def0092583880c5c88f530e345d2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Revert isolates cache eviction using ClickHouse to use local cache instead

- [#924](https://github.com/lagonapp/lagon/pull/924) [`cacb962`](https://github.com/lagonapp/lagon/commit/cacb9626c2039c3b1932152220467dc6206f8389) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Retrieve environment variables when booting

## 0.2.0

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

## 0.3.10

### Patch Changes

- [#922](https://github.com/lagonapp/lagon/pull/922) [`6979a7c`](https://github.com/lagonapp/lagon/commit/6979a7c978a0c6fa486ba1c7a0b79063bfd7eeed) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix Cron preview to update as we type

- [#927](https://github.com/lagonapp/lagon/pull/927) [`968cb8d`](https://github.com/lagonapp/lagon/commit/968cb8d3922702a799165a1f71f1586f53e17435) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Only allow alphanumeric characters, numbers and underscore as environment variable keys

## 0.3.9

### 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.3.9",
"version": "0.3.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/js-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/js-runtime

## 0.3.16

### Patch Changes

- [#928](https://github.com/lagonapp/lagon/pull/928) [`28bd4c6`](https://github.com/lagonapp/lagon/commit/28bd4c644db583b54827f5f1a6bee7ce0f64b4bb) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Set content-length header to 0 when body is null and method POST or PUT in `fetch()`

## 0.3.15

### 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.15",
"version": "0.3.16",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
Expand Down

1 comment on commit b1c9c86

@vercel
Copy link

@vercel vercel bot commented on b1c9c86 Jun 5, 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:

dashboard – ./packages/dashboard

dashboard-git-main-lagon.vercel.app
dashboard-lagon.vercel.app
dash.lagon.app

Please sign in to comment.