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.1

- project: @powerhousedao/codegen 0.7.0
  • Loading branch information
Github Actions Bot committed Oct 16, 2024
1 parent 8b4dcce commit 99901f5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 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.7.0 (2024-10-16)

### 🚀 Features

- **codegen:** improved package exports ([21059412](https://github.com/powerhouse-inc/powerhouse/commit/21059412))

### 🩹 Fixes

- **codegen:** export create-lib methods ([#403](https://github.com/powerhouse-inc/powerhouse/pull/403))

### ❤️ Thank You

- acaldas @acaldas
- Guillermo Puente Sandoval @gpuente

## 0.6.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.6.0",
"version": "0.7.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.96.0",
"version": "1.96.1",
"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.6.0",
"@powerhousedao/codegen": "0.7.0",
"@powerhousedao/design-system": "1.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 99901f5

Please sign in to comment.