Skip to content

Commit

Permalink
5.0.0-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Nov 21, 2024
1 parent aa532f9 commit 9b658c5
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": "5.0.0-dev.2",
"version": "5.0.0-dev.3",
"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": "5.0.0-dev.2",
"version": "5.0.0-dev.3",
"description": "A react component library for AppUI framework",
"type": "module",
"types": "./lib/appui-react.d.ts",
Expand Down Expand Up @@ -54,15 +54,15 @@
},
"peerDependencies": {
"@itwin/appui-abstract": "^4.0.0",
"@itwin/components-react": "workspace:^5.0.0-dev.2",
"@itwin/components-react": "workspace:^5.0.0-dev.3",
"@itwin/core-bentley": "^4.0.0",
"@itwin/core-common": "^4.0.0",
"@itwin/core-frontend": "^4.0.0",
"@itwin/core-geometry": "^4.0.0",
"@itwin/core-quantity": "^4.0.0",
"@itwin/core-react": "workspace:^5.0.0-dev.2",
"@itwin/core-react": "workspace:^5.0.0-dev.3",
"@itwin/core-telemetry": "^4.0.0",
"@itwin/imodel-components-react": "workspace:^5.0.0-dev.2",
"@itwin/imodel-components-react": "workspace:^5.0.0-dev.3",
"@itwin/itwinui-react": "^3.15.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
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": "5.0.0-dev.2",
"version": "5.0.0-dev.3",
"description": "A react component library of iTwin.js UI data-oriented components",
"type": "module",
"types": "./lib/components-react.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
"peerDependencies": {
"@itwin/appui-abstract": "^4.0.0",
"@itwin/core-bentley": "^4.0.0",
"@itwin/core-react": "workspace:^5.0.0-dev.2",
"@itwin/core-react": "workspace:^5.0.0-dev.3",
"@itwin/itwinui-react": "^3.15.0",
"react": "^18.0.0",
"react-dom": "^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": "5.0.0-dev.2",
"version": "5.0.0-dev.3",
"description": "A react component library of iTwin.js UI general purpose components",
"type": "module",
"types": "./lib/core-react.d.ts",
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": "5.0.0-dev.2",
"version": "5.0.0-dev.3",
"description": "A react component library of iTwin.js UI iModel components",
"type": "module",
"types": "./lib/imodel-components-react.d.ts",
Expand Down Expand Up @@ -54,13 +54,13 @@
},
"peerDependencies": {
"@itwin/appui-abstract": "^4.0.0",
"@itwin/components-react": "workspace:^5.0.0-dev.2",
"@itwin/components-react": "workspace:^5.0.0-dev.3",
"@itwin/core-bentley": "^4.0.0",
"@itwin/core-common": "^4.0.0",
"@itwin/core-frontend": "^4.0.0",
"@itwin/core-geometry": "^4.0.0",
"@itwin/core-quantity": "^4.0.0",
"@itwin/core-react": "workspace:^5.0.0-dev.2",
"@itwin/core-react": "workspace:^5.0.0-dev.3",
"@itwin/itwinui-react": "^3.15.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down

0 comments on commit 9b658c5

Please sign in to comment.