Skip to content

Commit

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

- project: document-drive 1.0.0

- project: document-model 2.2.0

- project: @powerhousedao/design-system 1.0.0

- project: @powerhousedao/codegen 0.4.0
  • Loading branch information
Github Actions Bot committed Oct 9, 2024
1 parent 76ba37a commit 1a6c6ec
Show file tree
Hide file tree
Showing 8 changed files with 388 additions and 136 deletions.
30 changes: 30 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## 0.4.0 (2024-10-09)

### 🚀 Features

- **monorepo:** use latest version of pnpm ([5b60c6b5](https://github.com/powerhouse-inc/powerhouse/commit/5b60c6b5))
- **monorepo:** regenerate lockfile ([b4a469e5](https://github.com/powerhouse-inc/powerhouse/commit/b4a469e5))
- **monorepo:** regenerate lockfile ([0e277cec](https://github.com/powerhouse-inc/powerhouse/commit/0e277cec))
- **monorepo:** apply auto fix to updated files ([f8357f46](https://github.com/powerhouse-inc/powerhouse/commit/f8357f46))
- **monorepo:** apply lint fixes ([9803ac77](https://github.com/powerhouse-inc/powerhouse/commit/9803ac77))
- **monorepo:** update github workflows ([daec0ac6](https://github.com/powerhouse-inc/powerhouse/commit/daec0ac6))
- **monorepo:** migrate to unified configs ([693ce1a3](https://github.com/powerhouse-inc/powerhouse/commit/693ce1a3))
- **design-system:** rwa editor props and modals logic ([f0ab9f0f](https://github.com/powerhouse-inc/powerhouse/commit/f0ab9f0f))

### 🩹 Fixes

- **monorepo:** try just release publish ([3a708dab](https://github.com/powerhouse-inc/powerhouse/commit/3a708dab))
- **monorepo:** remove skip publish ([3788d2c7](https://github.com/powerhouse-inc/powerhouse/commit/3788d2c7))
- **monorepo:** add install ignore scripts ([4f2832d6](https://github.com/powerhouse-inc/powerhouse/commit/4f2832d6))
- **monorepo:** fix command name ([d3e296e8](https://github.com/powerhouse-inc/powerhouse/commit/d3e296e8))
- **monorepo:** try build all ([42beb01c](https://github.com/powerhouse-inc/powerhouse/commit/42beb01c))
- **monorepo:** remove workspaces and package manager fields ([e0b53fef](https://github.com/powerhouse-inc/powerhouse/commit/e0b53fef))
- **monorepo:** try remove resolutions ([d8ed0db3](https://github.com/powerhouse-inc/powerhouse/commit/d8ed0db3))
- **monorepo:** try frozen lockfile ([ea788885](https://github.com/powerhouse-inc/powerhouse/commit/ea788885))
- **monorepo:** add missing dep ([28d487d7](https://github.com/powerhouse-inc/powerhouse/commit/28d487d7))

### ❤️ Thank You

- Guillermo Puente @gpuente
- ryanwolhuter @ryanwolhuter

## 0.2.0 (2024-10-08)


Expand Down
100 changes: 50 additions & 50 deletions packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"name": "@powerhousedao/codegen",
"version": "0.3.2",
"license": "AGPL-3.0-only",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"powerhouse": "./dist/cli.js",
"create-document-model-lib": "./dist/create-lib/index.js"
},
"files": [
"/dist"
],
"scripts": {
"check-types": "tsc --noEmit",
"postlint": "npm run check-types",
"lint": "eslint",
"clean": "rimraf dist/",
"copy-files": "copyfiles -u 1 src/codegen/.hygen/templates/**/*.esm.t dist/",
"build": "npm run clean && npm run copy-files",
"prepublishOnly": "yarn build",
"build:create-lib": "tsc --project src/create-lib/tsconfig.json",
"publish:create-lib": "yarn publish --cwd ./src/create-lib/",
"start": "ts-node src/cli.ts",
"clean:node_modules": "rimraf node_modules"
},
"dependencies": {
"@acaldas/graphql-codegen-typescript-validation-schema": "^0.12.3",
"@anatine/zod-mock": "^3.13.3",
"@faker-js/faker": "^8.3.1",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@types/node": "^20.11.2",
"arg": "^5.0.2",
"change-case": "^4.1.2",
"document-model": "1.0.29",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"hygen": "^6.2.11"
},
"devDependencies": {
"copyfiles": "^2.4.1",
"graphql": "^16.8.1",
"husky": "^8.0.3",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2"
},
"peerDependencies": {
"graphql": "^16.8.1"
}
"name": "@powerhousedao/codegen",
"version": "0.4.0",
"license": "AGPL-3.0-only",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"powerhouse": "./dist/cli.js",
"create-document-model-lib": "./dist/create-lib/index.js"
},
"files": [
"/dist"
],
"scripts": {
"check-types": "tsc --noEmit",
"postlint": "npm run check-types",
"lint": "eslint",
"clean": "rimraf dist/",
"copy-files": "copyfiles -u 1 src/codegen/.hygen/templates/**/*.esm.t dist/",
"build": "npm run clean && npm run copy-files",
"prepublishOnly": "yarn build",
"build:create-lib": "tsc --project src/create-lib/tsconfig.json",
"publish:create-lib": "yarn publish --cwd ./src/create-lib/",
"start": "ts-node src/cli.ts",
"clean:node_modules": "rimraf node_modules"
},
"dependencies": {
"@acaldas/graphql-codegen-typescript-validation-schema": "^0.12.3",
"@anatine/zod-mock": "^3.13.3",
"@faker-js/faker": "^8.3.1",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@types/node": "^20.11.2",
"arg": "^5.0.2",
"change-case": "^4.1.2",
"document-model": "1.0.29",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"hygen": "^6.2.11"
},
"devDependencies": {
"copyfiles": "^2.4.1",
"graphql": "^16.8.1",
"husky": "^8.0.3",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2"
},
"peerDependencies": {
"graphql": "^16.8.1"
}
}
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.0.0-alpha.183",
"version": "1.0.0",
"description": "",
"files": [
"/dist"
Expand Down Expand Up @@ -67,7 +67,7 @@
"camelcase": "^8.0.0",
"chromatic": "^11.11.0",
"cross-env": "^7.0.3",
"document-model": "workspace:*",
"document-model": "2.2.0",
"fast-xml-parser": "^4.3.4",
"jsdom": "^24.0.0",
"natural-orderby": "^3.0.2",
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.0-alpha.103",
"version": "1.0.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": "workspace:*",
"document-model": "2.2.0",
"document-model-libs": "1.93.1",
"fake-indexeddb": "^5.0.2",
"localforage": "^1.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/document-model-libs/package.json
Original file line number Diff line number Diff line change
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.0.0-alpha.183",
"@powerhousedao/design-system": "1.0.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": "workspace:*",
"document-model": "2.2.0",
"document-model-editors": "^1.0.1",
"dspot-powerhouse-components": "^1.1.0",
"graphql": "^16.9.0",
Expand Down
Loading

0 comments on commit 1a6c6ec

Please sign in to comment.