@modern-js/plugin-i18n 1.0.0-rc.19 → 1.0.0-rc.22

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 +30 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @modern-js/plugin-i18n
2
2
 
3
+ ## 1.0.0-rc.22
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 30ac27c: feat: add generator package description
9
+ - 0fd196e: feat: fix bugs
10
+ - 204c626: feat: initial
11
+ - 63be0a5: fix: #118 #104
12
+
13
+ ## 1.0.0-rc.21
14
+
15
+ ### Patch Changes
16
+
17
+ - 224f7fe: fix server route match
18
+ - 30ac27c: feat: add generator package description
19
+ - 0fd196e: feat: fix bugs
20
+ - 204c626: feat: initial
21
+ - 63be0a5: fix: #118 #104
22
+
23
+ ## 1.0.0-rc.20
24
+
25
+ ### Patch Changes
26
+
27
+ - 224f7fe: fix server route match
28
+ - 30ac27c: feat: add generator package description
29
+ - feat: fix bugs
30
+ - 204c626: feat: initial
31
+ - 63be0a5: fix: #118 #104
32
+
3
33
  ## 1.0.0-rc.19
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@modern-js/plugin-i18n",
3
- "version": "1.0.0-rc.19",
3
+ "description": "Modern.js i18n plugin",
4
+ "version": "1.0.0-rc.22",
4
5
  "jsnext:source": "./src/index.ts",
5
6
  "types": "./dist/types/index.d.ts",
6
7
  "main": "./dist/js/node/index.js",
@@ -24,8 +25,8 @@
24
25
  "@types/lodash": "^4.14.126",
25
26
  "@types/node": "^14",
26
27
  "typescript": "^4",
27
- "@modern-js/plugin-testing": "^1.0.0-rc.19",
28
- "@modern-js/module-tools": "^1.0.0-rc.19"
28
+ "@modern-js/plugin-testing": "^1.0.0-rc.22",
29
+ "@modern-js/module-tools": "^1.0.0-rc.22"
29
30
  },
30
31
  "sideEffects": false,
31
32
  "modernConfig": {},