@itwin/core-i18n 3.1.0-dev.8 → 3.2.0-dev.12

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 +22 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,27 @@
1
1
  # Change Log - @itwin/core-i18n
2
2
 
3
- This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 10 Mar 2022 21:18:13 GMT and should not be manually modified.
4
+
5
+ ## 3.0.2
6
+ Thu, 10 Mar 2022 21:18:13 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.0.1
11
+ Thu, 24 Feb 2022 15:26:55 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.0.0
16
+ Mon, 24 Jan 2022 14:00:52 GMT
17
+
18
+ ### Updates
19
+
20
+ - Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
21
+ - change dependency of deprecated i18next-xhr to i18next-http
22
+ - use new @itwin package names
23
+ - rename to @itwin/core-i18n
24
+ - Replace usage of I18N with generic Localization interface.
4
25
 
5
26
  ## 2.19.28
6
27
  Wed, 12 Jan 2022 14:52:38 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-i18n",
3
- "version": "3.1.0-dev.8",
3
+ "version": "3.2.0-dev.12",
4
4
  "description": "iTwin.js localization code",
5
5
  "main": "lib/cjs/core-i18n.js",
6
6
  "module": "lib/esm/core-i18n.js",
@@ -21,17 +21,17 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-bentley": "^3.1.0-dev.8"
24
+ "@itwin/core-bentley": "^3.2.0-dev.12"
25
25
  },
26
26
  "//devDependencies": [
27
27
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
28
28
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
29
29
  ],
30
30
  "devDependencies": {
31
- "@itwin/build-tools": "3.1.0-dev.8",
32
- "@itwin/core-bentley": "3.1.0-dev.8",
33
- "@itwin/core-common": "3.1.0-dev.8",
34
- "@itwin/eslint-plugin": "3.1.0-dev.8",
31
+ "@itwin/build-tools": "3.2.0-dev.12",
32
+ "@itwin/core-bentley": "3.2.0-dev.12",
33
+ "@itwin/core-common": "3.2.0-dev.12",
34
+ "@itwin/eslint-plugin": "3.2.0-dev.12",
35
35
  "@types/node": "14.14.31",
36
36
  "@types/i18next": "^8.4.2",
37
37
  "@types/i18next-browser-languagedetector": "^2.0.1",