From 71c56dc221138bc949a7c5dd8f48255df95cfc81 Mon Sep 17 00:00:00 2001 From: sydeEvans Date: Mon, 6 Dec 2021 18:06:30 +0800 Subject: [PATCH] v2.15.9 --- CHANGELOG.md | 7 ++++ lerna.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 8 ++--- .../babel-plugin-remax-lifecycle/CHANGELOG.md | 6 ++++ .../babel-plugin-remax-lifecycle/package.json | 6 ++-- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 4 +-- packages/babel-preset-remax/CHANGELOG.md | 6 ++++ packages/babel-preset-remax/package.json | 2 +- packages/postcss-remax-tag/CHANGELOG.md | 6 ++++ packages/postcss-remax-tag/package.json | 2 +- packages/remax-ali/CHANGELOG.md | 6 ++++ packages/remax-ali/package.json | 6 ++-- packages/remax-build-store/CHANGELOG.md | 6 ++++ packages/remax-build-store/package.json | 6 ++-- packages/remax-cli/CHANGELOG.md | 7 ++++ packages/remax-cli/package.json | 34 +++++++++---------- packages/remax-component-scripts/CHANGELOG.md | 6 ++++ packages/remax-component-scripts/package.json | 4 +-- packages/remax-framework-shared/CHANGELOG.md | 6 ++++ packages/remax-framework-shared/package.json | 4 +-- packages/remax-macro/CHANGELOG.md | 6 ++++ packages/remax-macro/package.json | 8 ++--- packages/remax-one/CHANGELOG.md | 6 ++++ packages/remax-one/package.json | 16 ++++----- packages/remax-plugin-devtools/CHANGELOG.md | 6 ++++ packages/remax-plugin-devtools/package.json | 4 +-- .../remax-plugin-error-screen/CHANGELOG.md | 6 ++++ .../remax-plugin-error-screen/package.json | 6 ++-- packages/remax-runtime/CHANGELOG.md | 6 ++++ packages/remax-runtime/package.json | 10 +++--- packages/remax-shared/CHANGELOG.md | 6 ++++ packages/remax-shared/package.json | 4 +-- packages/remax-toutiao/CHANGELOG.md | 6 ++++ packages/remax-toutiao/package.json | 6 ++-- packages/remax-types/CHANGELOG.md | 7 ++++ packages/remax-types/package.json | 2 +- packages/remax-web/CHANGELOG.md | 6 ++++ packages/remax-web/package.json | 4 +-- packages/remax-wechat/CHANGELOG.md | 6 ++++ packages/remax-wechat/package.json | 6 ++-- packages/remax/CHANGELOG.md | 6 ++++ packages/remax/package.json | 20 +++++------ 46 files changed, 224 insertions(+), 83 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61bcd35b0..85d29f37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([14d4b95](https://github.com/remaxjs/remax/commit/14d4b95d916a55e4ecbe5fbda933bbc57018d7df)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index a8ad833dc..ba24aa3e0 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,7 @@ "private": false } }, - "version": "2.15.8", + "version": "2.15.9", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/babel-plugin-remax-host-component/CHANGELOG.md b/packages/babel-plugin-remax-host-component/CHANGELOG.md index 33be5a297..e4ebd8e01 100644 --- a/packages/babel-plugin-remax-host-component/CHANGELOG.md +++ b/packages/babel-plugin-remax-host-component/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package babel-plugin-remax-host-component diff --git a/packages/babel-plugin-remax-host-component/package.json b/packages/babel-plugin-remax-host-component/package.json index ac9d09a75..385ae8fdf 100644 --- a/packages/babel-plugin-remax-host-component/package.json +++ b/packages/babel-plugin-remax-host-component/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remax-host-component", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -28,13 +28,13 @@ "@babel/helper-plugin-utils": "^7.10.4", "@babel/traverse": "^7.11.0", "@babel/types": "^7.11.0", - "@remax/macro": "2.15.8-alpha.8+14d4b95d", - "@remax/shared": "2.15.8-alpha.8+14d4b95d" + "@remax/macro": "2.15.9", + "@remax/shared": "2.15.9" }, "devDependencies": { "@babel/core": "^7.11.0", "@babel/plugin-syntax-jsx": "^7.10.4", - "@remax/build-store": "2.15.8-alpha.8+14d4b95d" + "@remax/build-store": "2.15.9" }, "gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df" } diff --git a/packages/babel-plugin-remax-lifecycle/CHANGELOG.md b/packages/babel-plugin-remax-lifecycle/CHANGELOG.md index d9e669388..7618beb20 100644 --- a/packages/babel-plugin-remax-lifecycle/CHANGELOG.md +++ b/packages/babel-plugin-remax-lifecycle/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package babel-plugin-remax-lifecycle diff --git a/packages/babel-plugin-remax-lifecycle/package.json b/packages/babel-plugin-remax-lifecycle/package.json index 36c1c5930..a375bdf4b 100644 --- a/packages/babel-plugin-remax-lifecycle/package.json +++ b/packages/babel-plugin-remax-lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remax-lifecycle", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -28,11 +28,11 @@ "@babel/helper-plugin-utils": "^7.10.4", "@babel/traverse": "^7.11.0", "@babel/types": "^7.11.0", - "@remax/shared": "2.15.8-alpha.8+14d4b95d" + "@remax/shared": "2.15.9" }, "devDependencies": { "@babel/core": "^7.11.0", - "@remax/build-store": "2.15.8-alpha.8+14d4b95d" + "@remax/build-store": "2.15.9" }, "gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df" } diff --git a/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md b/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md index 419761882..eb0bb24f6 100644 --- a/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md +++ b/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package babel-plugin-remax-regenerator-runtime diff --git a/packages/babel-plugin-remax-regenerator-runtime/package.json b/packages/babel-plugin-remax-regenerator-runtime/package.json index eec9f4fab..d4dbf2189 100644 --- a/packages/babel-plugin-remax-regenerator-runtime/package.json +++ b/packages/babel-plugin-remax-regenerator-runtime/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remax-regenerator-runtime", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", diff --git a/packages/babel-plugin-remax-turbo-render/CHANGELOG.md b/packages/babel-plugin-remax-turbo-render/CHANGELOG.md index 1407bac31..3eb5d0d29 100644 --- a/packages/babel-plugin-remax-turbo-render/CHANGELOG.md +++ b/packages/babel-plugin-remax-turbo-render/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package babel-plugin-remax-turbo-render diff --git a/packages/babel-plugin-remax-turbo-render/package.json b/packages/babel-plugin-remax-turbo-render/package.json index b929bb7e4..f117fb6f9 100644 --- a/packages/babel-plugin-remax-turbo-render/package.json +++ b/packages/babel-plugin-remax-turbo-render/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remax-turbo-render", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -31,7 +31,7 @@ }, "devDependencies": { "@babel/core": "^7.11.0", - "@remax/build-store": "2.15.8-alpha.8+14d4b95d", + "@remax/build-store": "2.15.9", "@types/jest": "^26.0.8", "babel-plugin-tester": "^9.2.0" }, diff --git a/packages/babel-preset-remax/CHANGELOG.md b/packages/babel-preset-remax/CHANGELOG.md index 9825f6899..08c150880 100644 --- a/packages/babel-preset-remax/CHANGELOG.md +++ b/packages/babel-preset-remax/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package babel-preset-remax diff --git a/packages/babel-preset-remax/package.json b/packages/babel-preset-remax/package.json index c24f4a667..092ff060a 100644 --- a/packages/babel-preset-remax/package.json +++ b/packages/babel-preset-remax/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-remax", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "remax babel preset", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/postcss-remax-tag/CHANGELOG.md b/packages/postcss-remax-tag/CHANGELOG.md index a2d98d56f..c61aa204c 100644 --- a/packages/postcss-remax-tag/CHANGELOG.md +++ b/packages/postcss-remax-tag/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/postcss-tag diff --git a/packages/postcss-remax-tag/package.json b/packages/postcss-remax-tag/package.json index a7cdb2621..129957e2a 100644 --- a/packages/postcss-remax-tag/package.json +++ b/packages/postcss-remax-tag/package.json @@ -1,6 +1,6 @@ { "name": "@remax/postcss-tag", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "main": "index.js", "repository": "git@github.com:remaxjs/remax.git", "author": "Caihuanyu ", diff --git a/packages/remax-ali/CHANGELOG.md b/packages/remax-ali/CHANGELOG.md index 2df45c35a..cd01f75df 100644 --- a/packages/remax-ali/CHANGELOG.md +++ b/packages/remax-ali/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/ali diff --git a/packages/remax-ali/package.json b/packages/remax-ali/package.json index 51adae5d1..fd18be886 100644 --- a/packages/remax-ali/package.json +++ b/packages/remax-ali/package.json @@ -1,6 +1,6 @@ { "name": "@remax/ali", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "Remax for Ali", "main": "./cjs/index.js", "esnext": "./esm/index.js", @@ -16,11 +16,11 @@ "repository": "git+https://github.com/remaxjs/remax.git", "license": "MIT", "dependencies": { - "@remax/shared": "2.15.8-alpha.8+14d4b95d", + "@remax/shared": "2.15.9", "mini-types": "^0.1.1" }, "devDependencies": { - "@remax/types": "2.15.8-alpha.8+14d4b95d", + "@remax/types": "2.15.9", "@types/react": "^16.9.33", "@types/react-test-renderer": "^16.9.1", "react": "^16.12.0", diff --git a/packages/remax-build-store/CHANGELOG.md b/packages/remax-build-store/CHANGELOG.md index db675e53b..6af3018c3 100644 --- a/packages/remax-build-store/CHANGELOG.md +++ b/packages/remax-build-store/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/build-store diff --git a/packages/remax-build-store/package.json b/packages/remax-build-store/package.json index a1ca8c375..f7edc34d8 100644 --- a/packages/remax-build-store/package.json +++ b/packages/remax-build-store/package.json @@ -1,6 +1,6 @@ { "name": "@remax/build-store", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -24,10 +24,10 @@ "test:debug": "npx --node-arg=--inspect-brk jest -i" }, "dependencies": { - "@remax/shared": "2.15.8-alpha.8+14d4b95d" + "@remax/shared": "2.15.9" }, "devDependencies": { - "@remax/types": "2.15.8-alpha.8+14d4b95d" + "@remax/types": "2.15.9" }, "publishConfig": { "access": "public" diff --git a/packages/remax-cli/CHANGELOG.md b/packages/remax-cli/CHANGELOG.md index 5b837a6b5..761f6dfe5 100644 --- a/packages/remax-cli/CHANGELOG.md +++ b/packages/remax-cli/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([14d4b95](https://github.com/remaxjs/remax/commit/14d4b95d916a55e4ecbe5fbda933bbc57018d7df)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/cli diff --git a/packages/remax-cli/package.json b/packages/remax-cli/package.json index e8b9a79f6..a9ad13111 100644 --- a/packages/remax-cli/package.json +++ b/packages/remax-cli/package.json @@ -1,6 +1,6 @@ { "name": "@remax/cli", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "Remax 是一个全新的基于 React 的小程序开发框架", "main": "./lib/index.js", "keywords": [ @@ -32,21 +32,21 @@ "@babel/preset-typescript": "^7.7.4", "@babel/register": "^7.7.0", "@babel/types": "^7.7.4", - "@remax/build-store": "2.15.8-alpha.8+14d4b95d", - "@remax/macro": "2.15.8-alpha.8+14d4b95d", - "@remax/plugin-devtools": "2.15.8-alpha.8+14d4b95d", - "@remax/plugin-error-screen": "2.15.8-alpha.8+14d4b95d", + "@remax/build-store": "2.15.9", + "@remax/macro": "2.15.9", + "@remax/plugin-devtools": "2.15.9", + "@remax/plugin-error-screen": "2.15.9", "@remax/postcss-px2units": "^0.2.0", - "@remax/postcss-tag": "2.15.8-alpha.8+14d4b95d", - "@remax/shared": "2.15.8-alpha.8+14d4b95d", + "@remax/postcss-tag": "2.15.9", + "@remax/shared": "2.15.9", "address": "^1.1.2", "babel-loader": "^8.1.0", "babel-plugin-module-resolver": "^4.0.0", - "babel-plugin-remax-host-component": "2.15.8-alpha.8+14d4b95d", - "babel-plugin-remax-lifecycle": "2.15.8-alpha.8+14d4b95d", - "babel-plugin-remax-regenerator-runtime": "2.15.8-alpha.8+14d4b95d", - "babel-plugin-remax-turbo-render": "2.15.8-alpha.8+14d4b95d", - "babel-preset-remax": "2.15.8-alpha.8+14d4b95d", + "babel-plugin-remax-host-component": "2.15.9", + "babel-plugin-remax-lifecycle": "2.15.9", + "babel-plugin-remax-regenerator-runtime": "2.15.9", + "babel-plugin-remax-turbo-render": "2.15.9", + "babel-preset-remax": "2.15.9", "chokidar": "^3.4.0", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^5.1.1", @@ -82,11 +82,11 @@ }, "devDependencies": { "@babel/traverse": "^7.7.4", - "@remax/ali": "2.15.8-alpha.8+14d4b95d", - "@remax/one": "2.15.8-alpha.8+14d4b95d", - "@remax/toutiao": "2.15.8-alpha.8+14d4b95d", - "@remax/types": "2.15.8-alpha.8+14d4b95d", - "@remax/wechat": "2.15.8-alpha.8+14d4b95d", + "@remax/ali": "2.15.9", + "@remax/one": "2.15.9", + "@remax/toutiao": "2.15.9", + "@remax/types": "2.15.9", + "@remax/wechat": "2.15.9", "@types/babel__traverse": "^7.0.8", "@types/detect-port": "^1.3.0", "@types/ejs": "^3.0.0", diff --git a/packages/remax-component-scripts/CHANGELOG.md b/packages/remax-component-scripts/CHANGELOG.md index c48ac9d05..fb994fe00 100644 --- a/packages/remax-component-scripts/CHANGELOG.md +++ b/packages/remax-component-scripts/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/component-scripts diff --git a/packages/remax-component-scripts/package.json b/packages/remax-component-scripts/package.json index b5de80ac0..f27904214 100644 --- a/packages/remax-component-scripts/package.json +++ b/packages/remax-component-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@remax/component-scripts", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "Remax 是一个全新的基于 React 的小程序开发框架", "main": "./lib/index.js", "bin": { @@ -29,7 +29,7 @@ "test:debug": "npx --node-arg=--inspect-brk jest -i" }, "dependencies": { - "@remax/cli": "2.15.8-alpha.8+14d4b95d", + "@remax/cli": "2.15.9", "@remax/father-build": "^1.19.8", "@types/lodash": "^4.14.171", "less": "^4.1.1", diff --git a/packages/remax-framework-shared/CHANGELOG.md b/packages/remax-framework-shared/CHANGELOG.md index d5c7b993e..00b802d18 100644 --- a/packages/remax-framework-shared/CHANGELOG.md +++ b/packages/remax-framework-shared/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/framework-shared diff --git a/packages/remax-framework-shared/package.json b/packages/remax-framework-shared/package.json index 7b1c97323..cb8fbad0b 100644 --- a/packages/remax-framework-shared/package.json +++ b/packages/remax-framework-shared/package.json @@ -1,6 +1,6 @@ { "name": "@remax/framework-shared", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -24,7 +24,7 @@ "react-is": "^17.0.2" }, "devDependencies": { - "@remax/types": "2.15.8-alpha.8+14d4b95d", + "@remax/types": "2.15.9", "@types/react": "^16.9.33", "@types/react-is": "^16.7.1", "react-test-renderer": "^16.9.0" diff --git a/packages/remax-macro/CHANGELOG.md b/packages/remax-macro/CHANGELOG.md index 229c1481e..163cf2659 100644 --- a/packages/remax-macro/CHANGELOG.md +++ b/packages/remax-macro/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/macro diff --git a/packages/remax-macro/package.json b/packages/remax-macro/package.json index 8f94ca2e5..756330240 100644 --- a/packages/remax-macro/package.json +++ b/packages/remax-macro/package.json @@ -1,6 +1,6 @@ { "name": "@remax/macro", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -23,8 +23,8 @@ "devDependencies": { "@babel/core": "^7.4.3", "@babel/plugin-transform-modules-commonjs": "^7.4.4", - "@remax/build-store": "2.15.8-alpha.8+14d4b95d", - "@remax/types": "2.15.8-alpha.8+14d4b95d", + "@remax/build-store": "2.15.9", + "@remax/types": "2.15.9", "@types/babel-plugin-macros": "^2.6.0", "@types/lodash": "^4.14.149", "@types/node": "^14.0.1", @@ -34,7 +34,7 @@ "react": "^16.12.0" }, "dependencies": { - "@remax/shared": "2.15.8-alpha.8+14d4b95d" + "@remax/shared": "2.15.9" }, "publishConfig": { "access": "public" diff --git a/packages/remax-one/CHANGELOG.md b/packages/remax-one/CHANGELOG.md index 91d283997..fb4a355c4 100644 --- a/packages/remax-one/CHANGELOG.md +++ b/packages/remax-one/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/one diff --git a/packages/remax-one/package.json b/packages/remax-one/package.json index 6f36ed310..17333549a 100644 --- a/packages/remax-one/package.json +++ b/packages/remax-one/package.json @@ -1,6 +1,6 @@ { "name": "@remax/one", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "Remax 小程序多端方案", "main": "./cjs/index.js", "esnext": "./esm/index.js", @@ -20,7 +20,7 @@ "@types/react": "^16.9.33" }, "devDependencies": { - "@remax/types": "2.15.8-alpha.8+14d4b95d", + "@remax/types": "2.15.9", "@types/react": "^16.9.33", "@types/react-dom": "^17.0.5", "@types/react-test-renderer": "^16.9.1", @@ -29,12 +29,12 @@ "react-test-renderer": "^16.12.0" }, "dependencies": { - "@remax/ali": "2.15.8-alpha.8+14d4b95d", - "@remax/framework-shared": "2.15.8-alpha.8+14d4b95d", - "@remax/runtime": "2.15.8-alpha.8+14d4b95d", - "@remax/toutiao": "2.15.8-alpha.8+14d4b95d", - "@remax/web": "2.15.8-alpha.8+14d4b95d", - "@remax/wechat": "2.15.8-alpha.8+14d4b95d", + "@remax/ali": "2.15.9", + "@remax/framework-shared": "2.15.9", + "@remax/runtime": "2.15.9", + "@remax/toutiao": "2.15.9", + "@remax/web": "2.15.9", + "@remax/wechat": "2.15.9", "clsx": "^1.1.0", "memoize-one": "^5.1.1", "react-autosize-textarea": "^7.0.0" diff --git a/packages/remax-plugin-devtools/CHANGELOG.md b/packages/remax-plugin-devtools/CHANGELOG.md index 5c12d6f09..e2c22e96e 100644 --- a/packages/remax-plugin-devtools/CHANGELOG.md +++ b/packages/remax-plugin-devtools/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/plugin-devtools diff --git a/packages/remax-plugin-devtools/package.json b/packages/remax-plugin-devtools/package.json index 059dc99cb..680ab14ce 100644 --- a/packages/remax-plugin-devtools/package.json +++ b/packages/remax-plugin-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@remax/plugin-devtools", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "Inject React Devtools to Remax", "keywords": [ "react" @@ -30,7 +30,7 @@ }, "dependencies": { "@remax/react-devtools-core": "^4.7.1", - "@remax/shared": "2.15.8-alpha.8+14d4b95d", + "@remax/shared": "2.15.9", "webpack-inject-plugin": "^1.5.4" }, "gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df" diff --git a/packages/remax-plugin-error-screen/CHANGELOG.md b/packages/remax-plugin-error-screen/CHANGELOG.md index ea0fe8b99..ba4ad5789 100644 --- a/packages/remax-plugin-error-screen/CHANGELOG.md +++ b/packages/remax-plugin-error-screen/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/plugin-error-screen diff --git a/packages/remax-plugin-error-screen/package.json b/packages/remax-plugin-error-screen/package.json index cf3683353..306f7f26a 100644 --- a/packages/remax-plugin-error-screen/package.json +++ b/packages/remax-plugin-error-screen/package.json @@ -1,6 +1,6 @@ { "name": "@remax/plugin-error-screen", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -24,12 +24,12 @@ }, "dependencies": { "@remax/redbox-react": "^1.0.0", - "@remax/shared": "2.15.8-alpha.8+14d4b95d", + "@remax/shared": "2.15.9", "webpack-virtual-modules": "^0.3.1" }, "devDependencies": { "@types/react": "^16.9.49", - "remax": "2.15.8-alpha.8+14d4b95d" + "remax": "2.15.9" }, "publishConfig": { "access": "public" diff --git a/packages/remax-runtime/CHANGELOG.md b/packages/remax-runtime/CHANGELOG.md index 92ae18dee..98a71c213 100644 --- a/packages/remax-runtime/CHANGELOG.md +++ b/packages/remax-runtime/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/runtime diff --git a/packages/remax-runtime/package.json b/packages/remax-runtime/package.json index f5eb2cb9c..016262565 100644 --- a/packages/remax-runtime/package.json +++ b/packages/remax-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@remax/runtime", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "Remax 是一个全新的基于 React 的小程序开发框架", "main": "./cjs/index.js", "esnext": "./esm/index.js", @@ -33,16 +33,16 @@ "@types/react": "^16.9.33" }, "dependencies": { - "@remax/framework-shared": "2.15.8-alpha.8+14d4b95d", - "@remax/shared": "2.15.8-alpha.8+14d4b95d", - "@remax/web": "2.15.8-alpha.8+14d4b95d", + "@remax/framework-shared": "2.15.9", + "@remax/shared": "2.15.9", + "@remax/web": "2.15.9", "qs": "^6.9.3", "react-is": "^17.0.2", "react-reconciler": "0.26.2", "scheduler": "0.19.1" }, "devDependencies": { - "@remax/types": "2.15.8-alpha.8+14d4b95d", + "@remax/types": "2.15.9", "@types/lodash.merge": "^4.6.6", "@types/node": "^14.0.1", "@types/react": "^16.9.33", diff --git a/packages/remax-shared/CHANGELOG.md b/packages/remax-shared/CHANGELOG.md index bd3731282..862aa2d5d 100644 --- a/packages/remax-shared/CHANGELOG.md +++ b/packages/remax-shared/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/shared diff --git a/packages/remax-shared/package.json b/packages/remax-shared/package.json index 48704b67e..e10fed483 100644 --- a/packages/remax-shared/package.json +++ b/packages/remax-shared/package.json @@ -1,6 +1,6 @@ { "name": "@remax/shared", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "Remax Shared", "main": "cjs/index.js", "module": "esm/index.js", @@ -25,7 +25,7 @@ "react": "^16.0.0" }, "devDependencies": { - "@remax/types": "2.15.8-alpha.8+14d4b95d", + "@remax/types": "2.15.9", "@types/htmlparser2": "^3.10.1", "@types/react": "^16.9.35", "@types/react-test-renderer": "^16.9.2", diff --git a/packages/remax-toutiao/CHANGELOG.md b/packages/remax-toutiao/CHANGELOG.md index 886ac6fe5..57e170032 100644 --- a/packages/remax-toutiao/CHANGELOG.md +++ b/packages/remax-toutiao/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/toutiao diff --git a/packages/remax-toutiao/package.json b/packages/remax-toutiao/package.json index 3519e7ec2..7a2fc54d8 100644 --- a/packages/remax-toutiao/package.json +++ b/packages/remax-toutiao/package.json @@ -1,6 +1,6 @@ { "name": "@remax/toutiao", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "Remax for Toutiao", "main": "./cjs/index.js", "esnext": "./esm/index.js", @@ -16,7 +16,7 @@ "repository": "git+https://github.com/remaxjs/remax.git", "license": "MIT", "devDependencies": { - "@remax/types": "2.15.8-alpha.8+14d4b95d", + "@remax/types": "2.15.9", "@types/react": "^16.9.33", "@types/react-test-renderer": "^16.9.1", "react": "^16.12.0", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@remax/shared": "2.15.8-alpha.8+14d4b95d" + "@remax/shared": "2.15.9" }, "gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df" } diff --git a/packages/remax-types/CHANGELOG.md b/packages/remax-types/CHANGELOG.md index 5344c0687..056cd1c0b 100644 --- a/packages/remax-types/CHANGELOG.md +++ b/packages/remax-types/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([14d4b95](https://github.com/remaxjs/remax/commit/14d4b95d916a55e4ecbe5fbda933bbc57018d7df)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/types diff --git a/packages/remax-types/package.json b/packages/remax-types/package.json index cc92f5364..92b7a101f 100644 --- a/packages/remax-types/package.json +++ b/packages/remax-types/package.json @@ -1,6 +1,6 @@ { "name": "@remax/types", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "Remax Types", "author": "Caihuanyu ", "license": "MIT", diff --git a/packages/remax-web/CHANGELOG.md b/packages/remax-web/CHANGELOG.md index 3caf2a1e1..b0d029674 100644 --- a/packages/remax-web/CHANGELOG.md +++ b/packages/remax-web/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/web diff --git a/packages/remax-web/package.json b/packages/remax-web/package.json index 167d60406..63f10abe3 100644 --- a/packages/remax-web/package.json +++ b/packages/remax-web/package.json @@ -1,6 +1,6 @@ { "name": "@remax/web", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "Shim of web for remax", "author": "Wei Zhu ", "homepage": "https://github.com/remaxjs/remax#readme", @@ -25,7 +25,7 @@ }, "dependencies": { "@loadable/component": "^5.12.0", - "@remax/framework-shared": "2.15.8-alpha.8+14d4b95d", + "@remax/framework-shared": "2.15.9", "@remax/react-router-cache-route": "^1.8.4", "react-is": "^17.0.2", "react-router-dom": "^5.2.0", diff --git a/packages/remax-wechat/CHANGELOG.md b/packages/remax-wechat/CHANGELOG.md index 53f6ce504..833297a43 100644 --- a/packages/remax-wechat/CHANGELOG.md +++ b/packages/remax-wechat/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package @remax/wechat diff --git a/packages/remax-wechat/package.json b/packages/remax-wechat/package.json index 2eaf12857..532975986 100644 --- a/packages/remax-wechat/package.json +++ b/packages/remax-wechat/package.json @@ -1,6 +1,6 @@ { "name": "@remax/wechat", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "Remax for Wechat", "main": "./cjs/index.js", "esnext": "./esm/index.js", @@ -16,11 +16,11 @@ "repository": "git+https://github.com/remaxjs/remax.git", "license": "MIT", "dependencies": { - "@remax/shared": "2.15.8-alpha.8+14d4b95d", + "@remax/shared": "2.15.9", "miniprogram-api-typings": "^3.4.3" }, "devDependencies": { - "@remax/types": "2.15.8-alpha.8+14d4b95d", + "@remax/types": "2.15.9", "@types/react": "^16.9.33", "@types/react-test-renderer": "^16.9.1", "react": "^16.12.0", diff --git a/packages/remax/CHANGELOG.md b/packages/remax/CHANGELOG.md index 349104526..12f11f35f 100644 --- a/packages/remax/CHANGELOG.md +++ b/packages/remax/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06) + +### Features + +- 增加 hook unstable_onEntries, 允许修改 entry 的路径 ([6dc51d7](https://github.com/remaxjs/remax/commit/6dc51d7076d3ac5c97d66770f1e142ddcd7de09a)) + ## [2.15.8](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.8) (2021-11-23) **Note:** Version bump only for package remax diff --git a/packages/remax/package.json b/packages/remax/package.json index e646f5b57..400b218e2 100644 --- a/packages/remax/package.json +++ b/packages/remax/package.json @@ -1,6 +1,6 @@ { "name": "remax", - "version": "2.15.8-alpha.8+14d4b95d", + "version": "2.15.9", "description": "Remax 是一个全新的基于 React 的小程序开发框架", "main": "./cjs/index.js", "module": "./esm/index.js", @@ -30,15 +30,15 @@ "prepack": "yarn build" }, "dependencies": { - "@remax/ali": "2.15.8-alpha.8+14d4b95d", - "@remax/cli": "2.15.8-alpha.8+14d4b95d", - "@remax/macro": "2.15.8-alpha.8+14d4b95d", - "@remax/one": "2.15.8-alpha.8+14d4b95d", - "@remax/runtime": "2.15.8-alpha.8+14d4b95d", - "@remax/toutiao": "2.15.8-alpha.8+14d4b95d", - "@remax/types": "2.15.8-alpha.8+14d4b95d", - "@remax/web": "2.15.8-alpha.8+14d4b95d", - "@remax/wechat": "2.15.8-alpha.8+14d4b95d", + "@remax/ali": "2.15.9", + "@remax/cli": "2.15.9", + "@remax/macro": "2.15.9", + "@remax/one": "2.15.9", + "@remax/runtime": "2.15.9", + "@remax/toutiao": "2.15.9", + "@remax/types": "2.15.9", + "@remax/web": "2.15.9", + "@remax/wechat": "2.15.9", "mini-types": "^0.1.1", "miniprogram-api-typings": "^3.4.3" },