Skip to content

Commit

Permalink
4.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Jul 10, 2024
1 parent b8ecd6d commit bb7694e
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 25 deletions.

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.15.1",
"version": "4.15.2",
"nextBump": "prerelease"
},
{
Expand Down
12 changes: 12 additions & 0 deletions ui/appui-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@itwin/appui-react",
"entries": [
{
"version": "4.15.2",
"tag": "@itwin/appui-react_v4.15.2",
"date": "Wed, 10 Jul 2024 11:54:56 GMT",
"comments": {
"none": [
{
"comment": "Fix `FrontstageDef.create()` if a non-instance `FrontstageProvider` is used."
}
]
}
},
{
"version": "4.15.1",
"tag": "@itwin/appui-react_v4.15.1",
Expand Down
9 changes: 8 additions & 1 deletion ui/appui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @itwin/appui-react

This log was last generated on Tue, 09 Jul 2024 09:23:12 GMT and should not be manually modified.
This log was last generated on Wed, 10 Jul 2024 11:54:56 GMT and should not be manually modified.

## 4.15.2
Wed, 10 Jul 2024 11:54:56 GMT

### Updates

- Fix `FrontstageDef.create()` if a non-instance `FrontstageProvider` is used.

## 4.15.1
Tue, 09 Jul 2024 09:23:12 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.15.1",
"version": "4.15.2",
"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.15.1",
"@itwin/components-react": "workspace:^4.15.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.15.1",
"@itwin/core-react": "workspace:^4.15.2",
"@itwin/core-telemetry": "^3.7.0 || ^4.0.0",
"@itwin/imodel-components-react": "workspace:^4.15.1",
"@itwin/imodel-components-react": "workspace:^4.15.2",
"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.15.2",
"tag": "@itwin/components-react_v4.15.2",
"date": "Wed, 10 Jul 2024 11:54:56 GMT",
"comments": {}
},
{
"version": "4.15.1",
"tag": "@itwin/components-react_v4.15.1",
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 Tue, 09 Jul 2024 09:23:12 GMT and should not be manually modified.
This log was last generated on Wed, 10 Jul 2024 11:54:56 GMT and should not be manually modified.

## 4.15.2
Wed, 10 Jul 2024 11:54:56 GMT

_Version update only_

## 4.15.1
Tue, 09 Jul 2024 09:23:12 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.15.1",
"version": "4.15.2",
"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.15.1",
"@itwin/core-react": "workspace:^4.15.2",
"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.15.2",
"tag": "@itwin/core-react_v4.15.2",
"date": "Wed, 10 Jul 2024 11:54:56 GMT",
"comments": {}
},
{
"version": "4.15.1",
"tag": "@itwin/core-react_v4.15.1",
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 Tue, 09 Jul 2024 09:23:12 GMT and should not be manually modified.
This log was last generated on Wed, 10 Jul 2024 11:54:56 GMT and should not be manually modified.

## 4.15.2
Wed, 10 Jul 2024 11:54:56 GMT

_Version update only_

## 4.15.1
Tue, 09 Jul 2024 09:23:12 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.15.1",
"version": "4.15.2",
"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.15.2",
"tag": "@itwin/imodel-components-react_v4.15.2",
"date": "Wed, 10 Jul 2024 11:54:56 GMT",
"comments": {}
},
{
"version": "4.15.1",
"tag": "@itwin/imodel-components-react_v4.15.1",
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 Tue, 09 Jul 2024 09:23:12 GMT and should not be manually modified.
This log was last generated on Wed, 10 Jul 2024 11:54:56 GMT and should not be manually modified.

## 4.15.2
Wed, 10 Jul 2024 11:54:56 GMT

_Version update only_

## 4.15.1
Tue, 09 Jul 2024 09:23:12 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.15.1",
"version": "4.15.2",
"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.15.1",
"@itwin/components-react": "workspace:^4.15.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.15.1",
"@itwin/core-react": "workspace:^4.15.2",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down

0 comments on commit bb7694e

Please sign in to comment.