Skip to content

Commit

Permalink
5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Jan 17, 2025
1 parent 8e10e41 commit 1f44ed9
Show file tree
Hide file tree
Showing 16 changed files with 83 additions and 45 deletions.

This file was deleted.

This file was deleted.

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": "5.0.3",
"version": "5.0.4",
"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": "5.0.4",
"tag": "@itwin/appui-react_v5.0.4",
"date": "Fri, 17 Jan 2025 14:12:03 GMT",
"comments": {
"none": [
{
"comment": "Fixed `module 'lodash' does not provide an export named...` error when running in Node.js."
}
]
}
},
{
"version": "5.0.3",
"tag": "@itwin/appui-react_v5.0.3",
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 Fri, 17 Jan 2025 11:42:02 GMT and should not be manually modified.
This log was last generated on Fri, 17 Jan 2025 14:12:03 GMT and should not be manually modified.

## 5.0.4
Fri, 17 Jan 2025 14:12:03 GMT

### Updates

- Fixed `module 'lodash' does not provide an export named...` error when running in Node.js.

## 5.0.3
Fri, 17 Jan 2025 11:42:02 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": "5.0.3",
"version": "5.0.4",
"description": "A react component library for AppUI framework",
"type": "module",
"types": "./lib/appui-react.d.ts",
Expand Down Expand Up @@ -54,15 +54,15 @@
},
"peerDependencies": {
"@itwin/appui-abstract": "^4.0.0",
"@itwin/components-react": "workspace:^5.0.3",
"@itwin/components-react": "workspace:^5.0.4",
"@itwin/core-bentley": "^4.0.0",
"@itwin/core-common": "^4.0.0",
"@itwin/core-frontend": "^4.0.0",
"@itwin/core-geometry": "^4.0.0",
"@itwin/core-quantity": "^4.0.0",
"@itwin/core-react": "workspace:^5.0.3",
"@itwin/core-react": "workspace:^5.0.4",
"@itwin/core-telemetry": "^4.0.0",
"@itwin/imodel-components-react": "workspace:^5.0.3",
"@itwin/imodel-components-react": "workspace:^5.0.4",
"@itwin/itwinui-react": "^3.15.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
12 changes: 12 additions & 0 deletions ui/components-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@itwin/components-react",
"entries": [
{
"version": "5.0.4",
"tag": "@itwin/components-react_v5.0.4",
"date": "Fri, 17 Jan 2025 14:12:03 GMT",
"comments": {
"none": [
{
"comment": "Fixed `module 'lodash' does not provide an export named...` error when running in Node.js."
}
]
}
},
{
"version": "5.0.3",
"tag": "@itwin/components-react_v5.0.3",
Expand Down
9 changes: 8 additions & 1 deletion ui/components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @itwin/components-react

This log was last generated on Fri, 17 Jan 2025 11:42:02 GMT and should not be manually modified.
This log was last generated on Fri, 17 Jan 2025 14:12:03 GMT and should not be manually modified.

## 5.0.4
Fri, 17 Jan 2025 14:12:03 GMT

### Updates

- Fixed `module 'lodash' does not provide an export named...` error when running in Node.js.

## 5.0.3
Fri, 17 Jan 2025 11:42:02 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": "5.0.3",
"version": "5.0.4",
"description": "A react component library of iTwin.js UI data-oriented components",
"type": "module",
"types": "./lib/components-react.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
"peerDependencies": {
"@itwin/appui-abstract": "^4.0.0",
"@itwin/core-bentley": "^4.0.0",
"@itwin/core-react": "workspace:^5.0.3",
"@itwin/core-react": "workspace:^5.0.4",
"@itwin/itwinui-react": "^3.15.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
12 changes: 12 additions & 0 deletions ui/core-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@itwin/core-react",
"entries": [
{
"version": "5.0.4",
"tag": "@itwin/core-react_v5.0.4",
"date": "Fri, 17 Jan 2025 14:12:03 GMT",
"comments": {
"none": [
{
"comment": "Fixed `module 'lodash' does not provide an export named...` error when running in Node.js."
}
]
}
},
{
"version": "5.0.3",
"tag": "@itwin/core-react_v5.0.3",
Expand Down
9 changes: 8 additions & 1 deletion ui/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @itwin/core-react

This log was last generated on Fri, 17 Jan 2025 11:42:02 GMT and should not be manually modified.
This log was last generated on Fri, 17 Jan 2025 14:12:03 GMT and should not be manually modified.

## 5.0.4
Fri, 17 Jan 2025 14:12:03 GMT

### Updates

- Fixed `module 'lodash' does not provide an export named...` error when running in Node.js.

## 5.0.3
Fri, 17 Jan 2025 11:42:02 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": "5.0.3",
"version": "5.0.4",
"description": "A react component library of iTwin.js UI general purpose components",
"type": "module",
"types": "./lib/core-react.d.ts",
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": "5.0.4",
"tag": "@itwin/imodel-components-react_v5.0.4",
"date": "Fri, 17 Jan 2025 14:12:03 GMT",
"comments": {}
},
{
"version": "5.0.3",
"tag": "@itwin/imodel-components-react_v5.0.3",
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 Fri, 17 Jan 2025 11:42:02 GMT and should not be manually modified.
This log was last generated on Fri, 17 Jan 2025 14:12:03 GMT and should not be manually modified.

## 5.0.4
Fri, 17 Jan 2025 14:12:03 GMT

_Version update only_

## 5.0.3
Fri, 17 Jan 2025 11:42:02 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": "5.0.3",
"version": "5.0.4",
"description": "A react component library of iTwin.js UI iModel components",
"type": "module",
"types": "./lib/imodel-components-react.d.ts",
Expand Down Expand Up @@ -54,13 +54,13 @@
},
"peerDependencies": {
"@itwin/appui-abstract": "^4.0.0",
"@itwin/components-react": "workspace:^5.0.3",
"@itwin/components-react": "workspace:^5.0.4",
"@itwin/core-bentley": "^4.0.0",
"@itwin/core-common": "^4.0.0",
"@itwin/core-frontend": "^4.0.0",
"@itwin/core-geometry": "^4.0.0",
"@itwin/core-quantity": "^4.0.0",
"@itwin/core-react": "workspace:^5.0.3",
"@itwin/core-react": "workspace:^5.0.4",
"@itwin/itwinui-react": "^3.15.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down

0 comments on commit 1f44ed9

Please sign in to comment.