Skip to content

Commit

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

- project: document-drive 1.1.0

- project: document-model 2.3.0

- project: @powerhousedao/design-system 1.3.0

- project: @powerhousedao/codegen 0.5.0

- project: @powerhousedao/scalars 1.1.0
  • Loading branch information
Github Actions Bot committed Oct 14, 2024
1 parent 35eab10 commit e329ec0
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 28 deletions.
14 changes: 14 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.5.0 (2024-10-14)

### 🚀 Features

- added codegen build step ([66523278](https://github.com/powerhouse-inc/powerhouse/commit/66523278))
- **scalars:** setup scalars project ([#370](https://github.com/powerhouse-inc/powerhouse/pull/370))
- **design-system:** create icon components in prepare install of postinstall ([f302d65f](https://github.com/powerhouse-inc/powerhouse/commit/f302d65f))
- **design-system:** improve bundle size and tree shaking support ([ffb68cfc](https://github.com/powerhouse-inc/powerhouse/commit/ffb68cfc))

### ❤️ Thank You

- acaldas @acaldas
- Guillermo Puente Sandoval @gpuente

## 0.4.0 (2024-10-09)

### 🚀 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.4.0",
"version": "0.5.0",
"license": "AGPL-3.0-only",
"private": false,
"main": "dist/index.js",
Expand Down
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.2.0",
"version": "1.3.0",
"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.2.0",
"document-model": "2.3.0",
"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.0.2",
"version": "1.1.0",
"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.2.0",
"document-model": "2.3.0",
"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.94.0",
"version": "1.95.0",
"license": "AGPL-3.0-only",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.cjs",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@monaco-editor/react": "^4.6.0",
"@mui/material": "^5.15.5",
"@powerhousedao/codegen": "0.0.15",
"@powerhousedao/design-system": "1.2.0",
"@powerhousedao/design-system": "1.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-essentials": "^8.3.2",
Expand All @@ -103,7 +103,7 @@
"chromatic": "^11.10.2",
"constrained-editor-plugin": "^1.3.0",
"crypto-browserify": "^3.12.0",
"document-model": "2.2.0",
"document-model": "2.3.0",
"document-model-editors": "^1.0.1",
"dspot-powerhouse-components": "^1.1.0",
"graphql": "^16.9.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/document-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.3.0 (2024-10-14)

### 🚀 Features

- added codegen build step ([66523278](https://github.com/powerhouse-inc/powerhouse/commit/66523278))
- **scalars:** setup scalars project ([#370](https://github.com/powerhouse-inc/powerhouse/pull/370))
- **design-system:** create icon components in prepare install of postinstall ([f302d65f](https://github.com/powerhouse-inc/powerhouse/commit/f302d65f))
- **design-system:** improve bundle size and tree shaking support ([ffb68cfc](https://github.com/powerhouse-inc/powerhouse/commit/ffb68cfc))

### ❤️ Thank You

- acaldas @acaldas
- Guillermo Puente Sandoval @gpuente

## 2.2.0 (2024-10-09)

### 🚀 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.2.0",
"version": "2.3.0",
"license": "AGPL-3.0-only",
"private": false,
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/scalars/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.1.0 (2024-10-14)

### 🚀 Features

- added codegen build step ([66523278](https://github.com/powerhouse-inc/powerhouse/commit/66523278))

### ❤️ Thank You

- acaldas @acaldas

# 1.0.0 (2024-10-11)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/scalars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powerhousedao/scalars",
"version": "1.0.0",
"version": "1.1.0",
"license": "AGPL-3.0-only",
"publishConfig": {
"access": "public"
Expand Down
49 changes: 31 additions & 18 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 e329ec0

Please sign in to comment.