From 93123d7622453ac64abd6d894a348b3a28cae0d8 Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Wed, 5 Jan 2022 12:53:49 +0800 Subject: [PATCH] v2.15.11 --- 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 | 4 +++ packages/remax-web/package.json | 4 +-- packages/remax-wechat/CHANGELOG.md | 7 ++++ packages/remax-wechat/package.json | 6 ++-- packages/remax/CHANGELOG.md | 4 +++ packages/remax/package.json | 20 +++++------ 46 files changed, 184 insertions(+), 83 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbaee3b2d..4c9f176ec 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +### Bug Fixes + +- 去掉 Babel 缓存 ([#1812](https://github.com/remaxjs/remax/issues/1812)) ([159ae6d](https://github.com/remaxjs/remax/commit/159ae6dc28436f768d0120d39585d59558fe3d5f)) +- **wechat:** Video[enable-auto-rotation] 类型错误 ([#1798](https://github.com/remaxjs/remax/issues/1798)) ([e6291d8](https://github.com/remaxjs/remax/commit/e6291d876b5fcd91da82de16d532607c40272a26)) +- **wechat:** 修正 AdCustom 组件找不到模板 ([#1807](https://github.com/remaxjs/remax/issues/1807)) ([eb581e3](https://github.com/remaxjs/remax/commit/eb581e3a113aa738ba58abeb2032daaab342bb4e)) + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 56538fec8..913445259 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,7 @@ "private": false } }, - "version": "2.15.10", + "version": "2.15.11", "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 626ddacda..ca1c21577 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package babel-plugin-remax-host-component + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **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 60d69d4fc..00300af7c 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.10", + "version": "2.15.11", "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.10", - "@remax/shared": "2.15.10" + "@remax/macro": "2.15.11", + "@remax/shared": "2.15.11" }, "devDependencies": { "@babel/core": "^7.11.0", "@babel/plugin-syntax-jsx": "^7.10.4", - "@remax/build-store": "2.15.10" + "@remax/build-store": "2.15.11" }, "gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df" } diff --git a/packages/babel-plugin-remax-lifecycle/CHANGELOG.md b/packages/babel-plugin-remax-lifecycle/CHANGELOG.md index 9eadab1cd..9a6c5f86b 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package babel-plugin-remax-lifecycle + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **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 252f08852..c2873741b 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.10", + "version": "2.15.11", "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.10" + "@remax/shared": "2.15.11" }, "devDependencies": { "@babel/core": "^7.11.0", - "@remax/build-store": "2.15.10" + "@remax/build-store": "2.15.11" }, "gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df" } diff --git a/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md b/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md index 84d8bab87..02f1d8575 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package babel-plugin-remax-regenerator-runtime + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **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 ab2688132..4f25a91cf 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.10", + "version": "2.15.11", "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 5f2810a58..0a4c59459 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package babel-plugin-remax-turbo-render + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **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 d50325f47..3bf25bea3 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.10", + "version": "2.15.11", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -31,7 +31,7 @@ }, "devDependencies": { "@babel/core": "^7.11.0", - "@remax/build-store": "2.15.10", + "@remax/build-store": "2.15.11", "@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 a4df03912..b78ccf00b 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package babel-preset-remax + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **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 26a53c976..49e82b7bd 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.10", + "version": "2.15.11", "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 bc798fd67..087fea703 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/postcss-tag + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **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 4c098d599..e336bfcc9 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.10", + "version": "2.15.11", "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 24aaddc59..9ef58f614 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/ali + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **Note:** Version bump only for package @remax/ali diff --git a/packages/remax-ali/package.json b/packages/remax-ali/package.json index eba2e45c9..b23fbbce3 100644 --- a/packages/remax-ali/package.json +++ b/packages/remax-ali/package.json @@ -1,6 +1,6 @@ { "name": "@remax/ali", - "version": "2.15.10", + "version": "2.15.11", "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.10", + "@remax/shared": "2.15.11", "mini-types": "^0.1.1" }, "devDependencies": { - "@remax/types": "2.15.10", + "@remax/types": "2.15.11", "@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 3031a5bd3..d689f43f8 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/build-store + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **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 9b9e3ac2e..4f3ae2a8d 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.10", + "version": "2.15.11", "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.10" + "@remax/shared": "2.15.11" }, "devDependencies": { - "@remax/types": "2.15.10" + "@remax/types": "2.15.11" }, "publishConfig": { "access": "public" diff --git a/packages/remax-cli/CHANGELOG.md b/packages/remax-cli/CHANGELOG.md index aaf9bfebf..d328c4d0e 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +### Bug Fixes + +- 去掉 Babel 缓存 ([#1812](https://github.com/remaxjs/remax/issues/1812)) ([159ae6d](https://github.com/remaxjs/remax/commit/159ae6dc28436f768d0120d39585d59558fe3d5f)) + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) ### Bug Fixes diff --git a/packages/remax-cli/package.json b/packages/remax-cli/package.json index 907654894..5d01deec3 100644 --- a/packages/remax-cli/package.json +++ b/packages/remax-cli/package.json @@ -1,6 +1,6 @@ { "name": "@remax/cli", - "version": "2.15.10", + "version": "2.15.11", "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.10", - "@remax/macro": "2.15.10", - "@remax/plugin-devtools": "2.15.10", - "@remax/plugin-error-screen": "2.15.10", + "@remax/build-store": "2.15.11", + "@remax/macro": "2.15.11", + "@remax/plugin-devtools": "2.15.11", + "@remax/plugin-error-screen": "2.15.11", "@remax/postcss-px2units": "^0.2.0", - "@remax/postcss-tag": "2.15.10", - "@remax/shared": "2.15.10", + "@remax/postcss-tag": "2.15.11", + "@remax/shared": "2.15.11", "address": "^1.1.2", "babel-loader": "^8.1.0", "babel-plugin-module-resolver": "^4.0.0", - "babel-plugin-remax-host-component": "2.15.10", - "babel-plugin-remax-lifecycle": "2.15.10", - "babel-plugin-remax-regenerator-runtime": "2.15.10", - "babel-plugin-remax-turbo-render": "2.15.10", - "babel-preset-remax": "2.15.10", + "babel-plugin-remax-host-component": "2.15.11", + "babel-plugin-remax-lifecycle": "2.15.11", + "babel-plugin-remax-regenerator-runtime": "2.15.11", + "babel-plugin-remax-turbo-render": "2.15.11", + "babel-preset-remax": "2.15.11", "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.10", - "@remax/one": "2.15.10", - "@remax/toutiao": "2.15.10", - "@remax/types": "2.15.10", - "@remax/wechat": "2.15.10", + "@remax/ali": "2.15.11", + "@remax/one": "2.15.11", + "@remax/toutiao": "2.15.11", + "@remax/types": "2.15.11", + "@remax/wechat": "2.15.11", "@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 297f4b6be..32f53102d 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/component-scripts + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **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 621b0b71e..da1bd4f64 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.10", + "version": "2.15.11", "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.10", + "@remax/cli": "2.15.11", "@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 1bbc25228..f23879244 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/framework-shared + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **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 420c4bf5c..6ecca7967 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.10", + "version": "2.15.11", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -24,7 +24,7 @@ "react-is": "^17.0.2" }, "devDependencies": { - "@remax/types": "2.15.10", + "@remax/types": "2.15.11", "@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 3f5e2d60b..103ef97ff 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/macro + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **Note:** Version bump only for package @remax/macro diff --git a/packages/remax-macro/package.json b/packages/remax-macro/package.json index 565050a91..92aec73ee 100644 --- a/packages/remax-macro/package.json +++ b/packages/remax-macro/package.json @@ -1,6 +1,6 @@ { "name": "@remax/macro", - "version": "2.15.10", + "version": "2.15.11", "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.10", - "@remax/types": "2.15.10", + "@remax/build-store": "2.15.11", + "@remax/types": "2.15.11", "@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.10" + "@remax/shared": "2.15.11" }, "publishConfig": { "access": "public" diff --git a/packages/remax-one/CHANGELOG.md b/packages/remax-one/CHANGELOG.md index ee295d82f..8e785cc7a 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/one + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **Note:** Version bump only for package @remax/one diff --git a/packages/remax-one/package.json b/packages/remax-one/package.json index 4d9609917..0056ade63 100644 --- a/packages/remax-one/package.json +++ b/packages/remax-one/package.json @@ -1,6 +1,6 @@ { "name": "@remax/one", - "version": "2.15.10", + "version": "2.15.11", "description": "Remax 小程序多端方案", "main": "./cjs/index.js", "esnext": "./esm/index.js", @@ -20,7 +20,7 @@ "@types/react": "^16.9.33" }, "devDependencies": { - "@remax/types": "2.15.10", + "@remax/types": "2.15.11", "@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.10", - "@remax/framework-shared": "2.15.10", - "@remax/runtime": "2.15.10", - "@remax/toutiao": "2.15.10", - "@remax/web": "2.15.10", - "@remax/wechat": "2.15.10", + "@remax/ali": "2.15.11", + "@remax/framework-shared": "2.15.11", + "@remax/runtime": "2.15.11", + "@remax/toutiao": "2.15.11", + "@remax/web": "2.15.11", + "@remax/wechat": "2.15.11", "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 8c9b0fc65..10e9f7bee 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/plugin-devtools + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **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 bd377d37a..8bb2a1e51 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.10", + "version": "2.15.11", "description": "Inject React Devtools to Remax", "keywords": [ "react" @@ -30,7 +30,7 @@ }, "dependencies": { "@remax/react-devtools-core": "^4.7.1", - "@remax/shared": "2.15.10", + "@remax/shared": "2.15.11", "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 fea0ad57e..98258f2fc 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/plugin-error-screen + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **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 209716be7..7dfbf396b 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.10", + "version": "2.15.11", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -24,12 +24,12 @@ }, "dependencies": { "@remax/redbox-react": "^1.0.0", - "@remax/shared": "2.15.10", + "@remax/shared": "2.15.11", "webpack-virtual-modules": "^0.3.1" }, "devDependencies": { "@types/react": "^16.9.49", - "remax": "2.15.10" + "remax": "2.15.11" }, "publishConfig": { "access": "public" diff --git a/packages/remax-runtime/CHANGELOG.md b/packages/remax-runtime/CHANGELOG.md index 484318068..4c68a0087 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/runtime + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) ### Performance Improvements diff --git a/packages/remax-runtime/package.json b/packages/remax-runtime/package.json index f62484f3f..433114ebe 100644 --- a/packages/remax-runtime/package.json +++ b/packages/remax-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@remax/runtime", - "version": "2.15.10", + "version": "2.15.11", "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.10", - "@remax/shared": "2.15.10", - "@remax/web": "2.15.10", + "@remax/framework-shared": "2.15.11", + "@remax/shared": "2.15.11", + "@remax/web": "2.15.11", "qs": "^6.9.3", "react-is": "^17.0.2", "react-reconciler": "0.26.2", "scheduler": "0.19.1" }, "devDependencies": { - "@remax/types": "2.15.10", + "@remax/types": "2.15.11", "@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 5db54a533..e9a02a120 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/shared + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **Note:** Version bump only for package @remax/shared diff --git a/packages/remax-shared/package.json b/packages/remax-shared/package.json index 17f3a7d98..45f707fb5 100644 --- a/packages/remax-shared/package.json +++ b/packages/remax-shared/package.json @@ -1,6 +1,6 @@ { "name": "@remax/shared", - "version": "2.15.10", + "version": "2.15.11", "description": "Remax Shared", "main": "cjs/index.js", "module": "esm/index.js", @@ -25,7 +25,7 @@ "react": "^16.0.0" }, "devDependencies": { - "@remax/types": "2.15.10", + "@remax/types": "2.15.11", "@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 3e739420d..a9289f0c9 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/toutiao + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) ### Bug Fixes diff --git a/packages/remax-toutiao/package.json b/packages/remax-toutiao/package.json index 2b4898f0c..d71479bde 100644 --- a/packages/remax-toutiao/package.json +++ b/packages/remax-toutiao/package.json @@ -1,6 +1,6 @@ { "name": "@remax/toutiao", - "version": "2.15.10", + "version": "2.15.11", "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.10", + "@remax/types": "2.15.11", "@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.10" + "@remax/shared": "2.15.11" }, "gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df" } diff --git a/packages/remax-types/CHANGELOG.md b/packages/remax-types/CHANGELOG.md index e6c0e07db..257225f56 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/types + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **Note:** Version bump only for package @remax/types diff --git a/packages/remax-types/package.json b/packages/remax-types/package.json index 3fcfcb356..04bdaf135 100644 --- a/packages/remax-types/package.json +++ b/packages/remax-types/package.json @@ -1,6 +1,6 @@ { "name": "@remax/types", - "version": "2.15.10", + "version": "2.15.11", "description": "Remax Types", "author": "Caihuanyu ", "license": "MIT", diff --git a/packages/remax-web/CHANGELOG.md b/packages/remax-web/CHANGELOG.md index becda4ff3..4114ff2c3 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package @remax/web + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **Note:** Version bump only for package @remax/web diff --git a/packages/remax-web/package.json b/packages/remax-web/package.json index 7f455fecd..9fba0534f 100644 --- a/packages/remax-web/package.json +++ b/packages/remax-web/package.json @@ -1,6 +1,6 @@ { "name": "@remax/web", - "version": "2.15.10", + "version": "2.15.11", "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.10", + "@remax/framework-shared": "2.15.11", "@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 cc4aaeebd..e4c767558 100644 --- a/packages/remax-wechat/CHANGELOG.md +++ b/packages/remax-wechat/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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +### Bug Fixes + +- **wechat:** Video[enable-auto-rotation] 类型错误 ([#1798](https://github.com/remaxjs/remax/issues/1798)) ([e6291d8](https://github.com/remaxjs/remax/commit/e6291d876b5fcd91da82de16d532607c40272a26)) +- **wechat:** 修正 AdCustom 组件找不到模板 ([#1807](https://github.com/remaxjs/remax/issues/1807)) ([eb581e3](https://github.com/remaxjs/remax/commit/eb581e3a113aa738ba58abeb2032daaab342bb4e)) + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) ### Bug Fixes diff --git a/packages/remax-wechat/package.json b/packages/remax-wechat/package.json index 40076b8c6..baf0e3517 100644 --- a/packages/remax-wechat/package.json +++ b/packages/remax-wechat/package.json @@ -1,6 +1,6 @@ { "name": "@remax/wechat", - "version": "2.15.10", + "version": "2.15.11", "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.10", + "@remax/shared": "2.15.11", "miniprogram-api-typings": "^3.4.3" }, "devDependencies": { - "@remax/types": "2.15.10", + "@remax/types": "2.15.11", "@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 5594841b7..7ba535d47 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.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05) + +**Note:** Version bump only for package remax + ## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18) **Note:** Version bump only for package remax diff --git a/packages/remax/package.json b/packages/remax/package.json index 4e88d5e6f..3f7407e67 100644 --- a/packages/remax/package.json +++ b/packages/remax/package.json @@ -1,6 +1,6 @@ { "name": "remax", - "version": "2.15.10", + "version": "2.15.11", "description": "Remax 是一个全新的基于 React 的小程序开发框架", "main": "./cjs/index.js", "module": "./esm/index.js", @@ -30,15 +30,15 @@ "prepack": "yarn build" }, "dependencies": { - "@remax/ali": "2.15.10", - "@remax/cli": "2.15.10", - "@remax/macro": "2.15.10", - "@remax/one": "2.15.10", - "@remax/runtime": "2.15.10", - "@remax/toutiao": "2.15.10", - "@remax/types": "2.15.10", - "@remax/web": "2.15.10", - "@remax/wechat": "2.15.10", + "@remax/ali": "2.15.11", + "@remax/cli": "2.15.11", + "@remax/macro": "2.15.11", + "@remax/one": "2.15.11", + "@remax/runtime": "2.15.11", + "@remax/toutiao": "2.15.11", + "@remax/types": "2.15.11", + "@remax/web": "2.15.11", + "@remax/wechat": "2.15.11", "mini-types": "^0.1.1", "miniprogram-api-typings": "^3.4.3" },