Skip to content

Commit

Permalink
fix: helpers package resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
chejimmy committed Dec 2, 2024
1 parent 712799f commit 93d940a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"packages/core": "12.2.0",
"packages/helper": "12.2.0",
"packages/dashboard": "12.2.0",
"apps/doc-site": "12.2.0",
"packages/core-util": "12.2.0",
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@iot-app-kit/helpers",
"version": "12.2.0",
"private": true,
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@iot-app-kit/charts-core": "^2.1.2",
"@iot-app-kit/core": "12.2.0",
"@iot-app-kit/core-util": "12.2.0",
"@iot-app-kit/helpers": "*",
"@iot-app-kit/helpers": "12.2.0",
"@iot-app-kit/source-iottwinmaker": "12.2.0",
"@tanstack/react-query": "^5.32.1",
"autosize": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/scene-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@iot-app-kit/core": "12.2.0",
"@iot-app-kit/helpers": "*",
"@iot-app-kit/helpers": "12.2.0",
"@iot-app-kit/react-components": "12.2.0",
"@iot-app-kit/source-iottwinmaker": "12.2.0",
"@matterport/r3f": "0.2.7",
Expand Down
4 changes: 4 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"packages/core": {
"component": "core"
},
"packages/helpers": {
"component": "helpers"
},
"packages/testing-util": {
"component": "testing-util"
},
Expand Down Expand Up @@ -53,6 +56,7 @@
"components": [
"root",
"core",
"helpers",
"dashboard",
"doc-site",
"react-components",
Expand Down

0 comments on commit 93d940a

Please sign in to comment.