@itwin/core-i18n 3.3.0-dev.9 → 3.3.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 +46 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
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, 18 Aug 2022 19:08:02 GMT and should not be manually modified.
4
+
5
+ ## 3.3.0
6
+ Thu, 18 Aug 2022 19:08:02 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.2.8
11
+ Tue, 09 Aug 2022 15:52:41 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.2.7
16
+ Mon, 01 Aug 2022 13:36:56 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.2.6
21
+ Fri, 15 Jul 2022 19:04:43 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.2.5
26
+ Wed, 13 Jul 2022 15:45:52 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 3.2.4
31
+ Tue, 21 Jun 2022 18:06:33 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 3.2.3
36
+ Fri, 17 Jun 2022 15:18:39 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 3.2.2
41
+ Fri, 10 Jun 2022 16:11:36 GMT
42
+
43
+ _Version update only_
44
+
45
+ ## 3.2.1
46
+ Tue, 07 Jun 2022 15:02:56 GMT
47
+
48
+ _Version update only_
4
49
 
5
50
  ## 3.2.0
6
51
  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.0",
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.0"
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.0",
31
+ "@itwin/core-bentley": "3.3.0",
32
+ "@itwin/core-common": "3.3.0",
33
+ "@itwin/eslint-plugin": "3.3.0",
34
34
  "@types/node": "16.11.7",
35
35
  "@types/i18next": "^8.4.2",
36
36
  "@types/i18next-browser-languagedetector": "^2.0.1",