Skip to content

Commit

Permalink
chore(main): release dashboard 0.4.6 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored Nov 29, 2024
1 parent 73be32c commit 782c407
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/dashboard": "0.4.5",
"packages/dashboard": "0.4.6",
"creates/serverless": "0.4.4",
"creates/cli": "0.10.2"
}
9 changes: 9 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lagoss/dashboard

## [0.4.6](https://github.com/lagossapp/lagoss/compare/[email protected]) (2024-11-29)


### Bug Fixes

* **deps:** update dependency @react-email/head to ^0.0.11 ([#70](https://github.com/lagossapp/lagoss/issues/70)) ([01a5010](https://github.com/lagossapp/lagoss/commit/01a501096101c0a7b9ecd81a3e8c2c39d4a47230))
* **deps:** update dependency @react-email/html to ^0.0.10 ([#72](https://github.com/lagossapp/lagoss/issues/72)) ([e1b1dbe](https://github.com/lagossapp/lagoss/commit/e1b1dbec7d77bb3d62f87e929d396cbee3fd35f2))
* **deps:** update dependency @react-email/text to ^0.0.10 ([#77](https://github.com/lagossapp/lagoss/issues/77)) ([d7b9838](https://github.com/lagossapp/lagoss/commit/d7b98381be35dc1b34ca9d77c18c5cb2720da664))

## 0.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagoss/dashboard",
"version": "0.6.4",
"version": "0.4.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 782c407

Please sign in to comment.