Skip to content

Commit

Permalink
ci: release (#669)
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 26, 2023
1 parent e9d9443 commit 72cf67f
Show file tree
Hide file tree
Showing 27 changed files with 71 additions and 77 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-elephants-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-dancers-behave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/grumpy-meals-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-peaches-repair.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/new-cats-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-pans-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-roses-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-suits-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-hounds-flash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-hotels-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-humans-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-sheep-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-shoes-explain.md

This file was deleted.

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

## 0.5.5

### Patch Changes

- [#684](https://github.com/lagonapp/lagon/pull/684) [`9da1136`](https://github.com/lagonapp/lagon/commit/9da113606e60078b62f7cc57ba4a31baafd64025) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `AsyncLocalStorage` & `AsyncContext` APIs

* [#676](https://github.com/lagonapp/lagon/pull/676) [`54e37e3`](https://github.com/lagonapp/lagon/commit/54e37e34b3d49a1ecc70203db4a4bd99165bfa1c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow parallel requests to the same isolate

- [#688](https://github.com/lagonapp/lagon/pull/688) [`0dffdb2`](https://github.com/lagonapp/lagon/commit/0dffdb215058bdab6617e342b0b17525ff6e4cf7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `lagon deploy` & `lagon build` to specify files and folders

* [#697](https://github.com/lagonapp/lagon/pull/697) [`f2edf38`](https://github.com/lagonapp/lagon/commit/f2edf38f258cd47d9984f9fd90c9ec67e30912f9) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Exit with code 1 on error

## 0.5.4

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

## 0.3.8

### Patch Changes

- [#679](https://github.com/lagonapp/lagon/pull/679) [`f8d78b7`](https://github.com/lagonapp/lagon/commit/f8d78b71538f908a3b86b1f748c8fb8bd969c926) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Terminate isolates with 2 heartbeats missed

* [#680](https://github.com/lagonapp/lagon/pull/680) [`4ce40b8`](https://github.com/lagonapp/lagon/commit/4ce40b8dfa6f412968dbac63e004051684996c4d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Block thread while waiting for new requests

- [#676](https://github.com/lagonapp/lagon/pull/676) [`54e37e3`](https://github.com/lagonapp/lagon/commit/54e37e34b3d49a1ecc70203db4a4bd99165bfa1c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow parallel requests to the same isolate

## 0.3.7

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

## 0.1.25

### Patch Changes

- [#665](https://github.com/lagonapp/lagon/pull/665) [`a2ba9ce`](https://github.com/lagonapp/lagon/commit/a2ba9cec1bdfcabaee1e286f9a091f3a97899700) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Reply 403 for HTTP access to cron functions

* [#676](https://github.com/lagonapp/lagon/pull/676) [`54e37e3`](https://github.com/lagonapp/lagon/commit/54e37e34b3d49a1ecc70203db4a4bd99165bfa1c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow parallel requests to the same isolate

- [#681](https://github.com/lagonapp/lagon/pull/681) [`e714ac3`](https://github.com/lagonapp/lagon/commit/e714ac3aed03fc3ae2703a9c22ee738cccd89136) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Remove useless LAGON_WORKERS env variable

* [#665](https://github.com/lagonapp/lagon/pull/665) [`a2ba9ce`](https://github.com/lagonapp/lagon/commit/a2ba9cec1bdfcabaee1e286f9a091f3a97899700) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Listen Redis Pub/Sub in another thread

- [#665](https://github.com/lagonapp/lagon/pull/665) [`a2ba9ce`](https://github.com/lagonapp/lagon/commit/a2ba9cec1bdfcabaee1e286f9a091f3a97899700) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Reuse isolates across domains using the same deployment id

* [#681](https://github.com/lagonapp/lagon/pull/681) [`e714ac3`](https://github.com/lagonapp/lagon/commit/e714ac3aed03fc3ae2703a9c22ee738cccd89136) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Split pub/sub & s3 downloading logic into separate crates

## 0.1.24

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

### Patch Changes

- [#678](https://github.com/lagonapp/lagon/pull/678) [`499bb53`](https://github.com/lagonapp/lagon/commit/499bb53d94ece73b29c3ea43e2f64809d03f7f0b) Thanks [@danielroe](https://github.com/danielroe)! - Fix an issue that prevented deleting environment variables

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/docs

## 0.3.2

### Patch Changes

- [#684](https://github.com/lagonapp/lagon/pull/684) [`9da1136`](https://github.com/lagonapp/lagon/commit/9da113606e60078b62f7cc57ba4a31baafd64025) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `AsyncLocalStorage` & `AsyncContext` APIs

* [#688](https://github.com/lagonapp/lagon/pull/688) [`0dffdb2`](https://github.com/lagonapp/lagon/commit/0dffdb215058bdab6617e342b0b17525ff6e4cf7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `lagon deploy` & `lagon build` to specify files and folders

## 0.3.1

### Patch 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.3.1",
"version": "0.3.2",
"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.8

### Patch Changes

- [#684](https://github.com/lagonapp/lagon/pull/684) [`9da1136`](https://github.com/lagonapp/lagon/commit/9da113606e60078b62f7cc57ba4a31baafd64025) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `AsyncLocalStorage` & `AsyncContext` APIs

## 0.3.7

## 0.3.6
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.7",
"version": "0.3.8",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/www

## 1.0.1

### Patch Changes

- [#675](https://github.com/lagonapp/lagon/pull/675) [`2ba1203`](https://github.com/lagonapp/lagon/commit/2ba12035c36f08c75ca3e32ea7f2b76b5093edc7) Thanks [@ColinLienard](https://github.com/ColinLienard)! - Avoid white blank space when scrolling to the top/bottom of the page

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/www",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit 72cf67f

@vercel
Copy link

@vercel vercel bot commented on 72cf67f Mar 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 48 minutes (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.