Skip to content

Commit

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

- project: @powerhousedao/design-system 1.4.0

- project: @powerhousedao/codegen 0.8.0

- project: @powerhousedao/ph-cli 0.2.2
  • Loading branch information
Github Actions Bot committed Oct 25, 2024
1 parent dcc6cc2 commit 8548d59
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 10 deletions.
16 changes: 16 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.8.0 (2024-10-25)

### 🚀 Features

- implement a standard document model toolbar with out of the box functionalities in the document model editor ([#430](https://github.com/powerhouse-inc/powerhouse/pull/430))
- **document-model-libs:** port code from private repo ([11ef336a](https://github.com/powerhouse-inc/powerhouse/commit/11ef336a))
- **ph-cli:** Support for dev and generate command ([#406](https://github.com/powerhouse-inc/powerhouse/pull/406))
- **ph-cli:** added base ph-cli package setup ([#404](https://github.com/powerhouse-inc/powerhouse/pull/404))
- **switchboard-gui:** init ([#405](https://github.com/powerhouse-inc/powerhouse/pull/405))

### ❤️ Thank You

- frankp.eth @froid1911
- Guillermo Puente Sandoval @gpuente
- ryanwolhuter @ryanwolhuter

## 0.7.0 (2024-10-16)

### 🚀 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.7.0",
"version": "0.8.0",
"license": "AGPL-3.0-only",
"private": false,
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powerhousedao/design-system",
"version": "1.3.0",
"version": "1.4.0",
"description": "",
"files": [
"/dist"
Expand Down
6 changes: 3 additions & 3 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.99.0",
"version": "1.100.0",
"license": "AGPL-3.0-only",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.cjs",
Expand Down Expand Up @@ -89,8 +89,8 @@
"@hookform/resolvers": "^3.9.0",
"@monaco-editor/react": "^4.6.0",
"@mui/material": "^5.15.5",
"@powerhousedao/codegen": "0.7.0",
"@powerhousedao/design-system": "1.3.0",
"@powerhousedao/codegen": "0.8.0",
"@powerhousedao/design-system": "1.4.0",
"@powerhousedao/scalars": "^1.2.0",
"@prettier/sync": "^0.5.2",
"@radix-ui/react-checkbox": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/ph-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powerhousedao/ph-cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"license": "AGPL-3.0-only",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"tsup": "^8.3.0"
},
"dependencies": {
"@powerhousedao/codegen": "workspace:*",
"@powerhousedao/codegen": "0.8.0",
"@powerhousedao/connect": "develop",
"colorette": "^2.0.20",
"commander": "^12.1.0",
Expand Down
6 changes: 3 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 8548d59

Please sign in to comment.