@itwin/core-i18n 3.3.0-dev.9 → 3.3.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 +61 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,66 @@
1
1
  # Change Log - @itwin/core-i18n
2
2
 
3
- This log was last generated on Fri, 20 May 2022 13:10:54 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
4
+
5
+ ## 3.3.2
6
+ Thu, 01 Sep 2022 14:37:22 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.3.1
11
+ Fri, 26 Aug 2022 15:40:02 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.3.0
16
+ Thu, 18 Aug 2022 19:08:02 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.2.9
21
+ Fri, 26 Aug 2022 14:21:40 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.2.8
26
+ Tue, 09 Aug 2022 15:52:41 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 3.2.7
31
+ Mon, 01 Aug 2022 13:36:56 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 3.2.6
36
+ Fri, 15 Jul 2022 19:04:43 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 3.2.5
41
+ Wed, 13 Jul 2022 15:45:52 GMT
42
+
43
+ _Version update only_
44
+
45
+ ## 3.2.4
46
+ Tue, 21 Jun 2022 18:06:33 GMT
47
+
48
+ _Version update only_
49
+
50
+ ## 3.2.3
51
+ Fri, 17 Jun 2022 15:18:39 GMT
52
+
53
+ _Version update only_
54
+
55
+ ## 3.2.2
56
+ Fri, 10 Jun 2022 16:11:36 GMT
57
+
58
+ _Version update only_
59
+
60
+ ## 3.2.1
61
+ Tue, 07 Jun 2022 15:02:56 GMT
62
+
63
+ _Version update only_
4
64
 
5
65
  ## 3.2.0
6
66
  Fri, 20 May 2022 13:10:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-i18n",
3
- "version": "3.3.0-dev.9",
3
+ "version": "3.3.2",
4
4
  "description": "iTwin.js localization code",
5
5
  "main": "lib/cjs/core-i18n.js",
6
6
  "module": "lib/esm/core-i18n.js",
@@ -20,17 +20,17 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "peerDependencies": {
23
- "@itwin/core-bentley": "^3.3.0-dev.9"
23
+ "@itwin/core-bentley": "^3.3.2"
24
24
  },
25
25
  "//devDependencies": [
26
26
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
27
27
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
28
28
  ],
29
29
  "devDependencies": {
30
- "@itwin/build-tools": "3.3.0-dev.9",
31
- "@itwin/core-bentley": "3.3.0-dev.9",
32
- "@itwin/core-common": "3.3.0-dev.9",
33
- "@itwin/eslint-plugin": "3.3.0-dev.9",
30
+ "@itwin/build-tools": "3.3.2",
31
+ "@itwin/core-bentley": "3.3.2",
32
+ "@itwin/core-common": "3.3.2",
33
+ "@itwin/eslint-plugin": "3.3.2",
34
34
  "@types/node": "16.11.7",
35
35
  "@types/i18next": "^8.4.2",
36
36
  "@types/i18next-browser-languagedetector": "^2.0.1",