@modern-js/types 1.0.0-rc.12 → 1.0.0-rc.16

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 +44 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @modern-js/types
2
2
 
3
+ ## 1.0.0-rc.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 30ac27c: feat: add generator package description
9
+ - 204c626: feat: initial
10
+ - Updated dependencies [224f7fe]
11
+ - Updated dependencies [30ac27c]
12
+ - Updated dependencies [204c626]
13
+ - @modern-js/plugin@1.0.0-rc.16
14
+
15
+ ## 1.0.0-rc.15
16
+
17
+ ### Patch Changes
18
+
19
+ - 224f7fe: fix server route match
20
+ - 30ac27c: feat: add generator package description
21
+ - 204c626: feat: initial
22
+ - Updated dependencies [224f7fe]
23
+ - Updated dependencies [30ac27c]
24
+ - Updated dependencies [204c626]
25
+ - @modern-js/plugin@1.0.0-rc.15
26
+
27
+ ## 1.0.0-rc.14
28
+
29
+ ### Patch Changes
30
+
31
+ - 224f7fe: fix server route match
32
+ - 204c626: feat: initial
33
+ - Updated dependencies [224f7fe]
34
+ - Updated dependencies [204c626]
35
+ - @modern-js/plugin@1.0.0-rc.14
36
+
37
+ ## 1.0.0-rc.13
38
+
39
+ ### Patch Changes
40
+
41
+ - 224f7fe: fix server route match
42
+ - 204c626: feat: initial
43
+ - Updated dependencies [224f7fe]
44
+ - Updated dependencies [204c626]
45
+ - @modern-js/plugin@1.0.0-rc.13
46
+
3
47
  ## 1.0.0-rc.12
4
48
 
5
49
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@modern-js/types",
3
- "version": "1.0.0-rc.12",
3
+ "version": "1.0.0-rc.16",
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "dependencies": {
7
- "@modern-js/plugin": "^1.0.0-rc.12",
7
+ "@modern-js/plugin": "^1.0.0-rc.16",
8
8
  "webpack": "^5.54.0"
9
9
  },
10
10
  "exports": {
@@ -16,8 +16,8 @@
16
16
  "@types/node": "^14",
17
17
  "@types/react": "^17",
18
18
  "@types/react-dom": "^17",
19
- "@modern-js/plugin-testing": "^1.0.0-rc.12",
20
- "@modern-js/module-tools": "^1.0.0-rc.12"
19
+ "@modern-js/plugin-testing": "^1.0.0-rc.16",
20
+ "@modern-js/module-tools": "^1.0.0-rc.16"
21
21
  },
22
22
  "sideEffects": false,
23
23
  "publishConfig": {