Skip to content

Commit

Permalink
Prep to branch to 4.13.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed May 7, 2024
1 parent 2b27983 commit 4131334
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"policyName": "prerelease-monorepo-lockStep",
"definitionName": "lockStepVersion",
"version": "4.13.0-dev.0",
"version": "4.13.0-dev.1",
"nextBump": "prerelease"
},
{
Expand Down
8 changes: 4 additions & 4 deletions ui/appui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/appui-react",
"version": "4.13.0-dev.0",
"version": "4.13.0-dev.1",
"description": "UI framework",
"main": "lib/cjs/appui-react.js",
"module": "lib/esm/appui-react.js",
Expand Down Expand Up @@ -42,15 +42,15 @@
},
"peerDependencies": {
"@itwin/appui-abstract": "^3.7.0 || ^4.0.0",
"@itwin/components-react": "workspace:^4.13.0-dev.0",
"@itwin/components-react": "workspace:^4.13.0-dev.1",
"@itwin/core-bentley": "^3.7.0 || ^4.0.0",
"@itwin/core-common": "^3.7.0 || ^4.0.0",
"@itwin/core-frontend": "^3.7.0 || ^4.0.0",
"@itwin/core-geometry": "^3.7.0 || ^4.0.0",
"@itwin/core-quantity": "^3.7.0 || ^4.0.0",
"@itwin/core-react": "workspace:^4.13.0-dev.0",
"@itwin/core-react": "workspace:^4.13.0-dev.1",
"@itwin/core-telemetry": "^3.7.0 || ^4.0.0",
"@itwin/imodel-components-react": "workspace:^4.13.0-dev.0",
"@itwin/imodel-components-react": "workspace:^4.13.0-dev.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-redux": "^7.2.2",
Expand Down
4 changes: 2 additions & 2 deletions ui/components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/components-react",
"version": "4.13.0-dev.0",
"version": "4.13.0-dev.1",
"description": "iTwin.js UI complex components",
"main": "lib/cjs/components-react.js",
"module": "lib/esm/components-react.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"peerDependencies": {
"@itwin/appui-abstract": "^3.7.0 || ^4.0.0",
"@itwin/core-bentley": "^3.7.0 || ^4.0.0",
"@itwin/core-react": "workspace:^4.13.0-dev.0",
"@itwin/core-react": "workspace:^4.13.0-dev.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion ui/core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/core-react",
"version": "4.13.0-dev.0",
"version": "4.13.0-dev.1",
"description": "iTwin.js UI core components",
"main": "lib/cjs/core-react.js",
"module": "lib/esm/core-react.js",
Expand Down
6 changes: 3 additions & 3 deletions ui/imodel-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/imodel-components-react",
"version": "4.13.0-dev.0",
"version": "4.13.0-dev.1",
"description": "iTwin.js UI IModel Components",
"main": "lib/cjs/imodel-components-react.js",
"module": "lib/esm/imodel-components-react.js",
Expand Down Expand Up @@ -41,13 +41,13 @@
},
"peerDependencies": {
"@itwin/appui-abstract": "^3.7.0 || ^4.0.0",
"@itwin/components-react": "workspace:^4.13.0-dev.0",
"@itwin/components-react": "workspace:^4.13.0-dev.1",
"@itwin/core-bentley": "^3.7.0 || ^4.0.0",
"@itwin/core-common": "^3.7.0 || ^4.0.0",
"@itwin/core-frontend": "^3.7.0 || ^4.0.0",
"@itwin/core-geometry": "^3.7.0 || ^4.0.0",
"@itwin/core-quantity": "^3.7.0 || ^4.0.0",
"@itwin/core-react": "workspace:^4.13.0-dev.0",
"@itwin/core-react": "workspace:^4.13.0-dev.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down

0 comments on commit 4131334

Please sign in to comment.