From 4ffc82b1453927ab57409d157c1dc0d089857df5 Mon Sep 17 00:00:00 2001 From: imodeljs-admin Date: Tue, 7 Jan 2025 13:32:14 +0000 Subject: [PATCH] Prep to branch to 5.1.0-dev.1 --- common/config/rush/version-policies.json | 2 +- ui/appui-react/package.json | 8 ++++---- ui/components-react/package.json | 4 ++-- ui/core-react/package.json | 2 +- ui/imodel-components-react/package.json | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index bd3202421c3..08794102017 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -2,7 +2,7 @@ { "policyName": "prerelease-monorepo-lockStep", "definitionName": "lockStepVersion", - "version": "5.1.0-dev.0", + "version": "5.1.0-dev.1", "nextBump": "prerelease" }, { diff --git a/ui/appui-react/package.json b/ui/appui-react/package.json index d52e25495c6..04dde59affc 100644 --- a/ui/appui-react/package.json +++ b/ui/appui-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/appui-react", - "version": "5.1.0-dev.0", + "version": "5.1.0-dev.1", "description": "A react component library for AppUI framework", "type": "module", "types": "./lib/appui-react.d.ts", @@ -54,15 +54,15 @@ }, "peerDependencies": { "@itwin/appui-abstract": "^4.0.0", - "@itwin/components-react": "workspace:^5.1.0-dev.0", + "@itwin/components-react": "workspace:^5.1.0-dev.1", "@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.1.0-dev.0", + "@itwin/core-react": "workspace:^5.1.0-dev.1", "@itwin/core-telemetry": "^4.0.0", - "@itwin/imodel-components-react": "workspace:^5.1.0-dev.0", + "@itwin/imodel-components-react": "workspace:^5.1.0-dev.1", "@itwin/itwinui-react": "^3.15.0", "react": "^18.0.0", "react-dom": "^18.0.0", diff --git a/ui/components-react/package.json b/ui/components-react/package.json index b2569c7a967..6b730e1fe02 100644 --- a/ui/components-react/package.json +++ b/ui/components-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/components-react", - "version": "5.1.0-dev.0", + "version": "5.1.0-dev.1", "description": "A react component library of iTwin.js UI data-oriented components", "type": "module", "types": "./lib/components-react.d.ts", @@ -56,7 +56,7 @@ "peerDependencies": { "@itwin/appui-abstract": "^4.0.0", "@itwin/core-bentley": "^4.0.0", - "@itwin/core-react": "workspace:^5.1.0-dev.0", + "@itwin/core-react": "workspace:^5.1.0-dev.1", "@itwin/itwinui-react": "^3.15.0", "react": "^18.0.0", "react-dom": "^18.0.0" diff --git a/ui/core-react/package.json b/ui/core-react/package.json index 37e0f360c1f..2485c4f3b59 100644 --- a/ui/core-react/package.json +++ b/ui/core-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-react", - "version": "5.1.0-dev.0", + "version": "5.1.0-dev.1", "description": "A react component library of iTwin.js UI general purpose components", "type": "module", "types": "./lib/core-react.d.ts", diff --git a/ui/imodel-components-react/package.json b/ui/imodel-components-react/package.json index 83aac9da800..f0ce1afa922 100644 --- a/ui/imodel-components-react/package.json +++ b/ui/imodel-components-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/imodel-components-react", - "version": "5.1.0-dev.0", + "version": "5.1.0-dev.1", "description": "A react component library of iTwin.js UI iModel components", "type": "module", "types": "./lib/imodel-components-react.d.ts", @@ -54,13 +54,13 @@ }, "peerDependencies": { "@itwin/appui-abstract": "^4.0.0", - "@itwin/components-react": "workspace:^5.1.0-dev.0", + "@itwin/components-react": "workspace:^5.1.0-dev.1", "@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.1.0-dev.0", + "@itwin/core-react": "workspace:^5.1.0-dev.1", "@itwin/itwinui-react": "^3.15.0", "react": "^18.0.0", "react-dom": "^18.0.0"