From 73e7762775fc6507af3b259e3d32fbb67508adb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Apr 2023 12:35:16 +0000 Subject: [PATCH] ci: release --- .changeset/big-forks-taste.md | 5 ----- .changeset/clever-bananas-agree.md | 5 ----- .changeset/dry-shrimps-hide.md | 5 ----- .changeset/flat-bikes-enjoy.md | 5 ----- .changeset/fresh-grapes-learn.md | 6 ------ .changeset/fresh-rabbits-sneeze.md | 5 ----- .changeset/olive-meals-end.md | 6 ------ .changeset/rich-kangaroos-swim.md | 6 ------ .changeset/silly-rules-bathe.md | 5 ----- .changeset/smooth-feet-promise.md | 5 ----- .changeset/unlucky-cups-accept.md | 5 ----- .changeset/wise-rabbits-worry.md | 5 ----- crates/cli/CHANGELOG.md | 6 ++++++ crates/cli/package.json | 2 +- crates/serverless/CHANGELOG.md | 8 ++++++++ crates/serverless/package.json | 2 +- packages/dashboard/CHANGELOG.md | 16 ++++++++++++++++ packages/dashboard/package.json | 2 +- packages/docs/CHANGELOG.md | 12 ++++++++++++ packages/docs/package.json | 2 +- www/CHANGELOG.md | 10 ++++++++++ www/package.json | 2 +- 22 files changed, 57 insertions(+), 68 deletions(-) delete mode 100644 .changeset/big-forks-taste.md delete mode 100644 .changeset/clever-bananas-agree.md delete mode 100644 .changeset/dry-shrimps-hide.md delete mode 100644 .changeset/flat-bikes-enjoy.md delete mode 100644 .changeset/fresh-grapes-learn.md delete mode 100644 .changeset/fresh-rabbits-sneeze.md delete mode 100644 .changeset/olive-meals-end.md delete mode 100644 .changeset/rich-kangaroos-swim.md delete mode 100644 .changeset/silly-rules-bathe.md delete mode 100644 .changeset/smooth-feet-promise.md delete mode 100644 .changeset/unlucky-cups-accept.md delete mode 100644 .changeset/wise-rabbits-worry.md diff --git a/.changeset/big-forks-taste.md b/.changeset/big-forks-taste.md deleted file mode 100644 index 40c99381b..000000000 --- a/.changeset/big-forks-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/docs': patch ---- - -Add pricing page diff --git a/.changeset/clever-bananas-agree.md b/.changeset/clever-bananas-agree.md deleted file mode 100644 index 370ae6f46..000000000 --- a/.changeset/clever-bananas-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/cli': patch ---- - -Add a `worker` import condition after `lagon` when bundling diff --git a/.changeset/dry-shrimps-hide.md b/.changeset/dry-shrimps-hide.md deleted file mode 100644 index 723b3d265..000000000 --- a/.changeset/dry-shrimps-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Add a "Copy" button to the tokens list diff --git a/.changeset/flat-bikes-enjoy.md b/.changeset/flat-bikes-enjoy.md deleted file mode 100644 index 3aab463fe..000000000 --- a/.changeset/flat-bikes-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Fix deployments creation date diff --git a/.changeset/fresh-grapes-learn.md b/.changeset/fresh-grapes-learn.md deleted file mode 100644 index 49135a6e7..000000000 --- a/.changeset/fresh-grapes-learn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/serverless': patch -'@lagon/dashboard': patch ---- - -Migrate underlaying storage for stats & logs to Clickhouse diff --git a/.changeset/fresh-rabbits-sneeze.md b/.changeset/fresh-rabbits-sneeze.md deleted file mode 100644 index d1def2550..000000000 --- a/.changeset/fresh-rabbits-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/docs': patch ---- - -Improve Deployments docs diff --git a/.changeset/olive-meals-end.md b/.changeset/olive-meals-end.md deleted file mode 100644 index 6ac6a7a57..000000000 --- a/.changeset/olive-meals-end.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/docs': patch -'@lagon/www': patch ---- - -Update CPU time to request duration diff --git a/.changeset/rich-kangaroos-swim.md b/.changeset/rich-kangaroos-swim.md deleted file mode 100644 index 0ba0e4787..000000000 --- a/.changeset/rich-kangaroos-swim.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/serverless': patch -'@lagon/dashboard': patch ---- - -Limit maximum response time diff --git a/.changeset/silly-rules-bathe.md b/.changeset/silly-rules-bathe.md deleted file mode 100644 index 8a2adb7c6..000000000 --- a/.changeset/silly-rules-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/docs': patch ---- - -Rename Static Files to Assets diff --git a/.changeset/smooth-feet-promise.md b/.changeset/smooth-feet-promise.md deleted file mode 100644 index ee6a6036e..000000000 --- a/.changeset/smooth-feet-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/www': minor ---- - -Migrate to Next.js 13 app router diff --git a/.changeset/unlucky-cups-accept.md b/.changeset/unlucky-cups-accept.md deleted file mode 100644 index 514189442..000000000 --- a/.changeset/unlucky-cups-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Fix CPU time showing a wrong metric diff --git a/.changeset/wise-rabbits-worry.md b/.changeset/wise-rabbits-worry.md deleted file mode 100644 index 9be5c45a5..000000000 --- a/.changeset/wise-rabbits-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Fix "Socket closed unexpectedly" API errors due to Redis timeouts diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index aebf9d4c5..156bb96fd 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @lagon/cli +## 0.5.7 + +### Patch Changes + +- [#744](https://github.com/lagonapp/lagon/pull/744) [`e92fb57`](https://github.com/lagonapp/lagon/commit/e92fb579001b17dce36bde200cda3de86f13dfcc) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add a `worker` import condition after `lagon` when bundling + ## 0.5.6 ### Patch Changes diff --git a/crates/cli/package.json b/crates/cli/package.json index 3b43a1e36..65495d61d 100644 --- a/crates/cli/package.json +++ b/crates/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/cli", - "version": "0.5.6", + "version": "0.5.7", "description": "CLI for Lagon", "type": "module", "files": [ diff --git a/crates/serverless/CHANGELOG.md b/crates/serverless/CHANGELOG.md index d080a0442..7cc9750ce 100644 --- a/crates/serverless/CHANGELOG.md +++ b/crates/serverless/CHANGELOG.md @@ -1,5 +1,13 @@ # @lagon/serverless +## 0.1.26 + +### Patch Changes + +- [#728](https://github.com/lagonapp/lagon/pull/728) [`476c2e2`](https://github.com/lagonapp/lagon/commit/476c2e23d1ce4ff5e30d3ccd2bd51f2070db4f6d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Migrate underlaying storage for stats & logs to Clickhouse + +* [#733](https://github.com/lagonapp/lagon/pull/733) [`a75de67`](https://github.com/lagonapp/lagon/commit/a75de673cae0e7d2b2ef140b0e54df63875db27a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Limit maximum response time + ## 0.1.25 ### Patch Changes diff --git a/crates/serverless/package.json b/crates/serverless/package.json index 4b1172699..acdf0b4f8 100644 --- a/crates/serverless/package.json +++ b/crates/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/serverless", - "version": "0.1.25", + "version": "0.1.26", "description": "Serverless software using Lagon Runtime", "private": true, "scripts": { diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 6e97b02a9..c4d84a150 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,21 @@ # @lagon/dashboard +## 0.3.2 + +### Patch Changes + +- [#727](https://github.com/lagonapp/lagon/pull/727) [`dc23559`](https://github.com/lagonapp/lagon/commit/dc235595c154f87059fe518dcaf16708684090a4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add a "Copy" button to the tokens list + +* [#719](https://github.com/lagonapp/lagon/pull/719) [`8c41e80`](https://github.com/lagonapp/lagon/commit/8c41e80379210e0ca92efc3da6c52dea4cbc3600) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix deployments creation date + +- [#728](https://github.com/lagonapp/lagon/pull/728) [`476c2e2`](https://github.com/lagonapp/lagon/commit/476c2e23d1ce4ff5e30d3ccd2bd51f2070db4f6d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Migrate underlaying storage for stats & logs to Clickhouse + +* [#733](https://github.com/lagonapp/lagon/pull/733) [`a75de67`](https://github.com/lagonapp/lagon/commit/a75de673cae0e7d2b2ef140b0e54df63875db27a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Limit maximum response time + +- [`9273678`](https://github.com/lagonapp/lagon/commit/927367879a61b4f0cec03a64b5c2af728a976362) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix CPU time showing a wrong metric + +* [#716](https://github.com/lagonapp/lagon/pull/716) [`b3ea6c7`](https://github.com/lagonapp/lagon/commit/b3ea6c760308e15eb9d72f9efafb7cabcc06fb44) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix "Socket closed unexpectedly" API errors due to Redis timeouts + ## 0.3.1 ### Patch Changes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index c7f70041e..34c7d70d8 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/dashboard", - "version": "0.3.1", + "version": "0.3.2", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 696c07127..2107e268e 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,17 @@ # @lagon/docs +## 0.3.3 + +### Patch Changes + +- [#733](https://github.com/lagonapp/lagon/pull/733) [`a75de67`](https://github.com/lagonapp/lagon/commit/a75de673cae0e7d2b2ef140b0e54df63875db27a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add pricing page + +* [#738](https://github.com/lagonapp/lagon/pull/738) [`78c3787`](https://github.com/lagonapp/lagon/commit/78c3787422bd5806a6ab8ad6a8bb73009ee89257) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve Deployments docs + +- [#733](https://github.com/lagonapp/lagon/pull/733) [`a75de67`](https://github.com/lagonapp/lagon/commit/a75de673cae0e7d2b2ef140b0e54df63875db27a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update CPU time to request duration + +* [#738](https://github.com/lagonapp/lagon/pull/738) [`78c3787`](https://github.com/lagonapp/lagon/commit/78c3787422bd5806a6ab8ad6a8bb73009ee89257) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Rename Static Files to Assets + ## 0.3.2 ### Patch Changes diff --git a/packages/docs/package.json b/packages/docs/package.json index fd13c31f3..636929b50 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/docs", - "version": "0.3.2", + "version": "0.3.3", "private": true, "scripts": { "dev": "next dev", diff --git a/www/CHANGELOG.md b/www/CHANGELOG.md index b7bd99401..edd29b342 100644 --- a/www/CHANGELOG.md +++ b/www/CHANGELOG.md @@ -1,5 +1,15 @@ # @lagon/www +## 1.1.0 + +### Minor Changes + +- [#724](https://github.com/lagonapp/lagon/pull/724) [`123f520`](https://github.com/lagonapp/lagon/commit/123f5202d6f728192f3f2bc8233ee678b9dfe1ff) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Migrate to Next.js 13 app router + +### Patch Changes + +- [#733](https://github.com/lagonapp/lagon/pull/733) [`a75de67`](https://github.com/lagonapp/lagon/commit/a75de673cae0e7d2b2ef140b0e54df63875db27a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update CPU time to request duration + ## 1.0.1 ### Patch Changes diff --git a/www/package.json b/www/package.json index 75aa5178a..b22e63a7a 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/www", - "version": "1.0.1", + "version": "1.1.0", "private": true, "scripts": { "dev": "next dev",