@modern-js/plugin-i18n 1.0.0-alpha.5 → 1.0.0-rc.5

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 +7 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # @modern-js/plugin-i18n
2
2
 
3
- ## 1.0.0-alpha.3
3
+ ## 1.0.0-rc.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 204c626: feat: initial
9
+
10
+ ## 1.0.0-rc.4
11
+
12
+ ### Patch Changes
13
+
14
+ - fix server route match
15
+ - 204c626: feat: initial
16
+
17
+ ## 1.0.0-rc.3
18
+
4
19
  ### Patch Changes
5
20
 
6
21
  - feat: initial
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/plugin-i18n",
3
- "version": "1.0.0-alpha.5",
3
+ "version": "1.0.0-rc.5",
4
4
  "jsnext:source": "./src/index.ts",
5
5
  "types": "./dist/types/index.d.ts",
6
6
  "main": "./dist/js/node/index.js",
@@ -24,11 +24,15 @@
24
24
  "@types/lodash": "^4.14.126",
25
25
  "@types/node": "^14",
26
26
  "typescript": "^4",
27
- "@modern-js/plugin-testing": "^1.0.0-alpha.3",
28
- "@modern-js/module-tools": "^1.0.0-alpha.3"
27
+ "@modern-js/plugin-testing": "^1.0.0-rc.5",
28
+ "@modern-js/module-tools": "^1.0.0-rc.5"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "modernConfig": {},
32
+ "publishConfig": {
33
+ "registry": "https://registry.npmjs.org/",
34
+ "access": "public"
35
+ },
32
36
  "scripts": {
33
37
  "new": "modern new",
34
38
  "build": "modern build",