diff --git a/common/changes/@itwin/appui-react/fix-navigation-aid_2024-08-14-13-55.json b/common/changes/@itwin/appui-react/fix-navigation-aid_2024-08-14-13-55.json deleted file mode 100644 index d35f609d52f..00000000000 --- a/common/changes/@itwin/appui-react/fix-navigation-aid_2024-08-14-13-55.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@itwin/appui-react", - "comment": "Render default navigation aid only if content control is not used.", - "type": "none" - } - ], - "packageName": "@itwin/appui-react" -} \ No newline at end of file diff --git a/common/changes/@itwin/appui-react/fix-useConditionalValue_2024-08-14-09-18.json b/common/changes/@itwin/appui-react/fix-useConditionalValue_2024-08-14-09-18.json deleted file mode 100644 index 22d75ecd366..00000000000 --- a/common/changes/@itwin/appui-react/fix-useConditionalValue_2024-08-14-09-18.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@itwin/appui-react", - "comment": "Fix `useConditionalValue` to handle event ids as case insensitive.", - "type": "none" - } - ], - "packageName": "@itwin/appui-react" -} \ No newline at end of file diff --git a/common/changes/@itwin/appui-react/issue-963_2024-08-14-08-42.json b/common/changes/@itwin/appui-react/issue-963_2024-08-14-08-42.json deleted file mode 100644 index 004b484851b..00000000000 --- a/common/changes/@itwin/appui-react/issue-963_2024-08-14-08-42.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@itwin/appui-react", - "comment": "Fix `useActiveViewport` to correctly return the active viewport.", - "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 2bcacd43c6c..c73168e1e38 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.16.0", + "version": "4.16.1", "nextBump": "prerelease" }, { diff --git a/ui/appui-react/CHANGELOG.json b/ui/appui-react/CHANGELOG.json index 48cb658e138..1f4e1c034a9 100644 --- a/ui/appui-react/CHANGELOG.json +++ b/ui/appui-react/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@itwin/appui-react", "entries": [ + { + "version": "4.16.1", + "tag": "@itwin/appui-react_v4.16.1", + "date": "Fri, 16 Aug 2024 08:18:13 GMT", + "comments": { + "none": [ + { + "comment": "Render default navigation aid only if content control is not used." + }, + { + "comment": "Fix `useConditionalValue` to handle event ids as case insensitive." + }, + { + "comment": "Fix `useActiveViewport` to correctly return the active viewport." + } + ] + } + }, { "version": "4.16.0", "tag": "@itwin/appui-react_v4.16.0", diff --git a/ui/appui-react/CHANGELOG.md b/ui/appui-react/CHANGELOG.md index 45a4c268177..0d87e238743 100644 --- a/ui/appui-react/CHANGELOG.md +++ b/ui/appui-react/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log - @itwin/appui-react -This log was last generated on Wed, 07 Aug 2024 12:38:32 GMT and should not be manually modified. +This log was last generated on Fri, 16 Aug 2024 08:18:13 GMT and should not be manually modified. + +## 4.16.1 +Fri, 16 Aug 2024 08:18:13 GMT + +### Updates + +- Render default navigation aid only if content control is not used. +- Fix `useConditionalValue` to handle event ids as case insensitive. +- Fix `useActiveViewport` to correctly return the active viewport. ## 4.16.0 Wed, 07 Aug 2024 12:38:32 GMT diff --git a/ui/appui-react/package.json b/ui/appui-react/package.json index f0be0579ae9..94be115d42a 100644 --- a/ui/appui-react/package.json +++ b/ui/appui-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/appui-react", - "version": "4.16.0", + "version": "4.16.1", "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.16.0", + "@itwin/components-react": "workspace:^4.16.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.16.0", + "@itwin/core-react": "workspace:^4.16.1", "@itwin/core-telemetry": "^3.7.0 || ^4.0.0", - "@itwin/imodel-components-react": "workspace:^4.16.0", + "@itwin/imodel-components-react": "workspace:^4.16.1", "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 00d7e2b2fe8..1bbfc421c2e 100644 --- a/ui/components-react/CHANGELOG.json +++ b/ui/components-react/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/components-react", "entries": [ + { + "version": "4.16.1", + "tag": "@itwin/components-react_v4.16.1", + "date": "Fri, 16 Aug 2024 08:18:14 GMT", + "comments": {} + }, { "version": "4.16.0", "tag": "@itwin/components-react_v4.16.0", diff --git a/ui/components-react/CHANGELOG.md b/ui/components-react/CHANGELOG.md index 94a84ac894a..a501b9756d5 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, 07 Aug 2024 12:38:32 GMT and should not be manually modified. +This log was last generated on Fri, 16 Aug 2024 08:18:14 GMT and should not be manually modified. + +## 4.16.1 +Fri, 16 Aug 2024 08:18:14 GMT + +_Version update only_ ## 4.16.0 Wed, 07 Aug 2024 12:38:32 GMT diff --git a/ui/components-react/package.json b/ui/components-react/package.json index 8d9f65e90e9..545a0083ac5 100644 --- a/ui/components-react/package.json +++ b/ui/components-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/components-react", - "version": "4.16.0", + "version": "4.16.1", "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.16.0", + "@itwin/core-react": "workspace:^4.16.1", "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 ba8180fb9e5..76060bba177 100644 --- a/ui/core-react/CHANGELOG.json +++ b/ui/core-react/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-react", "entries": [ + { + "version": "4.16.1", + "tag": "@itwin/core-react_v4.16.1", + "date": "Fri, 16 Aug 2024 08:18:14 GMT", + "comments": {} + }, { "version": "4.16.0", "tag": "@itwin/core-react_v4.16.0", diff --git a/ui/core-react/CHANGELOG.md b/ui/core-react/CHANGELOG.md index 8d7e89254d4..71fd0babb07 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 Wed, 07 Aug 2024 12:38:32 GMT and should not be manually modified. +This log was last generated on Fri, 16 Aug 2024 08:18:14 GMT and should not be manually modified. + +## 4.16.1 +Fri, 16 Aug 2024 08:18:14 GMT + +_Version update only_ ## 4.16.0 Wed, 07 Aug 2024 12:38:32 GMT diff --git a/ui/core-react/package.json b/ui/core-react/package.json index 3c8d95aa2bc..a566ba3266e 100644 --- a/ui/core-react/package.json +++ b/ui/core-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-react", - "version": "4.16.0", + "version": "4.16.1", "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 4b5ff310206..85f6f5a1e89 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.16.1", + "tag": "@itwin/imodel-components-react_v4.16.1", + "date": "Fri, 16 Aug 2024 08:18:14 GMT", + "comments": {} + }, { "version": "4.16.0", "tag": "@itwin/imodel-components-react_v4.16.0", diff --git a/ui/imodel-components-react/CHANGELOG.md b/ui/imodel-components-react/CHANGELOG.md index 2fbc299add2..6e85319184e 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, 07 Aug 2024 12:38:32 GMT and should not be manually modified. +This log was last generated on Fri, 16 Aug 2024 08:18:14 GMT and should not be manually modified. + +## 4.16.1 +Fri, 16 Aug 2024 08:18:14 GMT + +_Version update only_ ## 4.16.0 Wed, 07 Aug 2024 12:38:32 GMT diff --git a/ui/imodel-components-react/package.json b/ui/imodel-components-react/package.json index 7b3079e4151..e50f38e47fb 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.16.0", + "version": "4.16.1", "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.16.0", + "@itwin/components-react": "workspace:^4.16.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.16.0", + "@itwin/core-react": "workspace:^4.16.1", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" },