diff --git a/.changeset/curly-terms-flow.md b/.changeset/curly-terms-flow.md deleted file mode 100644 index 875f76b50..000000000 --- a/.changeset/curly-terms-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/www': patch ---- - -Add meta theme-color diff --git a/.changeset/famous-elephants-cry.md b/.changeset/famous-elephants-cry.md deleted file mode 100644 index 12a922ba3..000000000 --- a/.changeset/famous-elephants-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Fix logs not streaming to Axiom diff --git a/.changeset/giant-papayas-dream.md b/.changeset/giant-papayas-dream.md deleted file mode 100644 index 5cfaff429..000000000 --- a/.changeset/giant-papayas-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/www': patch ---- - -Fix blurry logo diff --git a/.changeset/large-rivers-cough.md b/.changeset/large-rivers-cough.md deleted file mode 100644 index 76e751aa3..000000000 --- a/.changeset/large-rivers-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Use ThreadRng instead of creating a new StdRng every time diff --git a/.changeset/loud-seahorses-yell.md b/.changeset/loud-seahorses-yell.md deleted file mode 100644 index 5565c652b..000000000 --- a/.changeset/loud-seahorses-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Use DashMap instead of RwLock diff --git a/.changeset/lucky-balloons-attend.md b/.changeset/lucky-balloons-attend.md deleted file mode 100644 index ed91e9d8a..000000000 --- a/.changeset/lucky-balloons-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/www': major ---- - -Completely new website, with features overview, pricing page and blog diff --git a/.changeset/pretty-comics-smoke.md b/.changeset/pretty-comics-smoke.md deleted file mode 100644 index 3f0a7f12d..000000000 --- a/.changeset/pretty-comics-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/docs': patch ---- - -Improve documentation for deployments, static files, npm support diff --git a/.changeset/pretty-doors-wonder.md b/.changeset/pretty-doors-wonder.md deleted file mode 100644 index c97c61a21..000000000 --- a/.changeset/pretty-doors-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Disable Sign In button while loading diff --git a/.changeset/swift-tables-grow.md b/.changeset/swift-tables-grow.md deleted file mode 100644 index 4fb077410..000000000 --- a/.changeset/swift-tables-grow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/cli': patch -'@lagon/runtime': patch ---- - -Create HashMap with_capacity to avoid reallocations diff --git a/.changeset/two-phones-study.md b/.changeset/two-phones-study.md deleted file mode 100644 index c6d2ce6d9..000000000 --- a/.changeset/two-phones-study.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/docs': patch -'@lagon/www': patch ---- - -Add sitemap diff --git a/.changeset/wet-boats-argue.md b/.changeset/wet-boats-argue.md deleted file mode 100644 index 7dbcab838..000000000 --- a/.changeset/wet-boats-argue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/dashboard': patch -'@lagon/docs': patch ---- - -Update Montreal region to Beauharnois diff --git a/.changeset/wicked-kiwis-thank.md b/.changeset/wicked-kiwis-thank.md deleted file mode 100644 index 08178535d..000000000 --- a/.changeset/wicked-kiwis-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': minor ---- - -Add organization members diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 4588333be..2854100f3 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @lagon/cli +## 0.5.4 + +### Patch Changes + +- [#663](https://github.com/lagonapp/lagon/pull/663) [`822db09`](https://github.com/lagonapp/lagon/commit/822db09957b439cf548dd5bac85e7325e6a468c8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Create HashMap with_capacity to avoid reallocations + ## 0.5.3 ### Patch Changes diff --git a/crates/cli/package.json b/crates/cli/package.json index 2e26e1ae4..21db82c2a 100644 --- a/crates/cli/package.json +++ b/crates/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/cli", - "version": "0.5.3", + "version": "0.5.4", "description": "CLI for Lagon", "type": "module", "files": [ diff --git a/crates/runtime/CHANGELOG.md b/crates/runtime/CHANGELOG.md index a96f9d8c3..b1df4d96d 100644 --- a/crates/runtime/CHANGELOG.md +++ b/crates/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @lagon/runtime +## 0.3.7 + +### Patch Changes + +- [#663](https://github.com/lagonapp/lagon/pull/663) [`822db09`](https://github.com/lagonapp/lagon/commit/822db09957b439cf548dd5bac85e7325e6a468c8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Create HashMap with_capacity to avoid reallocations + ## 0.3.6 ### Patch Changes diff --git a/crates/runtime/package.json b/crates/runtime/package.json index ad9df6670..0d7bc0828 100644 --- a/crates/runtime/package.json +++ b/crates/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/runtime", - "version": "0.3.6", + "version": "0.3.7", "description": "JavaScript Serverless Runtime for Lagon", "private": true, "scripts": { diff --git a/crates/serverless/CHANGELOG.md b/crates/serverless/CHANGELOG.md index 53dc58007..1a440eb62 100644 --- a/crates/serverless/CHANGELOG.md +++ b/crates/serverless/CHANGELOG.md @@ -1,5 +1,15 @@ # @lagon/serverless +## 0.1.24 + +### Patch Changes + +- [#648](https://github.com/lagonapp/lagon/pull/648) [`0a1dcce`](https://github.com/lagonapp/lagon/commit/0a1dcce63e90e38104b48f9957e4578996089d72) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix logs not streaming to Axiom + +* [#663](https://github.com/lagonapp/lagon/pull/663) [`822db09`](https://github.com/lagonapp/lagon/commit/822db09957b439cf548dd5bac85e7325e6a468c8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use ThreadRng instead of creating a new StdRng every time + +- [#663](https://github.com/lagonapp/lagon/pull/663) [`822db09`](https://github.com/lagonapp/lagon/commit/822db09957b439cf548dd5bac85e7325e6a468c8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use DashMap instead of RwLock + ## 0.1.23 ### Patch Changes diff --git a/crates/serverless/package.json b/crates/serverless/package.json index 5d2c933ee..7a12f3111 100644 --- a/crates/serverless/package.json +++ b/crates/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/serverless", - "version": "0.1.23", + "version": "0.1.24", "description": "Serverless software using Lagon Runtime", "private": true, "scripts": { diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index e6cc48634..0692ea8af 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,17 @@ # @lagon/dashboard +## 0.3.0 + +### Minor Changes + +- [#657](https://github.com/lagonapp/lagon/pull/657) [`3116800`](https://github.com/lagonapp/lagon/commit/3116800f9af3b28fce8af558023e04d4c2a1742c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add organization members + +### Patch Changes + +- [#658](https://github.com/lagonapp/lagon/pull/658) [`ca78f3a`](https://github.com/lagonapp/lagon/commit/ca78f3a829f2fa34e02c9e5df0d22ca72e9f2386) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Disable Sign In button while loading + +* [#251](https://github.com/lagonapp/lagon/pull/251) [`a3b73c6`](https://github.com/lagonapp/lagon/commit/a3b73c623136db5a4840e1d43138ecd96b66059e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update Montreal region to Beauharnois + ## 0.2.3 ### Patch Changes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index bc19e4966..8ae5d8bd9 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/dashboard", - "version": "0.2.3", + "version": "0.3.0", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index baa949a72..00d456a1b 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,15 @@ # @lagon/docs +## 0.3.1 + +### Patch Changes + +- [#251](https://github.com/lagonapp/lagon/pull/251) [`a3b73c6`](https://github.com/lagonapp/lagon/commit/a3b73c623136db5a4840e1d43138ecd96b66059e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve documentation for deployments, static files, npm support + +* [#251](https://github.com/lagonapp/lagon/pull/251) [`a3b73c6`](https://github.com/lagonapp/lagon/commit/a3b73c623136db5a4840e1d43138ecd96b66059e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add sitemap + +- [#251](https://github.com/lagonapp/lagon/pull/251) [`a3b73c6`](https://github.com/lagonapp/lagon/commit/a3b73c623136db5a4840e1d43138ecd96b66059e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update Montreal region to Beauharnois + ## 0.3.0 ### Minor Changes diff --git a/packages/docs/package.json b/packages/docs/package.json index 8ecd9122f..172364bc6 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/docs", - "version": "0.3.0", + "version": "0.3.1", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/js-runtime/CHANGELOG.md b/packages/js-runtime/CHANGELOG.md index 99bdd3f9d..474a5a5f6 100644 --- a/packages/js-runtime/CHANGELOG.md +++ b/packages/js-runtime/CHANGELOG.md @@ -1,5 +1,7 @@ # @lagon/js-runtime +## 0.3.7 + ## 0.3.6 ## 0.3.5 diff --git a/packages/js-runtime/package.json b/packages/js-runtime/package.json index e647dcbe3..ba6524bff 100644 --- a/packages/js-runtime/package.json +++ b/packages/js-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/js-runtime", - "version": "0.3.6", + "version": "0.3.7", "description": "JavaScript Runtime", "private": true, "type": "module", diff --git a/www/CHANGELOG.md b/www/CHANGELOG.md index 162979666..c1d5b6915 100644 --- a/www/CHANGELOG.md +++ b/www/CHANGELOG.md @@ -1,5 +1,19 @@ # @lagon/www +## 1.0.0 + +### Major Changes + +- [#251](https://github.com/lagonapp/lagon/pull/251) [`a3b73c6`](https://github.com/lagonapp/lagon/commit/a3b73c623136db5a4840e1d43138ecd96b66059e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Completely new website, with features overview, pricing page and blog + +### Patch Changes + +- [#645](https://github.com/lagonapp/lagon/pull/645) [`71a5916`](https://github.com/lagonapp/lagon/commit/71a59167df17706d731d76a300fc74196eacee80) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add meta theme-color + +* [#639](https://github.com/lagonapp/lagon/pull/639) [`2b334be`](https://github.com/lagonapp/lagon/commit/2b334bebabff90fb3a5a9d0d473a26ea6498580d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix blurry logo + +- [#251](https://github.com/lagonapp/lagon/pull/251) [`a3b73c6`](https://github.com/lagonapp/lagon/commit/a3b73c623136db5a4840e1d43138ecd96b66059e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add sitemap + ## 0.1.3 ### Patch Changes diff --git a/www/package.json b/www/package.json index c303dff1d..341acda03 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/www", - "version": "0.1.3", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev",