Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yhdgms1 committed Dec 10, 2024
1 parent 8a53980 commit 4a5cf9f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novely/core",
"description": "Novely - powerful visual novel engine for creating interactive stories and games with branching narratives and rich multimedia content",
"version": "0.46.0-next.4",
"version": "0.46.0",
"type": "module",
"sideEffects": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-novely/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-novely",
"version": "0.11.2",
"version": "0.12.0",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-novely/template-solid-js-yagames/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"format": "prettier --write ."
},
"dependencies": {
"@novely/core": "~0.45.1",
"@novely/solid-renderer": "~0.41.1",
"@novely/core": "~0.46.0",
"@novely/solid-renderer": "~0.42.0",
"modern-normalize": "~3.0.1",
"solid-js": "~1.9.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/create-novely/template-solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"format": "prettier --write ."
},
"dependencies": {
"@novely/core": "~0.45.1",
"@novely/solid-renderer": "~0.41.1",
"@novely/core": "~0.46.0",
"@novely/solid-renderer": "~0.42.0",
"modern-normalize": "~3.0.1",
"solid-js": "~1.9.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/flex-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novely/flex-storage",
"description": "Storage for @novely/core",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"sideEffects": false,
"publishConfig": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"seroval": "^1.1.1"
},
"peerDependencies": {
"@novely/core": "workspace:*"
"@novely/core": "*"
},
"license": "ISC",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@novely/core": "workspace:*",
"@novely/core": "*",
"@rive-app/canvas": "^2.21.5"
},
"license": "ISC",
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novely/solid-renderer",
"version": "0.42.0-next.5",
"version": "0.42.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"solid-transition-group": "^0.2.3"
},
"peerDependencies": {
"@novely/core": "workspace:*",
"@novely/core": "*",
"solid-js": "*"
},
"license": "ISC",
Expand Down

0 comments on commit 4a5cf9f

Please sign in to comment.