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/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/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/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/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index e6cc48634..2ff9da6c3 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,11 @@ # @lagon/dashboard +## 0.2.4 + +### Patch Changes + +- [#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 6821ec67e..c7eca40cc 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/dashboard", - "version": "0.2.3", + "version": "0.2.4", "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 1383d52d4..69d464f7e 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/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 f123cb452..02c29bd9c 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",