From 9a1e5519cc476b6e1192a38c994fcbe1f7ed403a Mon Sep 17 00:00:00 2001 From: imodeljs-admin Date: Wed, 8 May 2024 08:24:47 +0000 Subject: [PATCH] 4.13.2 --- .../fix-docked-bar-position_2024-05-08-04-51.json | 10 ---------- common/config/rush/version-policies.json | 2 +- ui/appui-react/CHANGELOG.json | 12 ++++++++++++ ui/appui-react/CHANGELOG.md | 9 ++++++++- ui/appui-react/package.json | 8 ++++---- ui/components-react/CHANGELOG.json | 6 ++++++ ui/components-react/CHANGELOG.md | 7 ++++++- ui/components-react/package.json | 4 ++-- ui/core-react/CHANGELOG.json | 6 ++++++ ui/core-react/CHANGELOG.md | 7 ++++++- ui/core-react/package.json | 2 +- ui/imodel-components-react/CHANGELOG.json | 6 ++++++ ui/imodel-components-react/CHANGELOG.md | 7 ++++++- ui/imodel-components-react/package.json | 6 +++--- 14 files changed, 67 insertions(+), 25 deletions(-) delete mode 100644 common/changes/@itwin/appui-react/fix-docked-bar-position_2024-05-08-04-51.json diff --git a/common/changes/@itwin/appui-react/fix-docked-bar-position_2024-05-08-04-51.json b/common/changes/@itwin/appui-react/fix-docked-bar-position_2024-05-08-04-51.json deleted file mode 100644 index 8987915b4b0..00000000000 --- a/common/changes/@itwin/appui-react/fix-docked-bar-position_2024-05-08-04-51.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@itwin/appui-react", - "comment": "Fixed `StatusBar` and `ToolSettings` not being visible when `contentAlwaysMaxSize` preview feature is enabled.", - "type": "none" - } - ], - "packageName": "@itwin/appui-react" -} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index f35c740fdb4..313e0155f55 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.13.1", + "version": "4.13.2", "nextBump": "prerelease" }, { diff --git a/ui/appui-react/CHANGELOG.json b/ui/appui-react/CHANGELOG.json index 2c0cf1aa354..b519ca6f1aa 100644 --- a/ui/appui-react/CHANGELOG.json +++ b/ui/appui-react/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@itwin/appui-react", "entries": [ + { + "version": "4.13.2", + "tag": "@itwin/appui-react_v4.13.2", + "date": "Wed, 08 May 2024 08:24:46 GMT", + "comments": { + "none": [ + { + "comment": "Fixed `StatusBar` and `ToolSettings` not being visible when `contentAlwaysMaxSize` preview feature is enabled." + } + ] + } + }, { "version": "4.13.1", "tag": "@itwin/appui-react_v4.13.1", diff --git a/ui/appui-react/CHANGELOG.md b/ui/appui-react/CHANGELOG.md index 9adf0c4eaac..859437e3f20 100644 --- a/ui/appui-react/CHANGELOG.md +++ b/ui/appui-react/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @itwin/appui-react -This log was last generated on Tue, 07 May 2024 15:01:46 GMT and should not be manually modified. +This log was last generated on Wed, 08 May 2024 08:24:46 GMT and should not be manually modified. + +## 4.13.2 +Wed, 08 May 2024 08:24:46 GMT + +### Updates + +- Fixed `StatusBar` and `ToolSettings` not being visible when `contentAlwaysMaxSize` preview feature is enabled. ## 4.13.1 Tue, 07 May 2024 15:01:46 GMT diff --git a/ui/appui-react/package.json b/ui/appui-react/package.json index 017bce3e139..8032da6aafd 100644 --- a/ui/appui-react/package.json +++ b/ui/appui-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/appui-react", - "version": "4.13.1", + "version": "4.13.2", "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.13.1", + "@itwin/components-react": "workspace:^4.13.2", "@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.1", + "@itwin/core-react": "workspace:^4.13.2", "@itwin/core-telemetry": "^3.7.0 || ^4.0.0", - "@itwin/imodel-components-react": "workspace:^4.13.1", + "@itwin/imodel-components-react": "workspace:^4.13.2", "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 e724e5c6df8..cb06f30e94a 100644 --- a/ui/components-react/CHANGELOG.json +++ b/ui/components-react/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/components-react", "entries": [ + { + "version": "4.13.2", + "tag": "@itwin/components-react_v4.13.2", + "date": "Wed, 08 May 2024 08:24:46 GMT", + "comments": {} + }, { "version": "4.13.1", "tag": "@itwin/components-react_v4.13.1", diff --git a/ui/components-react/CHANGELOG.md b/ui/components-react/CHANGELOG.md index 4ca59f33f48..bb0170d8538 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 Tue, 07 May 2024 15:01:46 GMT and should not be manually modified. +This log was last generated on Wed, 08 May 2024 08:24:46 GMT and should not be manually modified. + +## 4.13.2 +Wed, 08 May 2024 08:24:46 GMT + +_Version update only_ ## 4.13.1 Tue, 07 May 2024 15:01:46 GMT diff --git a/ui/components-react/package.json b/ui/components-react/package.json index 99cd76eaa79..9ed2b9c210c 100644 --- a/ui/components-react/package.json +++ b/ui/components-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/components-react", - "version": "4.13.1", + "version": "4.13.2", "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.13.1", + "@itwin/core-react": "workspace:^4.13.2", "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 bd51d9f8d03..996bb5737e2 100644 --- a/ui/core-react/CHANGELOG.json +++ b/ui/core-react/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-react", "entries": [ + { + "version": "4.13.2", + "tag": "@itwin/core-react_v4.13.2", + "date": "Wed, 08 May 2024 08:24:46 GMT", + "comments": {} + }, { "version": "4.13.1", "tag": "@itwin/core-react_v4.13.1", diff --git a/ui/core-react/CHANGELOG.md b/ui/core-react/CHANGELOG.md index e4d2537ad27..84d98f4fc62 100644 --- a/ui/core-react/CHANGELOG.md +++ b/ui/core-react/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-react -This log was last generated on Tue, 07 May 2024 15:01:46 GMT and should not be manually modified. +This log was last generated on Wed, 08 May 2024 08:24:46 GMT and should not be manually modified. + +## 4.13.2 +Wed, 08 May 2024 08:24:46 GMT + +_Version update only_ ## 4.13.1 Tue, 07 May 2024 15:01:46 GMT diff --git a/ui/core-react/package.json b/ui/core-react/package.json index 0e010e4dc3b..beb99f5b7c7 100644 --- a/ui/core-react/package.json +++ b/ui/core-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-react", - "version": "4.13.1", + "version": "4.13.2", "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 c07ff328df2..98432712a97 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.13.2", + "tag": "@itwin/imodel-components-react_v4.13.2", + "date": "Wed, 08 May 2024 08:24:46 GMT", + "comments": {} + }, { "version": "4.13.1", "tag": "@itwin/imodel-components-react_v4.13.1", diff --git a/ui/imodel-components-react/CHANGELOG.md b/ui/imodel-components-react/CHANGELOG.md index 953884db306..748c43713b9 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 Tue, 07 May 2024 15:01:46 GMT and should not be manually modified. +This log was last generated on Wed, 08 May 2024 08:24:46 GMT and should not be manually modified. + +## 4.13.2 +Wed, 08 May 2024 08:24:46 GMT + +_Version update only_ ## 4.13.1 Tue, 07 May 2024 15:01:46 GMT diff --git a/ui/imodel-components-react/package.json b/ui/imodel-components-react/package.json index 2a95c86921f..6d4acdc7c81 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.13.1", + "version": "4.13.2", "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.13.1", + "@itwin/components-react": "workspace:^4.13.2", "@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.1", + "@itwin/core-react": "workspace:^4.13.2", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" },