Skip to content

Commit

Permalink
Version Packages (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 15, 2022
1 parent 4f2f19a commit b4c2e3b
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-poets-wash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-islands-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-bikes-work.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-dryers-fold.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/cli",
"version": "0.0.9",
"version": "0.0.10",
"description": "CLI for Lagon",
"type": "module",
"files": [
Expand Down Expand Up @@ -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"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/common",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/serverless",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -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"
}
}
8 changes: 8 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/website",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -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",
Expand Down

0 comments on commit b4c2e3b

Please sign in to comment.