@itwin/core-react 3.6.0 → 3.6.2

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 +16 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-react
2
2
 
3
- This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 17 Mar 2023 17:52:32 GMT and should not be manually modified.
4
+
5
+ ## 3.6.2
6
+ Fri, 17 Mar 2023 17:52:32 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.6.1
11
+ Fri, 24 Feb 2023 22:00:48 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 3.6.0
6
16
  Wed, 08 Feb 2023 14:58:40 GMT
@@ -10,6 +20,11 @@ Wed, 08 Feb 2023 14:58:40 GMT
10
20
  - Use EmptyLocalization for localization in tests to increase test performance
11
21
  - Update UnderlineButton test.
12
22
 
23
+ ## 3.5.6
24
+ Fri, 24 Feb 2023 16:02:47 GMT
25
+
26
+ _Version update only_
27
+
13
28
  ## 3.5.5
14
29
  Thu, 26 Jan 2023 22:53:27 GMT
15
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-react",
3
- "version": "3.6.0",
3
+ "version": "3.6.2",
4
4
  "description": "iTwin.js UI core components",
5
5
  "main": "lib/cjs/core-react.js",
6
6
  "module": "lib/esm/core-react.js",
@@ -22,8 +22,8 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/appui-abstract": "^3.6.0",
26
- "@itwin/core-bentley": "^3.6.0",
25
+ "@itwin/appui-abstract": "^3.6.2",
26
+ "@itwin/core-bentley": "^3.6.2",
27
27
  "react": "^17.0.0",
28
28
  "react-dom": "^17.0.0"
29
29
  },
@@ -32,12 +32,12 @@
32
32
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
33
33
  ],
34
34
  "devDependencies": {
35
- "@itwin/appui-abstract": "3.6.0",
36
- "@itwin/build-tools": "3.6.0",
37
- "@itwin/core-bentley": "3.6.0",
38
- "@itwin/core-common": "3.6.0",
39
- "@itwin/core-i18n": "3.6.0",
40
- "@itwin/eslint-plugin": "3.6.0",
35
+ "@itwin/appui-abstract": "3.6.2",
36
+ "@itwin/build-tools": "3.6.2",
37
+ "@itwin/core-bentley": "3.6.2",
38
+ "@itwin/core-common": "3.6.2",
39
+ "@itwin/core-i18n": "3.6.2",
40
+ "@itwin/eslint-plugin": "3.6.2",
41
41
  "@testing-library/dom": "^8.11.2",
42
42
  "@testing-library/react": "^12.0.0",
43
43
  "@testing-library/react-hooks": "^7.0.2",