Skip to content

Commit

Permalink
4.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Aug 16, 2024
1 parent ea69522 commit b6a5e18
Show file tree
Hide file tree
Showing 16 changed files with 75 additions and 45 deletions.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@itwin/appui-react/issue-963_2024-08-14-08-42.json

This file was deleted.

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": "4.16.0",
"version": "4.16.1",
"nextBump": "prerelease"
},
{
Expand Down
18 changes: 18 additions & 0 deletions ui/appui-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 10 additions & 1 deletion ui/appui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "4.16.0",
"version": "4.16.1",
"description": "UI framework",
"main": "lib/cjs/appui-react.js",
"module": "lib/esm/appui-react.js",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions ui/components-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 6 additions & 1 deletion ui/components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "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",
Expand Down Expand Up @@ -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"
},
Expand Down
6 changes: 6 additions & 0 deletions ui/core-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 6 additions & 1 deletion ui/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "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",
Expand Down
6 changes: 6 additions & 0 deletions ui/imodel-components-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 6 additions & 1 deletion ui/imodel-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "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",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit b6a5e18

Please sign in to comment.