Skip to content

Commit

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

- project: @powerhousedao/scalars 1.2.0
  • Loading branch information
Github Actions Bot committed Oct 22, 2024
1 parent ab7bd0f commit 76e535f
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 54 deletions.
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.1",
"version": "1.97.0",
"license": "AGPL-3.0-only",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.cjs",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@mui/material": "^5.15.5",
"@powerhousedao/codegen": "0.7.0",
"@powerhousedao/design-system": "1.3.0",
"@powerhousedao/scalars": "^1.1.0",
"@powerhousedao/scalars": "^1.2.0",
"@prettier/sync": "^0.5.2",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/scalars/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 1.2.0 (2024-10-22)

### 🚀 Features

- **document-model-libs:** fix lint error ([37d4061d](https://github.com/powerhouse-inc/powerhouse/commit/37d4061d))
- **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-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

## 1.1.0 (2024-10-14)

### 🚀 Features
Expand Down
102 changes: 51 additions & 51 deletions packages/scalars/package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "@powerhousedao/scalars",
"version": "1.1.0",
"license": "AGPL-3.0-only",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"types": "dist/types/src/index.d.ts",
"main": "dist/cjs/src/index.js",
"module": "dist/es/src/index.js",
"type": "module",
"scripts": {
"check-types": "tsc",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"postlint": "npm run check-types",
"build": "NODE_ENV=production vite build",
"build:watch": "vite build --watch",
"test": "vitest run",
"clean": "rimraf dist",
"clean:node_modules": "rimraf node_modules"
},
"devDependencies": {
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-v8": "^2.0.5",
"glob": "^11.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.1",
"vite-plugin-generate-file": "^0.1.1",
"vitest": "^2.0.5",
"graphql": "^16.9.0",
"zod": "^3.23.8"
},
"peerDependencies": {
"graphql": "^16.9.0",
"zod": "^3.23.8"
},
"exports": {
".": {
"require": "./dist/cjs/src/index.js",
"import": "./dist/es/src/index.js",
"types": "./dist/types/src/index.d.ts"
"name": "@powerhousedao/scalars",
"version": "1.2.0",
"license": "AGPL-3.0-only",
"publishConfig": {
"access": "public"
},
"./EmailAddress": {
"require": "./dist/cjs/src/scalars/EmailAddress.js",
"import": "./dist/es/src/scalars/EmailAddress.js",
"types": "./dist/types/src/scalars/EmailAddress.d.ts"
"files": [
"dist"
],
"types": "dist/types/src/index.d.ts",
"main": "dist/cjs/src/index.js",
"module": "dist/es/src/index.js",
"type": "module",
"scripts": {
"check-types": "tsc",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"postlint": "npm run check-types",
"build": "NODE_ENV=production vite build",
"build:watch": "vite build --watch",
"test": "vitest run",
"clean": "rimraf dist",
"clean:node_modules": "rimraf node_modules"
},
"devDependencies": {
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-v8": "^2.0.5",
"glob": "^11.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.1",
"vite-plugin-generate-file": "^0.1.1",
"vitest": "^2.0.5",
"graphql": "^16.9.0",
"zod": "^3.23.8"
},
"peerDependencies": {
"graphql": "^16.9.0",
"zod": "^3.23.8"
},
"exports": {
".": {
"require": "./dist/cjs/src/index.js",
"import": "./dist/es/src/index.js",
"types": "./dist/types/src/index.d.ts"
},
"./EmailAddress": {
"require": "./dist/cjs/src/scalars/EmailAddress.js",
"import": "./dist/es/src/scalars/EmailAddress.js",
"types": "./dist/types/src/scalars/EmailAddress.d.ts"
}
}
}
}
}
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 76e535f

Please sign in to comment.