From 126f4459ed1ca485c7c13dbabbe14852df2d547b Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Wed, 17 Nov 2021 23:33:11 +0800 Subject: [PATCH] v2.15.7 --- CHANGELOG.md | 8 +++++ lerna.json | 2 +- .../CHANGELOG.md | 4 +++ .../package.json | 8 ++--- .../babel-plugin-remax-lifecycle/CHANGELOG.md | 4 +++ .../babel-plugin-remax-lifecycle/package.json | 6 ++-- .../CHANGELOG.md | 4 +++ .../package.json | 2 +- .../CHANGELOG.md | 4 +++ .../package.json | 4 +-- packages/babel-preset-remax/CHANGELOG.md | 4 +++ packages/babel-preset-remax/package.json | 2 +- packages/postcss-remax-tag/CHANGELOG.md | 4 +++ packages/postcss-remax-tag/package.json | 2 +- packages/remax-ali/CHANGELOG.md | 4 +++ packages/remax-ali/package.json | 6 ++-- packages/remax-build-store/CHANGELOG.md | 4 +++ packages/remax-build-store/package.json | 6 ++-- packages/remax-cli/CHANGELOG.md | 6 ++++ packages/remax-cli/package.json | 34 +++++++++---------- packages/remax-component-scripts/CHANGELOG.md | 4 +++ packages/remax-component-scripts/package.json | 4 +-- packages/remax-framework-shared/CHANGELOG.md | 4 +++ packages/remax-framework-shared/package.json | 4 +-- packages/remax-macro/CHANGELOG.md | 4 +++ packages/remax-macro/package.json | 8 ++--- packages/remax-one/CHANGELOG.md | 4 +++ packages/remax-one/package.json | 16 ++++----- packages/remax-plugin-devtools/CHANGELOG.md | 4 +++ packages/remax-plugin-devtools/package.json | 4 +-- .../remax-plugin-error-screen/CHANGELOG.md | 4 +++ .../remax-plugin-error-screen/package.json | 6 ++-- packages/remax-runtime/CHANGELOG.md | 4 +++ packages/remax-runtime/package.json | 10 +++--- packages/remax-shared/CHANGELOG.md | 4 +++ packages/remax-shared/package.json | 4 +-- packages/remax-toutiao/CHANGELOG.md | 4 +++ packages/remax-toutiao/package.json | 6 ++-- packages/remax-types/CHANGELOG.md | 4 +++ 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 | 4 +++ packages/remax/package.json | 20 +++++------ 46 files changed, 185 insertions(+), 83 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744a2528c..c024079ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +### Bug Fixes + +- **toutiao:** 修复无法被头条小程序开发工具识别问题 ([fdc25e3](https://github.com/remaxjs/remax/commit/fdc25e3c456286764be90611a238d66067c1eddb)), closes [#1739](https://github.com/remaxjs/remax/issues/1739) +- **web:** selectedColor 文档错误 ([eb691a7](https://github.com/remaxjs/remax/commit/eb691a79ba67fe7bb25cfa68bbe510f54078c70d)) +- [#1717](https://github.com/remaxjs/remax/issues/1717) ([#1727](https://github.com/remaxjs/remax/issues/1727)) ([a64dab6](https://github.com/remaxjs/remax/commit/a64dab6c7da643f763adb1fa374829f328ec1b95)) + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 00327582d..271bbfe1d 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,7 @@ "private": false } }, - "version": "2.15.6", + "version": "2.15.7", "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 089c95a8d..b9218802d 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package babel-plugin-remax-host-component + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **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 7466805ee..084fcb2ea 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.6", + "version": "2.15.7", "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.6", - "@remax/shared": "2.15.6" + "@remax/macro": "2.15.7", + "@remax/shared": "2.15.7" }, "devDependencies": { "@babel/core": "^7.11.0", "@babel/plugin-syntax-jsx": "^7.10.4", - "@remax/build-store": "2.15.6" + "@remax/build-store": "2.15.7" }, "gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43" } diff --git a/packages/babel-plugin-remax-lifecycle/CHANGELOG.md b/packages/babel-plugin-remax-lifecycle/CHANGELOG.md index 421091470..d805856e0 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package babel-plugin-remax-lifecycle + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **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 18f41c87c..b2999822a 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.6", + "version": "2.15.7", "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.6" + "@remax/shared": "2.15.7" }, "devDependencies": { "@babel/core": "^7.11.0", - "@remax/build-store": "2.15.6" + "@remax/build-store": "2.15.7" }, "gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43" } diff --git a/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md b/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md index 8268ff119..1aa18c3b8 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package babel-plugin-remax-regenerator-runtime + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **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 ee615ed3a..277213141 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.6", + "version": "2.15.7", "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 7e6192a88..81234de93 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package babel-plugin-remax-turbo-render + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **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 cb5f899cf..6241be801 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.6", + "version": "2.15.7", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -31,7 +31,7 @@ }, "devDependencies": { "@babel/core": "^7.11.0", - "@remax/build-store": "2.15.6", + "@remax/build-store": "2.15.7", "@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 03ea4965e..c5dca6282 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package babel-preset-remax + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **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 aba93982d..5568db3fb 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.6", + "version": "2.15.7", "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 8c7dc1b31..e61046174 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/postcss-tag + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **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 878308c13..c22804391 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.6", + "version": "2.15.7", "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 8728d0f66..53acf92d2 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/ali + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) ### Reverts diff --git a/packages/remax-ali/package.json b/packages/remax-ali/package.json index 60dc9fde4..e408107d3 100644 --- a/packages/remax-ali/package.json +++ b/packages/remax-ali/package.json @@ -1,6 +1,6 @@ { "name": "@remax/ali", - "version": "2.15.6", + "version": "2.15.7", "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.6", + "@remax/shared": "2.15.7", "mini-types": "^0.1.1" }, "devDependencies": { - "@remax/types": "2.15.6", + "@remax/types": "2.15.7", "@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 471093293..f424dbae8 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/build-store + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **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 6871efa58..c2084252d 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.6", + "version": "2.15.7", "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.6" + "@remax/shared": "2.15.7" }, "devDependencies": { - "@remax/types": "2.15.6" + "@remax/types": "2.15.7" }, "publishConfig": { "access": "public" diff --git a/packages/remax-cli/CHANGELOG.md b/packages/remax-cli/CHANGELOG.md index b92096976..24402bfdf 100644 --- a/packages/remax-cli/CHANGELOG.md +++ b/packages/remax-cli/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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +### Bug Fixes + +- **toutiao:** 修复无法被头条小程序开发工具识别问题 ([fdc25e3](https://github.com/remaxjs/remax/commit/fdc25e3c456286764be90611a238d66067c1eddb)), closes [#1739](https://github.com/remaxjs/remax/issues/1739) + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) ### Reverts diff --git a/packages/remax-cli/package.json b/packages/remax-cli/package.json index c83be3566..ba850163b 100644 --- a/packages/remax-cli/package.json +++ b/packages/remax-cli/package.json @@ -1,6 +1,6 @@ { "name": "@remax/cli", - "version": "2.15.6", + "version": "2.15.7", "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.6", - "@remax/macro": "2.15.6", - "@remax/plugin-devtools": "2.15.6", - "@remax/plugin-error-screen": "2.15.6", + "@remax/build-store": "2.15.7", + "@remax/macro": "2.15.7", + "@remax/plugin-devtools": "2.15.7", + "@remax/plugin-error-screen": "2.15.7", "@remax/postcss-px2units": "^0.2.0", - "@remax/postcss-tag": "2.15.6", - "@remax/shared": "2.15.6", + "@remax/postcss-tag": "2.15.7", + "@remax/shared": "2.15.7", "address": "^1.1.2", "babel-loader": "^8.1.0", "babel-plugin-module-resolver": "^4.0.0", - "babel-plugin-remax-host-component": "2.15.6", - "babel-plugin-remax-lifecycle": "2.15.6", - "babel-plugin-remax-regenerator-runtime": "2.15.6", - "babel-plugin-remax-turbo-render": "2.15.6", - "babel-preset-remax": "2.15.6", + "babel-plugin-remax-host-component": "2.15.7", + "babel-plugin-remax-lifecycle": "2.15.7", + "babel-plugin-remax-regenerator-runtime": "2.15.7", + "babel-plugin-remax-turbo-render": "2.15.7", + "babel-preset-remax": "2.15.7", "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.6", - "@remax/one": "2.15.6", - "@remax/toutiao": "2.15.6", - "@remax/types": "2.15.6", - "@remax/wechat": "2.15.6", + "@remax/ali": "2.15.7", + "@remax/one": "2.15.7", + "@remax/toutiao": "2.15.7", + "@remax/types": "2.15.7", + "@remax/wechat": "2.15.7", "@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 66cde1e69..b93a1dc23 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/component-scripts + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **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 0baa0770e..024e8af69 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.6", + "version": "2.15.7", "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.6", + "@remax/cli": "2.15.7", "@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 db2f98f53..5e305375f 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/framework-shared + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **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 6122579e2..07a2a9729 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.6", + "version": "2.15.7", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -24,7 +24,7 @@ "react-is": "^16.13.1" }, "devDependencies": { - "@remax/types": "2.15.6", + "@remax/types": "2.15.7", "@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 fcfeb4ab3..1e2f3f9a6 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/macro + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **Note:** Version bump only for package @remax/macro diff --git a/packages/remax-macro/package.json b/packages/remax-macro/package.json index bef45273a..d4fc9002e 100644 --- a/packages/remax-macro/package.json +++ b/packages/remax-macro/package.json @@ -1,6 +1,6 @@ { "name": "@remax/macro", - "version": "2.15.6", + "version": "2.15.7", "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.6", - "@remax/types": "2.15.6", + "@remax/build-store": "2.15.7", + "@remax/types": "2.15.7", "@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.6" + "@remax/shared": "2.15.7" }, "publishConfig": { "access": "public" diff --git a/packages/remax-one/CHANGELOG.md b/packages/remax-one/CHANGELOG.md index 85f34a380..e6bcb988a 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/one + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **Note:** Version bump only for package @remax/one diff --git a/packages/remax-one/package.json b/packages/remax-one/package.json index 1b03aa335..cc101903a 100644 --- a/packages/remax-one/package.json +++ b/packages/remax-one/package.json @@ -1,6 +1,6 @@ { "name": "@remax/one", - "version": "2.15.6", + "version": "2.15.7", "description": "Remax 小程序多端方案", "main": "./cjs/index.js", "esnext": "./esm/index.js", @@ -20,7 +20,7 @@ "@types/react": "^16.9.33" }, "devDependencies": { - "@remax/types": "2.15.6", + "@remax/types": "2.15.7", "@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.6", - "@remax/framework-shared": "2.15.6", - "@remax/runtime": "2.15.6", - "@remax/toutiao": "2.15.6", - "@remax/web": "2.15.6", - "@remax/wechat": "2.15.6", + "@remax/ali": "2.15.7", + "@remax/framework-shared": "2.15.7", + "@remax/runtime": "2.15.7", + "@remax/toutiao": "2.15.7", + "@remax/web": "2.15.7", + "@remax/wechat": "2.15.7", "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 257897289..cfd32226a 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/plugin-devtools + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **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 3addddcfa..d5797636b 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.6", + "version": "2.15.7", "description": "Inject React Devtools to Remax", "keywords": [ "react" @@ -30,7 +30,7 @@ }, "dependencies": { "@remax/react-devtools-core": "^4.7.1", - "@remax/shared": "2.15.6", + "@remax/shared": "2.15.7", "webpack-inject-plugin": "^1.5.4" } } diff --git a/packages/remax-plugin-error-screen/CHANGELOG.md b/packages/remax-plugin-error-screen/CHANGELOG.md index 0e66e0c99..801d687cc 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/plugin-error-screen + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **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 ec90bb534..bb3120191 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.6", + "version": "2.15.7", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -24,12 +24,12 @@ }, "dependencies": { "@remax/redbox-react": "^1.0.0", - "@remax/shared": "2.15.6", + "@remax/shared": "2.15.7", "webpack-virtual-modules": "^0.3.1" }, "devDependencies": { "@types/react": "^16.9.49", - "remax": "2.15.6" + "remax": "2.15.7" }, "publishConfig": { "access": "public" diff --git a/packages/remax-runtime/CHANGELOG.md b/packages/remax-runtime/CHANGELOG.md index b997f68c8..7ceba78c9 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/runtime + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **Note:** Version bump only for package @remax/runtime diff --git a/packages/remax-runtime/package.json b/packages/remax-runtime/package.json index c2b4b8533..9823b8678 100644 --- a/packages/remax-runtime/package.json +++ b/packages/remax-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@remax/runtime", - "version": "2.15.6", + "version": "2.15.7", "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.6", - "@remax/shared": "2.15.6", - "@remax/web": "2.15.6", + "@remax/framework-shared": "2.15.7", + "@remax/shared": "2.15.7", + "@remax/web": "2.15.7", "qs": "^6.9.3", "react-is": "^16.3.1", "react-reconciler": "0.26.2", "scheduler": "0.19.1" }, "devDependencies": { - "@remax/types": "2.15.6", + "@remax/types": "2.15.7", "@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 8cd72ade3..39a4c3deb 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/shared + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **Note:** Version bump only for package @remax/shared diff --git a/packages/remax-shared/package.json b/packages/remax-shared/package.json index 1c6aa0eba..1202a0843 100644 --- a/packages/remax-shared/package.json +++ b/packages/remax-shared/package.json @@ -1,6 +1,6 @@ { "name": "@remax/shared", - "version": "2.15.6", + "version": "2.15.7", "description": "Remax Shared", "main": "cjs/index.js", "module": "esm/index.js", @@ -25,7 +25,7 @@ "react": "^16.0.0" }, "devDependencies": { - "@remax/types": "2.15.6", + "@remax/types": "2.15.7", "@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 92838d9ab..3e78d8a27 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/toutiao + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **Note:** Version bump only for package @remax/toutiao diff --git a/packages/remax-toutiao/package.json b/packages/remax-toutiao/package.json index 635735840..b5a070bb9 100644 --- a/packages/remax-toutiao/package.json +++ b/packages/remax-toutiao/package.json @@ -1,6 +1,6 @@ { "name": "@remax/toutiao", - "version": "2.15.6", + "version": "2.15.7", "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.6", + "@remax/types": "2.15.7", "@types/react": "^16.9.33", "@types/react-test-renderer": "^16.9.1", "react": "^16.12.0", @@ -26,6 +26,6 @@ "access": "public" }, "dependencies": { - "@remax/shared": "2.15.6" + "@remax/shared": "2.15.7" } } diff --git a/packages/remax-types/CHANGELOG.md b/packages/remax-types/CHANGELOG.md index 19f29eda3..11a76c534 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package @remax/types + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) **Note:** Version bump only for package @remax/types diff --git a/packages/remax-types/package.json b/packages/remax-types/package.json index 3154803e7..00eaa1278 100644 --- a/packages/remax-types/package.json +++ b/packages/remax-types/package.json @@ -1,6 +1,6 @@ { "name": "@remax/types", - "version": "2.15.6", + "version": "2.15.7", "description": "Remax Types", "author": "Caihuanyu ", "license": "MIT", diff --git a/packages/remax-web/CHANGELOG.md b/packages/remax-web/CHANGELOG.md index fb01bc32e..3438c288a 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +### Bug Fixes + +- **web:** selectedColor 文档错误 ([eb691a7](https://github.com/remaxjs/remax/commit/eb691a79ba67fe7bb25cfa68bbe510f54078c70d)) + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) ### Bug Fixes diff --git a/packages/remax-web/package.json b/packages/remax-web/package.json index e8c51e796..a7df9ee43 100644 --- a/packages/remax-web/package.json +++ b/packages/remax-web/package.json @@ -1,6 +1,6 @@ { "name": "@remax/web", - "version": "2.15.6", + "version": "2.15.7", "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.6", + "@remax/framework-shared": "2.15.7", "@remax/react-router-cache-route": "^1.8.4", "react-is": "^16.3.1", "react-router-dom": "^5.2.0", diff --git a/packages/remax-wechat/CHANGELOG.md b/packages/remax-wechat/CHANGELOG.md index 79a352da6..a5540a71d 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +### Bug Fixes + +- [#1717](https://github.com/remaxjs/remax/issues/1717) ([#1727](https://github.com/remaxjs/remax/issues/1727)) ([a64dab6](https://github.com/remaxjs/remax/commit/a64dab6c7da643f763adb1fa374829f328ec1b95)) + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) ### Bug Fixes diff --git a/packages/remax-wechat/package.json b/packages/remax-wechat/package.json index e03aa42b6..9e433abf9 100644 --- a/packages/remax-wechat/package.json +++ b/packages/remax-wechat/package.json @@ -1,6 +1,6 @@ { "name": "@remax/wechat", - "version": "2.15.6", + "version": "2.15.7", "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.6", + "@remax/shared": "2.15.7", "miniprogram-api-typings": "^3.4.3" }, "devDependencies": { - "@remax/types": "2.15.6", + "@remax/types": "2.15.7", "@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 dec3f2f2c..fcf62a2f9 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.7](https://github.com/remaxjs/remax/compare/v2.15.6...v2.15.7) (2021-11-17) + +**Note:** Version bump only for package remax + ## [2.15.6](https://github.com/remaxjs/remax/compare/v2.15.5...v2.15.6) (2021-09-10) ### Bug Fixes diff --git a/packages/remax/package.json b/packages/remax/package.json index 537288541..811cdce59 100644 --- a/packages/remax/package.json +++ b/packages/remax/package.json @@ -1,6 +1,6 @@ { "name": "remax", - "version": "2.15.6", + "version": "2.15.7", "description": "Remax 是一个全新的基于 React 的小程序开发框架", "main": "./cjs/index.js", "module": "./esm/index.js", @@ -30,15 +30,15 @@ "prepack": "yarn build" }, "dependencies": { - "@remax/ali": "2.15.6", - "@remax/cli": "2.15.6", - "@remax/macro": "2.15.6", - "@remax/one": "2.15.6", - "@remax/runtime": "2.15.6", - "@remax/toutiao": "2.15.6", - "@remax/types": "2.15.6", - "@remax/web": "2.15.6", - "@remax/wechat": "2.15.6", + "@remax/ali": "2.15.7", + "@remax/cli": "2.15.7", + "@remax/macro": "2.15.7", + "@remax/one": "2.15.7", + "@remax/runtime": "2.15.7", + "@remax/toutiao": "2.15.7", + "@remax/types": "2.15.7", + "@remax/web": "2.15.7", + "@remax/wechat": "2.15.7", "mini-types": "^0.1.1", "miniprogram-api-typings": "^3.4.3" },