diff --git a/.changeset/fast-poets-wash.md b/.changeset/fast-poets-wash.md deleted file mode 100644 index fec75f247..000000000 --- a/.changeset/fast-poets-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Support nested folders for assets diff --git a/.changeset/modern-islands-join.md b/.changeset/modern-islands-join.md deleted file mode 100644 index 13c71cd8e..000000000 --- a/.changeset/modern-islands-join.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/cli': patch -'@lagon/serverless': patch ---- - -Correctly handle POST with JSON body diff --git a/.changeset/old-bikes-work.md b/.changeset/old-bikes-work.md deleted file mode 100644 index 64d84dd51..000000000 --- a/.changeset/old-bikes-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/common': patch ---- - -Add .ico to extensions types diff --git a/.changeset/strong-dryers-fold.md b/.changeset/strong-dryers-fold.md deleted file mode 100644 index 2f163847b..000000000 --- a/.changeset/strong-dryers-fold.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/cli': patch -'@lagon/serverless': patch ---- - -Handle favicons correctly diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 289c0e1de..3f04cd637 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @lagon/cli +## 0.0.10 + +### Patch Changes + +- [#117](https://github.com/lagonapp/lagon/pull/117) [`e349928`](https://github.com/lagonapp/lagon/commit/e3499287b9b560edac1db74a121093184afd162e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Correctly handle POST with JSON body + +* [#111](https://github.com/lagonapp/lagon/pull/111) [`9f2feef`](https://github.com/lagonapp/lagon/commit/9f2feef1d13a286e957f01521589e3e4ae1b8119) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Handle favicons correctly + ## 0.0.9 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index d451d26b1..bcfa0e064 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/cli", - "version": "0.0.9", + "version": "0.0.10", "description": "CLI for Lagon", "type": "module", "files": [ @@ -28,7 +28,7 @@ "update-notifier": "^6.0.1" }, "devDependencies": { - "@lagon/common": "workspace:0.0.1", + "@lagon/common": "workspace:0.0.2", "@types/inquirer": "^8.2.1", "@types/update-notifier": "^5.1.0" } diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md new file mode 100644 index 000000000..59498d57c --- /dev/null +++ b/packages/common/CHANGELOG.md @@ -0,0 +1,7 @@ +# @lagon/common + +## 0.0.2 + +### Patch Changes + +- [#111](https://github.com/lagonapp/lagon/pull/111) [`9f2feef`](https://github.com/lagonapp/lagon/commit/9f2feef1d13a286e957f01521589e3e4ae1b8119) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add .ico to extensions types diff --git a/packages/common/package.json b/packages/common/package.json index b78f950f3..dd2b41a60 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/common", - "version": "0.0.1", + "version": "0.0.2", "private": true, "type": "module", "main": "dist/index.js", diff --git a/packages/serverless/CHANGELOG.md b/packages/serverless/CHANGELOG.md index 7ccd92cfa..7daa0adfd 100644 --- a/packages/serverless/CHANGELOG.md +++ b/packages/serverless/CHANGELOG.md @@ -1,5 +1,15 @@ # @lagon/serverless +## 0.0.3 + +### Patch Changes + +- [#119](https://github.com/lagonapp/lagon/pull/119) [`721c3df`](https://github.com/lagonapp/lagon/commit/721c3df51080b9f77363c56766a6d0b2406e1e8b) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support nested folders for assets + +* [#117](https://github.com/lagonapp/lagon/pull/117) [`e349928`](https://github.com/lagonapp/lagon/commit/e3499287b9b560edac1db74a121093184afd162e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Correctly handle POST with JSON body + +- [#111](https://github.com/lagonapp/lagon/pull/111) [`9f2feef`](https://github.com/lagonapp/lagon/commit/9f2feef1d13a286e957f01521589e3e4ae1b8119) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Handle favicons correctly + ## 0.0.2 ### Patch Changes diff --git a/packages/serverless/package.json b/packages/serverless/package.json index 324fa83d5..a4e39a198 100644 --- a/packages/serverless/package.json +++ b/packages/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/serverless", - "version": "0.0.2", + "version": "0.0.3", "private": true, "type": "module", "scripts": { @@ -23,7 +23,7 @@ "redis": "^4.1.0" }, "devDependencies": { - "@lagon/common": "workspace:0.0.1", + "@lagon/common": "workspace:0.0.2", "@types/node": "^17.0.35" } } diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md new file mode 100644 index 000000000..8fbc06358 --- /dev/null +++ b/packages/website/CHANGELOG.md @@ -0,0 +1,8 @@ +# @lagon/website + +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`9f2feef`](https://github.com/lagonapp/lagon/commit/9f2feef1d13a286e957f01521589e3e4ae1b8119)]: + - @lagon/common@0.0.2 diff --git a/packages/website/package.json b/packages/website/package.json index 997b63640..32bedfa12 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/website", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { "dev": "next dev", @@ -15,7 +15,7 @@ "@aws-sdk/client-s3": "^3.100.0", "@headlessui/react": "^1.6.4", "@heroicons/react": "^1.0.6", - "@lagon/common": "workspace:0.0.1", + "@lagon/common": "workspace:0.0.2", "@lagon/prisma": "workspace:0.0.1", "@monaco-editor/react": "^4.4.5", "@next-auth/prisma-adapter": "^1.0.3",