Skip to content

Commit

Permalink
ci: release (#412)
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 Jan 1, 2023
1 parent 5a4b0dc commit a77e601
Show file tree
Hide file tree
Showing 21 changed files with 51 additions and 62 deletions.
6 changes: 0 additions & 6 deletions .changeset/heavy-kings-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-mails-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-clocks-tell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-beans-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-cooks-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-apricots-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-items-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-foxes-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-hats-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-cups-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-boats-shout.md

This file was deleted.

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

## 0.4.4

### Patch Changes

- [#416](https://github.com/lagonapp/lagon/pull/416) [`c3bbdb3`](https://github.com/lagonapp/lagon/commit/c3bbdb366ee6d419d1738511b3f547899c89e983) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Stop streaming and log errors when we have errors/timeouts/memory limits

* [#424](https://github.com/lagonapp/lagon/pull/424) [`6384939`](https://github.com/lagonapp/lagon/commit/6384939835ec621fff547fa4cc86185144eb2ded) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Bundle in ESNext

- [#424](https://github.com/lagonapp/lagon/pull/424) [`6384939`](https://github.com/lagonapp/lagon/commit/6384939835ec621fff547fa4cc86185144eb2ded) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Define process.env.NODE_ENV as "production"

* [#434](https://github.com/lagonapp/lagon/pull/434) [`4697533`](https://github.com/lagonapp/lagon/commit/4697533b6189eb71a10dcc356f0a35a6916079e2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix ESBuild path on Windows

## 0.4.3

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

## 0.1.1

### Patch Changes

- [#438](https://github.com/lagonapp/lagon/pull/438) [`462b024`](https://github.com/lagonapp/lagon/commit/462b0243445a79d208470711be173d4c9e25e3a1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `Event` & `EventTarget` APIs

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/docs",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
10 changes: 10 additions & 0 deletions packages/js-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lagon/js-runtime

## 0.2.1

### Patch Changes

- [#429](https://github.com/lagonapp/lagon/pull/429) [`84290e6`](https://github.com/lagonapp/lagon/commit/84290e6de6e87c0c4c80da58cfa7365a88aac7c4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix implementation of `Response.error()` & `Response.redirect()`

* [#438](https://github.com/lagonapp/lagon/pull/438) [`462b024`](https://github.com/lagonapp/lagon/commit/462b0243445a79d208470711be173d4c9e25e3a1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `Event` & `EventTarget` APIs

- [#423](https://github.com/lagonapp/lagon/pull/423) [`047b7ce`](https://github.com/lagonapp/lagon/commit/047b7ce72ae479f383293755883928276b9806df) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix implementation of `Response.json()`

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lagon/runtime

## 0.2.1

### Patch Changes

- [#416](https://github.com/lagonapp/lagon/pull/416) [`c3bbdb3`](https://github.com/lagonapp/lagon/commit/c3bbdb366ee6d419d1738511b3f547899c89e983) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add promise_reject_callback to always throw errors

* [#411](https://github.com/lagonapp/lagon/pull/411) [`b0cfd82`](https://github.com/lagonapp/lagon/commit/b0cfd8246d422d4da0f2fb675053ce6b9af83f52) Thanks [@QuiiBz](https://github.com/QuiiBz)! - AES-GCM uses 16 bytes iv instead of 12 bytes previously

- [#447](https://github.com/lagonapp/lagon/pull/447) [`5a4b0dc`](https://github.com/lagonapp/lagon/commit/5a4b0dca8fc6d340b371c1d20e1b5640c7c01731) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Follow redirects in `fetch`

## 0.2.0

### 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.2.0",
"version": "0.2.1",
"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.14

### Patch Changes

- [#416](https://github.com/lagonapp/lagon/pull/416) [`c3bbdb3`](https://github.com/lagonapp/lagon/commit/c3bbdb366ee6d419d1738511b3f547899c89e983) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Stop streaming and log errors when we have errors/timeouts/memory limits

* [#416](https://github.com/lagonapp/lagon/pull/416) [`c3bbdb3`](https://github.com/lagonapp/lagon/commit/c3bbdb366ee6d419d1738511b3f547899c89e983) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Handle termination results (timeouts and memory limit) before processing streaming to avoid hanging

## 0.1.13

### 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.13",
"version": "0.1.14",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down

1 comment on commit a77e601

@vercel
Copy link

@vercel vercel bot commented on a77e601 Jan 1, 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:

docs – ./packages/docs

docs-git-main-lagon.vercel.app
docs.lagon.app
lagon-docs.vercel.app
docs-lagon.vercel.app

Please sign in to comment.