From fdb615684fbdc85c2899b1da9a55ca8d11110229 Mon Sep 17 00:00:00 2001 From: Tom Lienard Date: Sun, 25 Jun 2023 12:45:07 +0200 Subject: [PATCH] ci: release (#967) Co-authored-by: github-actions[bot] --- .changeset/afraid-panthers-drive.md | 5 ----- .changeset/cold-parents-tap.md | 5 ----- .changeset/curvy-pumas-clean.md | 6 ------ .changeset/eleven-papayas-switch.md | 9 --------- .changeset/fluffy-planets-boil.md | 5 ----- .changeset/healthy-rats-give.md | 5 ----- .changeset/itchy-chicken-count.md | 5 ----- .changeset/large-ads-hope.md | 5 ----- .changeset/lazy-walls-impress.md | 6 ------ .changeset/lucky-mails-admire.md | 5 ----- .changeset/metal-panthers-boil.md | 5 ----- .changeset/new-vans-sit.md | 5 ----- .changeset/nine-waves-grow.md | 5 ----- .changeset/perfect-boats-divide.md | 5 ----- .changeset/pretty-jeans-develop.md | 7 ------- .changeset/proud-bears-sell.md | 5 ----- .changeset/shy-comics-do.md | 6 ------ .changeset/slimy-moles-jump.md | 6 ------ .changeset/two-icons-attend.md | 5 ----- .changeset/wet-bees-laugh.md | 5 ----- .changeset/wicked-pears-battle.md | 5 ----- crates/cli/CHANGELOG.md | 14 ++++++++++++++ crates/cli/package.json | 2 +- crates/runtime/CHANGELOG.md | 6 ++++++ crates/runtime/package.json | 2 +- crates/runtime_utils/CHANGELOG.md | 6 ++++++ crates/runtime_utils/package.json | 2 +- crates/serverless/CHANGELOG.md | 16 ++++++++++++++++ crates/serverless/package.json | 2 +- examples/drizzle-turso/CHANGELOG.md | 7 +++++++ examples/drizzle-turso/package.json | 2 +- examples/turso/CHANGELOG.md | 6 ++++++ examples/turso/package.json | 2 +- packages/dashboard/CHANGELOG.md | 21 +++++++++++++++++++++ packages/dashboard/package.json | 2 +- packages/docs/CHANGELOG.md | 16 ++++++++++++++++ packages/docs/package.json | 2 +- packages/js-runtime/CHANGELOG.md | 8 ++++++++ packages/js-runtime/package.json | 2 +- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 41 files changed, 116 insertions(+), 125 deletions(-) delete mode 100644 .changeset/afraid-panthers-drive.md delete mode 100644 .changeset/cold-parents-tap.md delete mode 100644 .changeset/curvy-pumas-clean.md delete mode 100644 .changeset/eleven-papayas-switch.md delete mode 100644 .changeset/fluffy-planets-boil.md delete mode 100644 .changeset/healthy-rats-give.md delete mode 100644 .changeset/itchy-chicken-count.md delete mode 100644 .changeset/large-ads-hope.md delete mode 100644 .changeset/lazy-walls-impress.md delete mode 100644 .changeset/lucky-mails-admire.md delete mode 100644 .changeset/metal-panthers-boil.md delete mode 100644 .changeset/new-vans-sit.md delete mode 100644 .changeset/nine-waves-grow.md delete mode 100644 .changeset/perfect-boats-divide.md delete mode 100644 .changeset/pretty-jeans-develop.md delete mode 100644 .changeset/proud-bears-sell.md delete mode 100644 .changeset/shy-comics-do.md delete mode 100644 .changeset/slimy-moles-jump.md delete mode 100644 .changeset/two-icons-attend.md delete mode 100644 .changeset/wet-bees-laugh.md delete mode 100644 .changeset/wicked-pears-battle.md create mode 100644 examples/drizzle-turso/CHANGELOG.md diff --git a/.changeset/afraid-panthers-drive.md b/.changeset/afraid-panthers-drive.md deleted file mode 100644 index f983b7465..000000000 --- a/.changeset/afraid-panthers-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Improve Stripe upgrade flow with success and error banners diff --git a/.changeset/cold-parents-tap.md b/.changeset/cold-parents-tap.md deleted file mode 100644 index f3d4ce207..000000000 --- a/.changeset/cold-parents-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/example-turso': patch ---- - -Move client generation outside of handler function diff --git a/.changeset/curvy-pumas-clean.md b/.changeset/curvy-pumas-clean.md deleted file mode 100644 index 4e89b4a07..000000000 --- a/.changeset/curvy-pumas-clean.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/dashboard': patch -'@lagon/cli': patch ---- - -Deploy to the specified organization instead of the current selected one diff --git a/.changeset/eleven-papayas-switch.md b/.changeset/eleven-papayas-switch.md deleted file mode 100644 index ce4cc7f97..000000000 --- a/.changeset/eleven-papayas-switch.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@lagon/js-runtime': patch -'@lagon/runtime': patch -'@lagon/cli': patch -'@lagon/serverless': patch -'@lagon/docs': patch ---- - -Add `CompressionStream` & `DecompressionStream` APIs diff --git a/.changeset/fluffy-planets-boil.md b/.changeset/fluffy-planets-boil.md deleted file mode 100644 index 4d2940dfa..000000000 --- a/.changeset/fluffy-planets-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/ui': patch ---- - -Add new `Banner` component diff --git a/.changeset/healthy-rats-give.md b/.changeset/healthy-rats-give.md deleted file mode 100644 index 6ca92860f..000000000 --- a/.changeset/healthy-rats-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Add system status in footer diff --git a/.changeset/itchy-chicken-count.md b/.changeset/itchy-chicken-count.md deleted file mode 100644 index 2746d2c18..000000000 --- a/.changeset/itchy-chicken-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/cli': patch ---- - -Automatically load .env file from current directory or specified path diff --git a/.changeset/large-ads-hope.md b/.changeset/large-ads-hope.md deleted file mode 100644 index afe2fd175..000000000 --- a/.changeset/large-ads-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/docs': patch ---- - -Add sponsors list diff --git a/.changeset/lazy-walls-impress.md b/.changeset/lazy-walls-impress.md deleted file mode 100644 index 8846a6e0d..000000000 --- a/.changeset/lazy-walls-impress.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/dashboard': patch -'@lagon/docs': patch ---- - -Fix Bangalore region to be ap-west instead of ap-south diff --git a/.changeset/lucky-mails-admire.md b/.changeset/lucky-mails-admire.md deleted file mode 100644 index 0261fefca..000000000 --- a/.changeset/lucky-mails-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Use Jemalloc instead of the default allocator diff --git a/.changeset/metal-panthers-boil.md b/.changeset/metal-panthers-boil.md deleted file mode 100644 index 25c38f74b..000000000 --- a/.changeset/metal-panthers-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Upgrade functions limits on plan change diff --git a/.changeset/new-vans-sit.md b/.changeset/new-vans-sit.md deleted file mode 100644 index 120913a42..000000000 --- a/.changeset/new-vans-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/docs': patch ---- - -Fix favicon diff --git a/.changeset/nine-waves-grow.md b/.changeset/nine-waves-grow.md deleted file mode 100644 index f1d639e3c..000000000 --- a/.changeset/nine-waves-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/cli': patch ---- - -Refactor binary installation to be more stable diff --git a/.changeset/perfect-boats-divide.md b/.changeset/perfect-boats-divide.md deleted file mode 100644 index 71abc16f2..000000000 --- a/.changeset/perfect-boats-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Reduce `clone()`ing diff --git a/.changeset/pretty-jeans-develop.md b/.changeset/pretty-jeans-develop.md deleted file mode 100644 index d6ea73634..000000000 --- a/.changeset/pretty-jeans-develop.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@lagon/js-runtime': patch -'@lagon/cli': patch -'@lagon/serverless': patch ---- - -Allow `fetch()` with a `Request` diff --git a/.changeset/proud-bears-sell.md b/.changeset/proud-bears-sell.md deleted file mode 100644 index fd6cc6ac3..000000000 --- a/.changeset/proud-bears-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Do not crash when cron parsing fails diff --git a/.changeset/shy-comics-do.md b/.changeset/shy-comics-do.md deleted file mode 100644 index 4e951c187..000000000 --- a/.changeset/shy-comics-do.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/docs': patch -'@lagon/example-drizzle-turso': patch ---- - -Add a Drizzle and Turso example diff --git a/.changeset/slimy-moles-jump.md b/.changeset/slimy-moles-jump.md deleted file mode 100644 index 83ef070f8..000000000 --- a/.changeset/slimy-moles-jump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/runtime-utils': patch -'@lagon/serverless': patch ---- - -Avoid allocating `String` where possible and use `&str` instead diff --git a/.changeset/two-icons-attend.md b/.changeset/two-icons-attend.md deleted file mode 100644 index 23006efc7..000000000 --- a/.changeset/two-icons-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Add footer with version and social links diff --git a/.changeset/wet-bees-laugh.md b/.changeset/wet-bees-laugh.md deleted file mode 100644 index ff5203068..000000000 --- a/.changeset/wet-bees-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/docs': patch ---- - -Add Nuxt Complex example diff --git a/.changeset/wicked-pears-battle.md b/.changeset/wicked-pears-battle.md deleted file mode 100644 index 6deca610d..000000000 --- a/.changeset/wicked-pears-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Add a fast path when handling assets, inline dashmap diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 9839b6fb1..6b48b8dac 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @lagon/cli +## 0.7.6 + +### Patch Changes + +- [#983](https://github.com/lagonapp/lagon/pull/983) [`b2c1129`](https://github.com/lagonapp/lagon/commit/b2c11293fbdd3dfde1756162bf182182326c0135) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Deploy to the specified organization instead of the current selected one + +- [#932](https://github.com/lagonapp/lagon/pull/932) [`dd96fd0`](https://github.com/lagonapp/lagon/commit/dd96fd0bf692c01023727d12415d737b21035f7d) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add `CompressionStream` & `DecompressionStream` APIs + +- [#972](https://github.com/lagonapp/lagon/pull/972) [`5dc7bd9`](https://github.com/lagonapp/lagon/commit/5dc7bd9ea4d8439ddbb75726855b40b506eaf1fd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Automatically load .env file from current directory or specified path + +- [#990](https://github.com/lagonapp/lagon/pull/990) [`987642d`](https://github.com/lagonapp/lagon/commit/987642dc3c19667438a79ff4d991e348a2febb38) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Refactor binary installation to be more stable + +- [#965](https://github.com/lagonapp/lagon/pull/965) [`32a2c08`](https://github.com/lagonapp/lagon/commit/32a2c08a469a5dbcd23d47bafbd91d851f8a750d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `fetch()` with a `Request` + ## 0.7.5 ### Patch Changes diff --git a/crates/cli/package.json b/crates/cli/package.json index 811ebd989..9ece614e6 100644 --- a/crates/cli/package.json +++ b/crates/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/cli", - "version": "0.7.5", + "version": "0.7.6", "description": "CLI for Lagon", "type": "module", "files": [ diff --git a/crates/runtime/CHANGELOG.md b/crates/runtime/CHANGELOG.md index 3669cd1e5..4e2673b9e 100644 --- a/crates/runtime/CHANGELOG.md +++ b/crates/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @lagon/runtime +## 0.3.18 + +### Patch Changes + +- [#932](https://github.com/lagonapp/lagon/pull/932) [`dd96fd0`](https://github.com/lagonapp/lagon/commit/dd96fd0bf692c01023727d12415d737b21035f7d) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add `CompressionStream` & `DecompressionStream` APIs + ## 0.3.17 ### Patch Changes diff --git a/crates/runtime/package.json b/crates/runtime/package.json index d53bdfe10..87990abd4 100644 --- a/crates/runtime/package.json +++ b/crates/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/runtime", - "version": "0.3.17", + "version": "0.3.18", "description": "JavaScript Serverless Runtime for Lagon", "private": true, "scripts": { diff --git a/crates/runtime_utils/CHANGELOG.md b/crates/runtime_utils/CHANGELOG.md index 696b90e4f..d9febc753 100644 --- a/crates/runtime_utils/CHANGELOG.md +++ b/crates/runtime_utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @lagon/runtime-utils +## 0.2.2 + +### Patch Changes + +- [#979](https://github.com/lagonapp/lagon/pull/979) [`cbc66fa`](https://github.com/lagonapp/lagon/commit/cbc66fa4d396792fb6e823f086824954bf42f6eb) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Avoid allocating `String` where possible and use `&str` instead + ## 0.2.1 ### Patch Changes diff --git a/crates/runtime_utils/package.json b/crates/runtime_utils/package.json index 5b9384cb2..efcb4d10f 100644 --- a/crates/runtime_utils/package.json +++ b/crates/runtime_utils/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/runtime-utils", - "version": "0.2.1", + "version": "0.2.2", "description": "JavaScript Serverless Runtime for Lagon", "private": true, "scripts": { diff --git a/crates/serverless/CHANGELOG.md b/crates/serverless/CHANGELOG.md index 9ea33c2d9..0530c1787 100644 --- a/crates/serverless/CHANGELOG.md +++ b/crates/serverless/CHANGELOG.md @@ -1,5 +1,21 @@ # @lagon/serverless +## 0.2.3 + +### Patch Changes + +- [#932](https://github.com/lagonapp/lagon/pull/932) [`dd96fd0`](https://github.com/lagonapp/lagon/commit/dd96fd0bf692c01023727d12415d737b21035f7d) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add `CompressionStream` & `DecompressionStream` APIs + +- [#976](https://github.com/lagonapp/lagon/pull/976) [`0d874be`](https://github.com/lagonapp/lagon/commit/0d874be5980287e9433ffcbfcb5364c551022356) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use Jemalloc instead of the default allocator + +- [#977](https://github.com/lagonapp/lagon/pull/977) [`2cda111`](https://github.com/lagonapp/lagon/commit/2cda111f85d053b467a70a3486ebfb60ddaea5cc) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Reduce `clone()`ing + +- [#965](https://github.com/lagonapp/lagon/pull/965) [`32a2c08`](https://github.com/lagonapp/lagon/commit/32a2c08a469a5dbcd23d47bafbd91d851f8a750d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `fetch()` with a `Request` + +- [#979](https://github.com/lagonapp/lagon/pull/979) [`cbc66fa`](https://github.com/lagonapp/lagon/commit/cbc66fa4d396792fb6e823f086824954bf42f6eb) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Avoid allocating `String` where possible and use `&str` instead + +- [#969](https://github.com/lagonapp/lagon/pull/969) [`a232492`](https://github.com/lagonapp/lagon/commit/a232492c317c8c4fe74fac0e87a0f1a60fafb505) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add a fast path when handling assets, inline dashmap + ## 0.2.2 ### Patch Changes diff --git a/crates/serverless/package.json b/crates/serverless/package.json index bbddb224c..8e9537247 100644 --- a/crates/serverless/package.json +++ b/crates/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/serverless", - "version": "0.2.2", + "version": "0.2.3", "description": "Serverless software using Lagon Runtime", "private": true, "scripts": { diff --git a/examples/drizzle-turso/CHANGELOG.md b/examples/drizzle-turso/CHANGELOG.md new file mode 100644 index 000000000..b88f9ca1d --- /dev/null +++ b/examples/drizzle-turso/CHANGELOG.md @@ -0,0 +1,7 @@ +# @lagon/example-drizzle-turso + +## 0.1.1 + +### Patch Changes + +- [#971](https://github.com/lagonapp/lagon/pull/971) [`7a2b184`](https://github.com/lagonapp/lagon/commit/7a2b184fd194ac19aeed3aa0ff1f4f6a5326a72a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add a Drizzle and Turso example diff --git a/examples/drizzle-turso/package.json b/examples/drizzle-turso/package.json index 0727eba17..1435eb7de 100644 --- a/examples/drizzle-turso/package.json +++ b/examples/drizzle-turso/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/example-drizzle-turso", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "generate": "pnpm drizzle-kit generate:sqlite --schema=./schema.ts", diff --git a/examples/turso/CHANGELOG.md b/examples/turso/CHANGELOG.md index eac1f9fb7..b2a017387 100644 --- a/examples/turso/CHANGELOG.md +++ b/examples/turso/CHANGELOG.md @@ -1,5 +1,11 @@ # @lagon/example-turso +## 0.1.2 + +### Patch Changes + +- [#971](https://github.com/lagonapp/lagon/pull/971) [`7a2b184`](https://github.com/lagonapp/lagon/commit/7a2b184fd194ac19aeed3aa0ff1f4f6a5326a72a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Move client generation outside of handler function + ## 0.1.1 ### Patch Changes diff --git a/examples/turso/package.json b/examples/turso/package.json index 80427e03f..41c67f1ad 100644 --- a/examples/turso/package.json +++ b/examples/turso/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/example-turso", - "version": "0.1.1", + "version": "0.1.2", "private": true, "scripts": { "lagon-dev": "lagon dev index.ts" diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index f7be3717f..0168993ed 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,26 @@ # @lagon/dashboard +## 0.3.12 + +### Patch Changes + +- [#987](https://github.com/lagonapp/lagon/pull/987) [`51900f3`](https://github.com/lagonapp/lagon/commit/51900f30259dc1830b97257c264040b93ca2513d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve Stripe upgrade flow with success and error banners + +- [#983](https://github.com/lagonapp/lagon/pull/983) [`b2c1129`](https://github.com/lagonapp/lagon/commit/b2c11293fbdd3dfde1756162bf182182326c0135) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Deploy to the specified organization instead of the current selected one + +- [#986](https://github.com/lagonapp/lagon/pull/986) [`b91e75d`](https://github.com/lagonapp/lagon/commit/b91e75de18d7f520748740c00f8a76feb4307fac) Thanks [@colinlienard](https://github.com/colinlienard)! - Add system status in footer + +- [#973](https://github.com/lagonapp/lagon/pull/973) [`3a18950`](https://github.com/lagonapp/lagon/commit/3a189507a126354eaf4196f01890707b1fd905d1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix Bangalore region to be ap-west instead of ap-south + +- [#982](https://github.com/lagonapp/lagon/pull/982) [`7cf6208`](https://github.com/lagonapp/lagon/commit/7cf620816c1a06e2936700ee88903ac6dfaedcee) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Upgrade functions limits on plan change + +- [#974](https://github.com/lagonapp/lagon/pull/974) [`565864b`](https://github.com/lagonapp/lagon/commit/565864b80f7c39e762cec25a953e476c08b50975) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Do not crash when cron parsing fails + +- [#985](https://github.com/lagonapp/lagon/pull/985) [`a6714cd`](https://github.com/lagonapp/lagon/commit/a6714cd8e2f51736e598614140905002e73aae0d) Thanks [@colinlienard](https://github.com/colinlienard)! - Add footer with version and social links + +- Updated dependencies [[`51900f3`](https://github.com/lagonapp/lagon/commit/51900f30259dc1830b97257c264040b93ca2513d)]: + - @lagon/ui@0.2.5 + ## 0.3.11 ### Patch Changes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 51830b8c2..2f7380251 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/dashboard", - "version": "0.3.11", + "version": "0.3.12", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 0e26fcc6a..e2afb6b64 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,21 @@ # @lagon/docs +## 1.0.2 + +### Patch Changes + +- [#932](https://github.com/lagonapp/lagon/pull/932) [`dd96fd0`](https://github.com/lagonapp/lagon/commit/dd96fd0bf692c01023727d12415d737b21035f7d) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add `CompressionStream` & `DecompressionStream` APIs + +- [#984](https://github.com/lagonapp/lagon/pull/984) [`bcbfbbb`](https://github.com/lagonapp/lagon/commit/bcbfbbb58e39540c8d6cefef6c757a410dada240) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add sponsors list + +- [#973](https://github.com/lagonapp/lagon/pull/973) [`3a18950`](https://github.com/lagonapp/lagon/commit/3a189507a126354eaf4196f01890707b1fd905d1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix Bangalore region to be ap-west instead of ap-south + +- [#984](https://github.com/lagonapp/lagon/pull/984) [`bcbfbbb`](https://github.com/lagonapp/lagon/commit/bcbfbbb58e39540c8d6cefef6c757a410dada240) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix favicon + +- [#971](https://github.com/lagonapp/lagon/pull/971) [`7a2b184`](https://github.com/lagonapp/lagon/commit/7a2b184fd194ac19aeed3aa0ff1f4f6a5326a72a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add a Drizzle and Turso example + +- [#970](https://github.com/lagonapp/lagon/pull/970) [`fe5a96d`](https://github.com/lagonapp/lagon/commit/fe5a96d9cdf0227fdbb3d20fd7a06ba649da67db) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Nuxt Complex example + ## 1.0.1 ### Patch Changes diff --git a/packages/docs/package.json b/packages/docs/package.json index f2e04f5eb..98155b9dc 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/docs", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/js-runtime/CHANGELOG.md b/packages/js-runtime/CHANGELOG.md index 53546e79e..6c72ffc93 100644 --- a/packages/js-runtime/CHANGELOG.md +++ b/packages/js-runtime/CHANGELOG.md @@ -1,5 +1,13 @@ # @lagon/js-runtime +## 0.3.18 + +### Patch Changes + +- [#932](https://github.com/lagonapp/lagon/pull/932) [`dd96fd0`](https://github.com/lagonapp/lagon/commit/dd96fd0bf692c01023727d12415d737b21035f7d) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add `CompressionStream` & `DecompressionStream` APIs + +- [#965](https://github.com/lagonapp/lagon/pull/965) [`32a2c08`](https://github.com/lagonapp/lagon/commit/32a2c08a469a5dbcd23d47bafbd91d851f8a750d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `fetch()` with a `Request` + ## 0.3.17 ### Patch Changes diff --git a/packages/js-runtime/package.json b/packages/js-runtime/package.json index 30e9492d2..dd5eb8507 100644 --- a/packages/js-runtime/package.json +++ b/packages/js-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/js-runtime", - "version": "0.3.17", + "version": "0.3.18", "description": "JavaScript Runtime", "private": true, "type": "module", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index b0cdcb98e..5beebe785 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @lagon/ui +## 0.2.5 + +### Patch Changes + +- [#987](https://github.com/lagonapp/lagon/pull/987) [`51900f3`](https://github.com/lagonapp/lagon/commit/51900f30259dc1830b97257c264040b93ca2513d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add new `Banner` component + ## 0.2.4 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index c6ef2864e..ea9e4f46c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/ui", - "version": "0.2.4", + "version": "0.2.5", "description": "Lagon Design System", "private": true, "main": "src/index.ts",