@itwin/core-react 5.3.1 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/core-react
2
2
 
3
- This log was last generated on Thu, 20 Mar 2025 11:10:28 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 17 Apr 2025 09:55:41 GMT and should not be manually modified.
4
+
5
+ ## 5.4.0
6
+ Thu, 17 Apr 2025 09:55:41 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.3.1
6
11
  Thu, 20 Mar 2025 11:10:28 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-react",
3
- "version": "5.3.1",
3
+ "version": "5.4.0",
4
4
  "description": "A react component library of iTwin.js UI general purpose components",
5
5
  "type": "module",
6
6
  "types": "./lib/core-react.d.ts",
@@ -101,6 +101,6 @@
101
101
  "test": "vitest",
102
102
  "docs": "npm run -s docs:reference && npm run -s docs:changelog",
103
103
  "docs:changelog": "cpx ./CHANGELOG.md ../../generated-docs/reference/core-react",
104
- "docs:reference": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/reference/core-react/file.json --excludeGlob=**/declarations.d.ts --tsIndexFile=./core-react.ts --onlyJson"
104
+ "docs:reference": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/reference/core-react/file.json --tsIndexFile=./core-react.ts --onlyJson"
105
105
  }
106
106
  }