diff --git a/CHANGELOG.md b/CHANGELOG.md index f320c6b82..7472049c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +### Bug Fixes + +- [#1739](https://github.com/remaxjs/remax/issues/1739) ([31ed8a0](https://github.com/remaxjs/remax/commit/31ed8a00f5a6e0d368f10381237b35d4a5f00868)) +- 修复 字节 project.config.json 配置问题 配合新版本 create-remax-app 使用 ([1650c70](https://github.com/remaxjs/remax/commit/1650c70f2b232628b07344f24b37bba0798a8d1e)) +- 修改头条测试的 project.config 文件 ([55f6345](https://github.com/remaxjs/remax/commit/55f6345ec79e3a11e37d54826b6c1126ea682017)) +- 关闭 react-devtool 默认集成 ([8e741d8](https://github.com/remaxjs/remax/commit/8e741d8bc201d9c05a3190efa3f4fcb707ba245c)) + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) ### Bug Fixes diff --git a/lerna.json b/lerna.json index e532f005b..35e2c2853 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,7 @@ "private": false } }, - "version": "2.15.13", + "version": "2.15.14", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/babel-plugin-auto-css-modules/CHANGELOG.md b/packages/babel-plugin-auto-css-modules/CHANGELOG.md index 401444cd5..8d07a9ddb 100644 --- a/packages/babel-plugin-auto-css-modules/CHANGELOG.md +++ b/packages/babel-plugin-auto-css-modules/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/babel-plugin-auto-css-modules + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **Note:** Version bump only for package @remax/babel-plugin-auto-css-modules diff --git a/packages/babel-plugin-auto-css-modules/package.json b/packages/babel-plugin-auto-css-modules/package.json index 0d1fd7576..ecc225b29 100644 --- a/packages/babel-plugin-auto-css-modules/package.json +++ b/packages/babel-plugin-auto-css-modules/package.json @@ -1,6 +1,6 @@ { "name": "@remax/babel-plugin-auto-css-modules", - "version": "2.15.13", + "version": "2.15.14", "description": "使用真正的 React 构建跨平台小程序", "authors": [ "chencheng (https://github.com/sorrycc)" diff --git a/packages/babel-plugin-remax-host-component/CHANGELOG.md b/packages/babel-plugin-remax-host-component/CHANGELOG.md index 68d1cd8b2..23fbc4ac9 100644 --- a/packages/babel-plugin-remax-host-component/CHANGELOG.md +++ b/packages/babel-plugin-remax-host-component/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package babel-plugin-remax-host-component + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **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 f52c71311..bf7b906ed 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.13", + "version": "2.15.14", "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.13", - "@remax/shared": "2.15.13" + "@remax/macro": "2.15.14", + "@remax/shared": "2.15.14" }, "devDependencies": { "@babel/core": "^7.11.0", "@babel/plugin-syntax-jsx": "^7.10.4", - "@remax/build-store": "2.15.13" + "@remax/build-store": "2.15.14" }, "gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df" } diff --git a/packages/babel-plugin-remax-lifecycle/CHANGELOG.md b/packages/babel-plugin-remax-lifecycle/CHANGELOG.md index 77ecc2c85..5396bb8ce 100644 --- a/packages/babel-plugin-remax-lifecycle/CHANGELOG.md +++ b/packages/babel-plugin-remax-lifecycle/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package babel-plugin-remax-lifecycle + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **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 aa3aa0fde..e17f14878 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.13", + "version": "2.15.14", "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.13" + "@remax/shared": "2.15.14" }, "devDependencies": { "@babel/core": "^7.11.0", - "@remax/build-store": "2.15.13" + "@remax/build-store": "2.15.14" }, "gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df" } diff --git a/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md b/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md index aa6259d2e..b2254b0cc 100644 --- a/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md +++ b/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package babel-plugin-remax-regenerator-runtime + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **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 a488f88dd..8600c08f5 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.13", + "version": "2.15.14", "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 bdc4f855f..b9023b980 100644 --- a/packages/babel-plugin-remax-turbo-render/CHANGELOG.md +++ b/packages/babel-plugin-remax-turbo-render/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package babel-plugin-remax-turbo-render + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **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 479cc7f68..1110430f7 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.13", + "version": "2.15.14", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -31,7 +31,7 @@ }, "devDependencies": { "@babel/core": "^7.11.0", - "@remax/build-store": "2.15.13", + "@remax/build-store": "2.15.14", "@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 461d9303b..c96049185 100644 --- a/packages/babel-preset-remax/CHANGELOG.md +++ b/packages/babel-preset-remax/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package babel-preset-remax + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **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 2fe6880f1..fa7059cc5 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.13", + "version": "2.15.14", "description": "remax babel preset", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -31,7 +31,7 @@ "@babel/preset-env": "^7.7.4", "@babel/preset-react": "^7.7.4", "@babel/preset-typescript": "^7.7.4", - "@remax/babel-plugin-auto-css-modules": "2.15.13", + "@remax/babel-plugin-auto-css-modules": "2.15.14", "babel-plugin-auto-import": "^1.0.5", "babel-plugin-macros": "^3.1.0", "lodash": "^4.17.15" diff --git a/packages/postcss-remax-tag/CHANGELOG.md b/packages/postcss-remax-tag/CHANGELOG.md index e48922349..10c7a161f 100644 --- a/packages/postcss-remax-tag/CHANGELOG.md +++ b/packages/postcss-remax-tag/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/postcss-tag + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **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 2abd2e11b..7c33feda8 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.13", + "version": "2.15.14", "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 90fc7d243..8563c1e25 100644 --- a/packages/remax-ali/CHANGELOG.md +++ b/packages/remax-ali/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/ali + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **Note:** Version bump only for package @remax/ali diff --git a/packages/remax-ali/package.json b/packages/remax-ali/package.json index 6096f3ba8..abe3fa487 100644 --- a/packages/remax-ali/package.json +++ b/packages/remax-ali/package.json @@ -1,6 +1,6 @@ { "name": "@remax/ali", - "version": "2.15.13", + "version": "2.15.14", "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.13", + "@remax/shared": "2.15.14", "mini-types": "^0.1.1" }, "devDependencies": { - "@remax/types": "2.15.13", + "@remax/types": "2.15.14", "@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 903f236fa..dcb04f041 100644 --- a/packages/remax-build-store/CHANGELOG.md +++ b/packages/remax-build-store/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/build-store + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **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 7250eb538..de93bb44b 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.13", + "version": "2.15.14", "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.13" + "@remax/shared": "2.15.14" }, "devDependencies": { - "@remax/types": "2.15.13" + "@remax/types": "2.15.14" }, "publishConfig": { "access": "public" diff --git a/packages/remax-cli/CHANGELOG.md b/packages/remax-cli/CHANGELOG.md index e3c094b27..536410df0 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.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +### Bug Fixes + +- 修复 字节 project.config.json 配置问题 配合新版本 create-remax-app 使用 ([1650c70](https://github.com/remaxjs/remax/commit/1650c70f2b232628b07344f24b37bba0798a8d1e)) +- 关闭 react-devtool 默认集成 ([8e741d8](https://github.com/remaxjs/remax/commit/8e741d8bc201d9c05a3190efa3f4fcb707ba245c)) + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **Note:** Version bump only for package @remax/cli diff --git a/packages/remax-cli/package.json b/packages/remax-cli/package.json index b5ffa735c..b2ec188fc 100644 --- a/packages/remax-cli/package.json +++ b/packages/remax-cli/package.json @@ -1,6 +1,6 @@ { "name": "@remax/cli", - "version": "2.15.13", + "version": "2.15.14", "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.13", - "@remax/macro": "2.15.13", - "@remax/plugin-devtools": "2.15.13", - "@remax/plugin-error-screen": "2.15.13", + "@remax/build-store": "2.15.14", + "@remax/macro": "2.15.14", + "@remax/plugin-devtools": "2.15.14", + "@remax/plugin-error-screen": "2.15.14", "@remax/postcss-px2units": "^0.2.0", - "@remax/postcss-tag": "2.15.13", - "@remax/shared": "2.15.13", + "@remax/postcss-tag": "2.15.14", + "@remax/shared": "2.15.14", "address": "^1.1.2", "babel-loader": "^8.1.0", "babel-plugin-module-resolver": "^4.0.0", - "babel-plugin-remax-host-component": "2.15.13", - "babel-plugin-remax-lifecycle": "2.15.13", - "babel-plugin-remax-regenerator-runtime": "2.15.13", - "babel-plugin-remax-turbo-render": "2.15.13", - "babel-preset-remax": "2.15.13", + "babel-plugin-remax-host-component": "2.15.14", + "babel-plugin-remax-lifecycle": "2.15.14", + "babel-plugin-remax-regenerator-runtime": "2.15.14", + "babel-plugin-remax-turbo-render": "2.15.14", + "babel-preset-remax": "2.15.14", "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.13", - "@remax/one": "2.15.13", - "@remax/toutiao": "2.15.13", - "@remax/types": "2.15.13", - "@remax/wechat": "2.15.13", + "@remax/ali": "2.15.14", + "@remax/one": "2.15.14", + "@remax/toutiao": "2.15.14", + "@remax/types": "2.15.14", + "@remax/wechat": "2.15.14", "@types/babel__traverse": "^7.0.8", "@types/detect-port": "^1.3.0", "@types/ejs": "^3.0.0", diff --git a/packages/remax-cli/src/__tests__/integration/fixtures/toutiao/project.config.json b/packages/remax-cli/src/__tests__/integration/fixtures/toutiao/project.tt.json similarity index 100% rename from packages/remax-cli/src/__tests__/integration/fixtures/toutiao/project.config.json rename to packages/remax-cli/src/__tests__/integration/fixtures/toutiao/project.tt.json diff --git a/packages/remax-cli/src/build/webpack/config.mini.ts b/packages/remax-cli/src/build/webpack/config.mini.ts index e6412e1f8..7396a7091 100644 --- a/packages/remax-cli/src/build/webpack/config.mini.ts +++ b/packages/remax-cli/src/build/webpack/config.mini.ts @@ -204,15 +204,15 @@ export default function webpackConfig(builder: Builder): webpack.Configuration { .plugin('webpack-copy-plugin') .use(CopyPlugin, [[{ from: builder.projectPath.publicDir(), to: builder.projectPath.outputDir() }]]); } - // 判断是否是头条小程序,如果是的话将project.config.json复制到dist目录下 - // 否则头条开发者工具无法识别Remax头条小程序 - const miniProjectConfigJsonFile = `${builder.projectPath.projectDir()}/project.config.json`; + // 判断是否是头条小程序,如果是的话将 project.tt.json 复制到 dist 目录下 + // 否则头条开发者工具无法识别 Remax 头条小程序 + const miniProjectConfigJsonFile = `${builder.projectPath.projectDir()}/project.tt.json`; if (builder.options.target == 'toutiao' && fs.existsSync(miniProjectConfigJsonFile)) { config.plugin('webpack-copy-plugin').use(CopyPlugin, [ [ { from: miniProjectConfigJsonFile, - to: builder.projectPath.outputDir(), + to: `${builder.projectPath.outputDir()}/project.config.json`, }, ], ]); diff --git a/packages/remax-cli/src/builtinPlugins.ts b/packages/remax-cli/src/builtinPlugins.ts index d0014c364..b4635085e 100644 --- a/packages/remax-cli/src/builtinPlugins.ts +++ b/packages/remax-cli/src/builtinPlugins.ts @@ -1,5 +1,5 @@ import errorScreen from '@remax/plugin-error-screen'; -import devtools from '@remax/plugin-devtools'; +// import devtools from '@remax/plugin-devtools'; import type { Options, Plugin } from '@remax/types'; export const builtinPlugins = ( @@ -8,18 +8,18 @@ export const builtinPlugins = ( optionKey: string; init: (...args: any[]) => Plugin; }> => { - const isDev = process.env.NODE_ENV !== 'production'; + // const isDev = process.env.NODE_ENV !== 'production'; const plugins = [ { optionKey: 'errorScreen', init: errorScreen, }, ]; - if (options.target !== 'web' && isDev && options.devtools) { - plugins.push({ - optionKey: 'devtools', - init: devtools, - }); - } + // if (options.target !== 'web' && isDev && options.devtools) { + // plugins.push({ + // optionKey: 'devtools', + // init: devtools, + // }); + // } return plugins; }; diff --git a/packages/remax-cli/src/index.ts b/packages/remax-cli/src/index.ts index 9682b230d..669f5ba4a 100644 --- a/packages/remax-cli/src/index.ts +++ b/packages/remax-cli/src/index.ts @@ -71,12 +71,12 @@ export default class RemaxCLI { type: 'boolean', default: false, }) - .option('devtools', { - describe: '启动 react-devtools 调试', - alias: 'd', - type: 'boolean', - default: true, - }) + // .option('devtools', { + // describe: '启动 react-devtools 调试', + // alias: 'd', + // type: 'boolean', + // default: true, + // }) .option('loglevel', { describe: '展示日志级别', type: 'string', diff --git a/packages/remax-component-scripts/CHANGELOG.md b/packages/remax-component-scripts/CHANGELOG.md index cf22f7972..edbedbc29 100644 --- a/packages/remax-component-scripts/CHANGELOG.md +++ b/packages/remax-component-scripts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/component-scripts + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **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 18c0d155d..6739cec6d 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.13", + "version": "2.15.14", "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.13", + "@remax/cli": "2.15.14", "@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 170296166..d5c7be25b 100644 --- a/packages/remax-framework-shared/CHANGELOG.md +++ b/packages/remax-framework-shared/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/framework-shared + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **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 68c9e5e1e..6e47887ae 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.13", + "version": "2.15.14", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -24,7 +24,7 @@ "react-is": "^17.0.2" }, "devDependencies": { - "@remax/types": "2.15.13", + "@remax/types": "2.15.14", "@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 db82145d7..d95f17492 100644 --- a/packages/remax-macro/CHANGELOG.md +++ b/packages/remax-macro/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/macro + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **Note:** Version bump only for package @remax/macro diff --git a/packages/remax-macro/package.json b/packages/remax-macro/package.json index 911122cbb..bf9fcf9c5 100644 --- a/packages/remax-macro/package.json +++ b/packages/remax-macro/package.json @@ -1,6 +1,6 @@ { "name": "@remax/macro", - "version": "2.15.13", + "version": "2.15.14", "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.13", - "@remax/types": "2.15.13", + "@remax/build-store": "2.15.14", + "@remax/types": "2.15.14", "@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.13" + "@remax/shared": "2.15.14" }, "publishConfig": { "access": "public" diff --git a/packages/remax-one/CHANGELOG.md b/packages/remax-one/CHANGELOG.md index d0e15336b..05d70978c 100644 --- a/packages/remax-one/CHANGELOG.md +++ b/packages/remax-one/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/one + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **Note:** Version bump only for package @remax/one diff --git a/packages/remax-one/package.json b/packages/remax-one/package.json index ed7151061..d6db2f423 100644 --- a/packages/remax-one/package.json +++ b/packages/remax-one/package.json @@ -1,6 +1,6 @@ { "name": "@remax/one", - "version": "2.15.13", + "version": "2.15.14", "description": "Remax 小程序多端方案", "main": "./cjs/index.js", "esnext": "./esm/index.js", @@ -20,7 +20,7 @@ "@types/react": "^16.9.33" }, "devDependencies": { - "@remax/types": "2.15.13", + "@remax/types": "2.15.14", "@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.13", - "@remax/framework-shared": "2.15.13", - "@remax/runtime": "2.15.13", - "@remax/toutiao": "2.15.13", - "@remax/web": "2.15.13", - "@remax/wechat": "2.15.13", + "@remax/ali": "2.15.14", + "@remax/framework-shared": "2.15.14", + "@remax/runtime": "2.15.14", + "@remax/toutiao": "2.15.14", + "@remax/web": "2.15.14", + "@remax/wechat": "2.15.14", "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 7e6278eae..18f900cbc 100644 --- a/packages/remax-plugin-devtools/CHANGELOG.md +++ b/packages/remax-plugin-devtools/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/plugin-devtools + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **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 cc4d8452f..db94f439f 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.13", + "version": "2.15.14", "description": "Inject React Devtools to Remax", "keywords": [ "react" @@ -30,7 +30,7 @@ }, "dependencies": { "@remax/react-devtools-core": "^4.7.1", - "@remax/shared": "2.15.13", + "@remax/shared": "2.15.14", "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 dce56a0d1..fee74f68f 100644 --- a/packages/remax-plugin-error-screen/CHANGELOG.md +++ b/packages/remax-plugin-error-screen/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/plugin-error-screen + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **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 b80e9d0ad..345993f8a 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.13", + "version": "2.15.14", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -24,12 +24,12 @@ }, "dependencies": { "@remax/redbox-react": "^1.0.0", - "@remax/shared": "2.15.13", + "@remax/shared": "2.15.14", "webpack-virtual-modules": "^0.3.1" }, "devDependencies": { "@types/react": "^16.9.49", - "remax": "2.15.13" + "remax": "2.15.14" }, "publishConfig": { "access": "public" diff --git a/packages/remax-runtime/CHANGELOG.md b/packages/remax-runtime/CHANGELOG.md index 1e10c5cb3..349c481e1 100644 --- a/packages/remax-runtime/CHANGELOG.md +++ b/packages/remax-runtime/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/runtime + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) ### Bug Fixes diff --git a/packages/remax-runtime/package.json b/packages/remax-runtime/package.json index 36453cd04..8190dc5a6 100644 --- a/packages/remax-runtime/package.json +++ b/packages/remax-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@remax/runtime", - "version": "2.15.13", + "version": "2.15.14", "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.13", - "@remax/shared": "2.15.13", - "@remax/web": "2.15.13", + "@remax/framework-shared": "2.15.14", + "@remax/shared": "2.15.14", + "@remax/web": "2.15.14", "qs": "^6.9.3", "react-is": "^17.0.2", "react-reconciler": "0.26.2", "scheduler": "0.19.1" }, "devDependencies": { - "@remax/types": "2.15.13", + "@remax/types": "2.15.14", "@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 47b348a2e..e170692c9 100644 --- a/packages/remax-shared/CHANGELOG.md +++ b/packages/remax-shared/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/shared + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **Note:** Version bump only for package @remax/shared diff --git a/packages/remax-shared/package.json b/packages/remax-shared/package.json index 764b6a94a..ec4b03889 100644 --- a/packages/remax-shared/package.json +++ b/packages/remax-shared/package.json @@ -1,6 +1,6 @@ { "name": "@remax/shared", - "version": "2.15.13", + "version": "2.15.14", "description": "Remax Shared", "main": "cjs/index.js", "module": "esm/index.js", @@ -25,7 +25,7 @@ "react": "^16.0.0" }, "devDependencies": { - "@remax/types": "2.15.13", + "@remax/types": "2.15.14", "@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 2a68bae7b..21c6a39f1 100644 --- a/packages/remax-toutiao/CHANGELOG.md +++ b/packages/remax-toutiao/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/toutiao + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **Note:** Version bump only for package @remax/toutiao diff --git a/packages/remax-toutiao/package.json b/packages/remax-toutiao/package.json index 9c6b9d780..5909d141f 100644 --- a/packages/remax-toutiao/package.json +++ b/packages/remax-toutiao/package.json @@ -1,6 +1,6 @@ { "name": "@remax/toutiao", - "version": "2.15.13", + "version": "2.15.14", "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.13", + "@remax/types": "2.15.14", "@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.13" + "@remax/shared": "2.15.14" }, "gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df" } diff --git a/packages/remax-types/CHANGELOG.md b/packages/remax-types/CHANGELOG.md index 8c32b6f08..c76d6954d 100644 --- a/packages/remax-types/CHANGELOG.md +++ b/packages/remax-types/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/types + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **Note:** Version bump only for package @remax/types diff --git a/packages/remax-types/package.json b/packages/remax-types/package.json index 8660382f2..b502da469 100644 --- a/packages/remax-types/package.json +++ b/packages/remax-types/package.json @@ -1,6 +1,6 @@ { "name": "@remax/types", - "version": "2.15.13", + "version": "2.15.14", "description": "Remax Types", "author": "Caihuanyu ", "license": "MIT", diff --git a/packages/remax-web/CHANGELOG.md b/packages/remax-web/CHANGELOG.md index 2efcc6fce..5d41e1e61 100644 --- a/packages/remax-web/CHANGELOG.md +++ b/packages/remax-web/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/web + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **Note:** Version bump only for package @remax/web diff --git a/packages/remax-web/package.json b/packages/remax-web/package.json index f0a0e919f..35e1985e3 100644 --- a/packages/remax-web/package.json +++ b/packages/remax-web/package.json @@ -1,6 +1,6 @@ { "name": "@remax/web", - "version": "2.15.13", + "version": "2.15.14", "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.13", + "@remax/framework-shared": "2.15.14", "@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 f0e4011c8..3ecb493e1 100644 --- a/packages/remax-wechat/CHANGELOG.md +++ b/packages/remax-wechat/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package @remax/wechat + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **Note:** Version bump only for package @remax/wechat diff --git a/packages/remax-wechat/package.json b/packages/remax-wechat/package.json index cd2f64cf1..f2b084c23 100644 --- a/packages/remax-wechat/package.json +++ b/packages/remax-wechat/package.json @@ -1,6 +1,6 @@ { "name": "@remax/wechat", - "version": "2.15.13", + "version": "2.15.14", "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.13", + "@remax/shared": "2.15.14", "miniprogram-api-typings": "^3.4.3" }, "devDependencies": { - "@remax/types": "2.15.13", + "@remax/types": "2.15.14", "@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 c4612f7c7..bdae0a03d 100644 --- a/packages/remax/CHANGELOG.md +++ b/packages/remax/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20) + +**Note:** Version bump only for package remax + ## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29) **Note:** Version bump only for package remax diff --git a/packages/remax/package.json b/packages/remax/package.json index 94bf60373..d7d282bc4 100644 --- a/packages/remax/package.json +++ b/packages/remax/package.json @@ -1,6 +1,6 @@ { "name": "remax", - "version": "2.15.13", + "version": "2.15.14", "description": "Remax 是一个全新的基于 React 的小程序开发框架", "main": "./cjs/index.js", "module": "./esm/index.js", @@ -30,15 +30,15 @@ "prepack": "yarn build" }, "dependencies": { - "@remax/ali": "2.15.13", - "@remax/cli": "2.15.13", - "@remax/macro": "2.15.13", - "@remax/one": "2.15.13", - "@remax/runtime": "2.15.13", - "@remax/toutiao": "2.15.13", - "@remax/types": "2.15.13", - "@remax/web": "2.15.13", - "@remax/wechat": "2.15.13", + "@remax/ali": "2.15.14", + "@remax/cli": "2.15.14", + "@remax/macro": "2.15.14", + "@remax/one": "2.15.14", + "@remax/runtime": "2.15.14", + "@remax/toutiao": "2.15.14", + "@remax/types": "2.15.14", + "@remax/web": "2.15.14", + "@remax/wechat": "2.15.14", "mini-types": "^0.1.1", "miniprogram-api-typings": "^3.4.3" }, diff --git a/yarn.lock b/yarn.lock index 656ece19e..7df9ec1c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10125,9 +10125,9 @@ flush-write-stream@^1.0.0, flush-write-stream@^1.0.2: readable-stream "^2.3.6" follow-redirects@^1.0.0, follow-redirects@^1.14.0: - version "1.14.5" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.5.tgz#f09a5848981d3c772b5392309778523f8d85c381" - integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA== + version "1.14.8" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc" + integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA== for-in@^0.1.3: version "0.1.8" @@ -20140,9 +20140,9 @@ url-parse-lax@^3.0.0: prepend-http "^2.0.0" url-parse@^1.4.3, url-parse@^1.4.7: - version "1.4.7" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" - integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== + version "1.5.10" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" + integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== dependencies: querystringify "^2.1.1" requires-port "^1.0.0"