Skip to content

Commit

Permalink
chore: update version numbers from revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuss committed Jan 16, 2025
1 parent 288b336 commit 4959c13
Show file tree
Hide file tree
Showing 15 changed files with 122 additions and 122 deletions.
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"packages/core": "12.2.1",
"packages/dashboard": "12.2.1",
"apps/doc-site": "12.2.1",
"packages/core-util": "12.2.1",
"packages/react-components": "12.2.1",
"packages/scene-composer": "12.2.1",
"packages/source-iotsitewise": "12.2.1",
"packages/source-iottwinmaker": "12.2.1",
".": "12.2.1",
"packages/testing-util": "12.2.1",
"packages/tools-iottwinmaker": "12.2.1",
"configuration/ts-config": "12.2.1",
"configuration/eslint-config": "12.2.1"
"packages/core": "12.3.0",
"packages/dashboard": "12.3.0",
"apps/doc-site": "12.3.0",
"packages/core-util": "12.3.0",
"packages/react-components": "12.3.0",
"packages/scene-composer": "12.3.0",
"packages/source-iotsitewise": "12.3.0",
"packages/source-iottwinmaker": "12.3.0",
".": "12.3.0",
"packages/testing-util": "12.3.0",
"packages/tools-iottwinmaker": "12.3.0",
"configuration/ts-config": "12.3.0",
"configuration/eslint-config": "12.3.0"
}
10 changes: 5 additions & 5 deletions apps/doc-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iot-app-kit/doc-site",
"version": "12.2.1",
"version": "12.3.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"fix": "eslint --fix . --cache --cache-location .cache/eslint/"
},
"devDependencies": {
"@iot-app-kit/testing-util": "12.2.1",
"@iot-app-kit/testing-util": "12.3.0",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
Expand All @@ -26,7 +26,7 @@
"@storybook/theming": "^8.4.5",
"@types/node": "^18.16.18",
"@vitejs/plugin-react": "^4.3.3",
"eslint-config-iot-app-kit": "12.2.1",
"eslint-config-iot-app-kit": "12.3.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -36,7 +36,7 @@
"vite": "^5.4.11"
},
"dependencies": {
"@iot-app-kit/core": "12.2.1",
"@iot-app-kit/react-components": "12.2.1"
"@iot-app-kit/core": "12.3.0",
"@iot-app-kit/react-components": "12.3.0"
}
}
2 changes: 1 addition & 1 deletion configuration/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"eslint-import-resolver-typescript": "^3.6.0",
"typescript": "^5.5.4"
},
"version": "12.2.1"
"version": "12.3.0"
}
2 changes: 1 addition & 1 deletion configuration/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"rimraf": "^5.0.1",
"typescript": "^5.5.4"
},
"version": "12.2.1"
"version": "12.3.0"
}
Loading

0 comments on commit 4959c13

Please sign in to comment.