Skip to content

Commit

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

- project: document-drive 1.1.1

- project: document-model 2.3.1

- project: @powerhousedao/design-system 1.4.1
  • Loading branch information
Github Actions Bot committed Oct 25, 2024
1 parent f685602 commit 53e3890
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 12 deletions.
4 changes: 2 additions & 2 deletions 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.4.0",
"version": "1.4.1",
"description": "",
"files": [
"/dist"
Expand Down Expand Up @@ -76,7 +76,7 @@
"camelcase": "^8.0.0",
"chromatic": "^11.11.0",
"cross-env": "^7.0.3",
"document-model": "2.3.0",
"document-model": "2.3.1",
"fast-xml-parser": "^4.3.4",
"jsdom": "^24.0.0",
"lightningcss": "^1.27.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/document-drive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "document-drive",
"version": "1.1.0",
"version": "1.1.1",
"license": "AGPL-3.0-only",
"type": "module",
"module": "./src/index.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@prisma/client": "5.17.0",
"@types/node": "^20.14.11",
"@types/uuid": "^9.0.8",
"document-model": "2.3.0",
"document-model": "2.3.1",
"document-model-libs": "1.94.0",
"fake-indexeddb": "^5.0.2",
"localforage": "^1.10.0",
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.102.1",
"version": "1.102.2",
"license": "AGPL-3.0-only",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.cjs",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@monaco-editor/react": "^4.6.0",
"@mui/material": "^5.15.5",
"@powerhousedao/codegen": "0.9.0",
"@powerhousedao/design-system": "1.4.0",
"@powerhousedao/design-system": "1.4.1",
"@powerhousedao/scalars": "1.4.0",
"@prettier/sync": "^0.5.2",
"@radix-ui/react-checkbox": "^1.1.2",
Expand Down Expand Up @@ -132,7 +132,7 @@
"codemirror": "^6.0.1",
"constrained-editor-plugin": "^1.3.0",
"crypto-browserify": "^3.12.0",
"document-model": "2.3.0",
"document-model": "2.3.1",
"document-model-editors": "^1.0.1",
"dspot-powerhouse-components": "^1.1.0",
"graphql": "^16.9.0",
Expand Down
26 changes: 26 additions & 0 deletions packages/document-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 2.3.1 (2024-10-25)

### 🚀 Features

- **codegen:** integrate scalars into code generation ([#436](https://github.com/powerhouse-inc/powerhouse/pull/436))
- **document-model-libs:** added scalars as a peerDep ([#435](https://github.com/powerhouse-inc/powerhouse/pull/435))
- **document-model-libs:** simplify editor ([1725f876](https://github.com/powerhouse-inc/powerhouse/commit/1725f876))
- **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))
- **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:** fix import zip files ([#412](https://github.com/powerhouse-inc/powerhouse/pull/412))
- **document-model-libs:** added type annotation for createDocumentStory ([6c5441f3](https://github.com/powerhouse-inc/powerhouse/commit/6c5441f3))

### ❤️ Thank You

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

## 2.3.0 (2024-10-14)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/document-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "document-model",
"version": "2.3.0",
"version": "2.3.1",
"license": "AGPL-3.0-only",
"private": false,
"files": [
Expand Down
8 changes: 4 additions & 4 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 53e3890

Please sign in to comment.