Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: document-model-libs 1.96.0

- project: @powerhousedao/codegen 0.6.0
  • Loading branch information
Github Actions Bot committed Oct 14, 2024
1 parent 3cccbdf commit 6c53584
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
15 changes: 15 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.6.0 (2024-10-14)

### 🚀 Features

- **codegen:** bundle with tsup ([3cccbdf9](https://github.com/powerhouse-inc/powerhouse/commit/3cccbdf9))
- **document-model-libs:** update codegen dependency ([f5330139](https://github.com/powerhouse-inc/powerhouse/commit/f5330139))

### 🩹 Fixes

- **document-model-libs:** added type annotation for createDocumentStory ([6c5441f3](https://github.com/powerhouse-inc/powerhouse/commit/6c5441f3))

### ❤️ Thank You

- acaldas @acaldas

## 0.5.0 (2024-10-14)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powerhousedao/codegen",
"version": "0.5.0",
"version": "0.6.0",
"license": "AGPL-3.0-only",
"private": false,
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/document-model-libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "document-model-libs",
"version": "1.95.0",
"version": "1.96.0",
"license": "AGPL-3.0-only",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.cjs",
Expand Down Expand Up @@ -80,7 +80,7 @@
"@emotion/styled": "^11.11.0",
"@monaco-editor/react": "^4.6.0",
"@mui/material": "^5.15.5",
"@powerhousedao/codegen": "0.5.0",
"@powerhousedao/codegen": "0.6.0",
"@powerhousedao/design-system": "1.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand Down
5 changes: 2 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c53584

Please sign in to comment.