Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: @powerhousedao/general-document-indexer 1.4.0

- project: document-model-libs 1.117.0

- project: document-drive 1.5.0

- project: @powerhousedao/design-system 1.10.0

- project: @powerhousedao/reactor-local 1.6.0

- project: @powerhousedao/reactor-api 1.6.0

- project: @powerhousedao/codegen 0.17.0

- project: @powerhousedao/ph-cli 0.7.0
  • Loading branch information
Github Actions Bot committed Nov 29, 2024
1 parent d66939e commit 2119324
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/switchboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@powerhousedao/switchboard",
"type": "module",
"version": "2.1.110",
"version": "2.1.121",
"main": "index.js",
"scripts": {
"start": "vite-node src/index.ts",
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.16.0",
"version": "0.17.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.9.2",
"version": "1.10.0",
"description": "",
"files": [
"/dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/document-drive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "document-drive",
"version": "1.4.6",
"version": "1.5.0",
"license": "AGPL-3.0-only",
"type": "module",
"module": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.116.0",
"version": "1.117.0",
"license": "AGPL-3.0-only",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/general-document-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powerhousedao/general-document-indexer",
"version": "1.3.11",
"version": "1.4.0",
"description": "general document indexer read model",
"main": "dist/index.mjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion 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.6.3",
"version": "0.7.0",
"description": "",
"license": "AGPL-3.0-only",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactor-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powerhousedao/reactor-api",
"version": "1.5.3",
"version": "1.6.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactor-local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@powerhousedao/reactor-local",
"type": "module",
"version": "1.5.3",
"version": "1.6.0",
"main": "dist/server.js",
"bin": {
"reactor-local": "dist/cli.js"
Expand Down

0 comments on commit 2119324

Please sign in to comment.