diff --git a/common/changes/@itwin/core-react/fix-popup-context-menu_2024-07-15-06-05.json b/common/changes/@itwin/core-react/fix-popup-context-menu_2024-07-15-06-05.json deleted file mode 100644 index 08478a619e6..00000000000 --- a/common/changes/@itwin/core-react/fix-popup-context-menu_2024-07-15-06-05.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@itwin/core-react", - "comment": "Fix `PopupContextMenu` to work in `StatusBarPopover`.", - "type": "none" - } - ], - "packageName": "@itwin/core-react" -} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 8a3655858dc..5a16d5d23d8 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": "4.15.2", + "version": "4.15.3", "nextBump": "prerelease" }, { diff --git a/ui/appui-react/CHANGELOG.json b/ui/appui-react/CHANGELOG.json index 97f05225de5..5a11d92427c 100644 --- a/ui/appui-react/CHANGELOG.json +++ b/ui/appui-react/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/appui-react", "entries": [ + { + "version": "4.15.3", + "tag": "@itwin/appui-react_v4.15.3", + "date": "Mon, 15 Jul 2024 12:12:00 GMT", + "comments": {} + }, { "version": "4.15.2", "tag": "@itwin/appui-react_v4.15.2", diff --git a/ui/appui-react/CHANGELOG.md b/ui/appui-react/CHANGELOG.md index fceacc5dd28..7ec356ec585 100644 --- a/ui/appui-react/CHANGELOG.md +++ b/ui/appui-react/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/appui-react -This log was last generated on Wed, 10 Jul 2024 11:54:56 GMT and should not be manually modified. +This log was last generated on Mon, 15 Jul 2024 12:12:00 GMT and should not be manually modified. + +## 4.15.3 +Mon, 15 Jul 2024 12:12:00 GMT + +_Version update only_ ## 4.15.2 Wed, 10 Jul 2024 11:54:56 GMT diff --git a/ui/appui-react/package.json b/ui/appui-react/package.json index cda01a484ed..f2d61e7122d 100644 --- a/ui/appui-react/package.json +++ b/ui/appui-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/appui-react", - "version": "4.15.2", + "version": "4.15.3", "description": "UI framework", "main": "lib/cjs/appui-react.js", "module": "lib/esm/appui-react.js", @@ -42,15 +42,15 @@ }, "peerDependencies": { "@itwin/appui-abstract": "^3.7.0 || ^4.0.0", - "@itwin/components-react": "workspace:^4.15.2", + "@itwin/components-react": "workspace:^4.15.3", "@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.15.2", + "@itwin/core-react": "workspace:^4.15.3", "@itwin/core-telemetry": "^3.7.0 || ^4.0.0", - "@itwin/imodel-components-react": "workspace:^4.15.2", + "@itwin/imodel-components-react": "workspace:^4.15.3", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0", "react-redux": "^7.2.2", diff --git a/ui/components-react/CHANGELOG.json b/ui/components-react/CHANGELOG.json index 952c47410f4..44bdbb3ba72 100644 --- a/ui/components-react/CHANGELOG.json +++ b/ui/components-react/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/components-react", "entries": [ + { + "version": "4.15.3", + "tag": "@itwin/components-react_v4.15.3", + "date": "Mon, 15 Jul 2024 12:12:00 GMT", + "comments": {} + }, { "version": "4.15.2", "tag": "@itwin/components-react_v4.15.2", diff --git a/ui/components-react/CHANGELOG.md b/ui/components-react/CHANGELOG.md index 567bb4e8792..69483c0139d 100644 --- a/ui/components-react/CHANGELOG.md +++ b/ui/components-react/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/components-react -This log was last generated on Wed, 10 Jul 2024 11:54:56 GMT and should not be manually modified. +This log was last generated on Mon, 15 Jul 2024 12:12:00 GMT and should not be manually modified. + +## 4.15.3 +Mon, 15 Jul 2024 12:12:00 GMT + +_Version update only_ ## 4.15.2 Wed, 10 Jul 2024 11:54:56 GMT diff --git a/ui/components-react/package.json b/ui/components-react/package.json index e8680732e87..82684b49b24 100644 --- a/ui/components-react/package.json +++ b/ui/components-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/components-react", - "version": "4.15.2", + "version": "4.15.3", "description": "iTwin.js UI complex components", "main": "lib/cjs/components-react.js", "module": "lib/esm/components-react.js", @@ -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.15.2", + "@itwin/core-react": "workspace:^4.15.3", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/ui/core-react/CHANGELOG.json b/ui/core-react/CHANGELOG.json index 537a30a00a8..03a970400c0 100644 --- a/ui/core-react/CHANGELOG.json +++ b/ui/core-react/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@itwin/core-react", "entries": [ + { + "version": "4.15.3", + "tag": "@itwin/core-react_v4.15.3", + "date": "Mon, 15 Jul 2024 12:12:01 GMT", + "comments": { + "none": [ + { + "comment": "Fix `PopupContextMenu` to work in `StatusBarPopover`." + } + ] + } + }, { "version": "4.15.2", "tag": "@itwin/core-react_v4.15.2", diff --git a/ui/core-react/CHANGELOG.md b/ui/core-react/CHANGELOG.md index 7c38fa603f9..91c1d3f9e5a 100644 --- a/ui/core-react/CHANGELOG.md +++ b/ui/core-react/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @itwin/core-react -This log was last generated on Wed, 10 Jul 2024 11:54:56 GMT and should not be manually modified. +This log was last generated on Mon, 15 Jul 2024 12:12:01 GMT and should not be manually modified. + +## 4.15.3 +Mon, 15 Jul 2024 12:12:01 GMT + +### Updates + +- Fix `PopupContextMenu` to work in `StatusBarPopover`. ## 4.15.2 Wed, 10 Jul 2024 11:54:56 GMT diff --git a/ui/core-react/package.json b/ui/core-react/package.json index 33f60359cf8..29793c8e952 100644 --- a/ui/core-react/package.json +++ b/ui/core-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-react", - "version": "4.15.2", + "version": "4.15.3", "description": "iTwin.js UI core components", "main": "lib/cjs/core-react.js", "module": "lib/esm/core-react.js", diff --git a/ui/imodel-components-react/CHANGELOG.json b/ui/imodel-components-react/CHANGELOG.json index 17555ac0cba..cf595ed9742 100644 --- a/ui/imodel-components-react/CHANGELOG.json +++ b/ui/imodel-components-react/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/imodel-components-react", "entries": [ + { + "version": "4.15.3", + "tag": "@itwin/imodel-components-react_v4.15.3", + "date": "Mon, 15 Jul 2024 12:12:01 GMT", + "comments": {} + }, { "version": "4.15.2", "tag": "@itwin/imodel-components-react_v4.15.2", diff --git a/ui/imodel-components-react/CHANGELOG.md b/ui/imodel-components-react/CHANGELOG.md index a0d01333320..cc6f18ec6b2 100644 --- a/ui/imodel-components-react/CHANGELOG.md +++ b/ui/imodel-components-react/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/imodel-components-react -This log was last generated on Wed, 10 Jul 2024 11:54:56 GMT and should not be manually modified. +This log was last generated on Mon, 15 Jul 2024 12:12:01 GMT and should not be manually modified. + +## 4.15.3 +Mon, 15 Jul 2024 12:12:01 GMT + +_Version update only_ ## 4.15.2 Wed, 10 Jul 2024 11:54:56 GMT diff --git a/ui/imodel-components-react/package.json b/ui/imodel-components-react/package.json index 3604fdc6c31..bd7d3d7cf37 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": "4.15.2", + "version": "4.15.3", "description": "iTwin.js UI IModel Components", "main": "lib/cjs/imodel-components-react.js", "module": "lib/esm/imodel-components-react.js", @@ -41,13 +41,13 @@ }, "peerDependencies": { "@itwin/appui-abstract": "^3.7.0 || ^4.0.0", - "@itwin/components-react": "workspace:^4.15.2", + "@itwin/components-react": "workspace:^4.15.3", "@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.15.2", + "@itwin/core-react": "workspace:^4.15.3", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" },