@modern-js/runtime 1.18.1-alpha.0 → 1.19.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 +12 -4
  2. package/package.json +10 -11
package/CHANGELOG.md CHANGED
@@ -1,15 +1,23 @@
1
1
  # @modern-js/runtime
2
2
 
3
- ## 1.18.1-alpha.0
3
+ ## 1.19.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/webpack@1.19.0
8
+ - @modern-js/plugin@1.19.0
9
+ - @modern-js/utils@1.19.0
10
+
11
+ ## 1.18.1
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - Updated dependencies [c1a4d9b]
8
16
  - Updated dependencies [9fcfbd4]
9
17
  - Updated dependencies [6c2c745]
10
- - @modern-js/plugin@1.18.1-alpha.0
11
- - @modern-js/utils@1.18.1-alpha.0
12
- - @modern-js/webpack@1.18.1-alpha.0
18
+ - @modern-js/plugin@1.18.1
19
+ - @modern-js/utils@1.18.1
20
+ - @modern-js/webpack@1.18.1
13
21
 
14
22
  ## 1.18.0
15
23
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.18.1-alpha.0",
14
+ "version": "1.19.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./type.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -140,9 +140,9 @@
140
140
  "@loadable/babel-plugin": "^5.13.2",
141
141
  "@loadable/server": "^5.15.1",
142
142
  "@loadable/component": "^5.15.0",
143
- "@modern-js/plugin": "1.18.1-alpha.0",
144
- "@modern-js/webpack": "1.18.1-alpha.0",
145
- "@modern-js/utils": "1.18.1-alpha.0",
143
+ "@modern-js/plugin": "1.19.0",
144
+ "@modern-js/webpack": "1.19.0",
145
+ "@modern-js/utils": "1.19.0",
146
146
  "@modern-js-reduck/plugin-auto-actions": "^1.0.2",
147
147
  "@modern-js-reduck/plugin-devtools": "^1.0.3",
148
148
  "@modern-js-reduck/plugin-effects": "^1.0.2",
@@ -166,16 +166,16 @@
166
166
  "ts-jest": "^27.0.4",
167
167
  "typescript": "^4",
168
168
  "jest": "^27",
169
- "@modern-js/core": "1.18.1-alpha.0",
170
- "@modern-js/types": "1.18.1-alpha.0",
171
- "@modern-js/utils": "1.18.1-alpha.0",
169
+ "@modern-js/core": "1.19.0",
170
+ "@modern-js/types": "1.19.0",
171
+ "@modern-js/utils": "1.19.0",
172
172
  "@types/jest": "^27",
173
173
  "@types/node": "^14",
174
174
  "@types/react-side-effect": "^1.1.1",
175
175
  "@types/loadable__webpack-plugin": "^5.7.3",
176
176
  "@types/serialize-javascript": "^5.0.1",
177
- "@scripts/build": "1.18.1-alpha.0",
178
- "@scripts/jest-config": "1.18.1-alpha.0",
177
+ "@scripts/build": "1.19.0",
178
+ "@scripts/jest-config": "1.19.0",
179
179
  "@testing-library/react": "^12.0.0",
180
180
  "@testing-library/react-hooks": "^7.0.1",
181
181
  "@types/hoist-non-react-statics": "^3.3.1",
@@ -215,6 +215,5 @@
215
215
  "new": "modern new",
216
216
  "build": "wireit",
217
217
  "test": "wireit"
218
- },
219
- "readme": "\n<p align=\"center\">\n <a href=\"https://modernjs.dev\" target=\"blank\"><img src=\"https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png\" width=\"300\" alt=\"Modern.js Logo\" /></a>\n</p>\n<p align=\"center\">\n现代 Web 工程体系\n <br/>\n <a href=\"https://modernjs.dev\" target=\"blank\">\n modernjs.dev\n </a>\n</p>\n<p align=\"center\">\n The meta-framework suite designed from scratch for frontend-focused modern web development\n</p>\n\n# Introduction\n\n> The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.\n\n- [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)\n\n## Getting Started\n\n- [Quick Start](https://modernjs.dev/docs/start)\n- [Guides](https://modernjs.dev/docs/guides)\n- [API References](https://modernjs.dev/docs/apis)\n\n## Contributing\n\n- [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)\n"
218
+ }
220
219
  }