diff --git a/CHANGELOG.md b/CHANGELOG.md index 517934421..31e23ade6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +### Bug Fixes + +- 无障碍访问 api ([35a1af6](https://github.com/remaxjs/remax/commit/35a1af6fd57cd2ee14a96993ee8f85b44d9c7d61)) +- 调整 Button 组件的 dom 标签 ([63ac7cf](https://github.com/remaxjs/remax/commit/63ac7cf090fb8f52cd0ba863d86ab5a88d8a2fa6)) + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 1ee8de604..60453d545 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,7 @@ "private": false } }, - "version": "2.15.4", + "version": "2.15.5", "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 95690bacc..aedb07231 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package babel-plugin-remax-host-component + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **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 df722d39a..8f111abb0 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.4", + "version": "2.15.5", "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.4", - "@remax/shared": "2.15.4" + "@remax/macro": "2.15.5", + "@remax/shared": "2.15.5" }, "devDependencies": { "@babel/core": "^7.11.0", "@babel/plugin-syntax-jsx": "^7.10.4", - "@remax/build-store": "2.15.4" + "@remax/build-store": "2.15.5" }, "gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43" } diff --git a/packages/babel-plugin-remax-lifecycle/CHANGELOG.md b/packages/babel-plugin-remax-lifecycle/CHANGELOG.md index 9e68f594d..aece273d6 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package babel-plugin-remax-lifecycle + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **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 0a2f30db9..8641460ed 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.4", + "version": "2.15.5", "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.4" + "@remax/shared": "2.15.5" }, "devDependencies": { "@babel/core": "^7.11.0", - "@remax/build-store": "2.15.4" + "@remax/build-store": "2.15.5" }, "gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43" } diff --git a/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md b/packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md index 3d99bfeea..c832bc635 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package babel-plugin-remax-regenerator-runtime + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **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 d7a03924c..19995062d 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.4", + "version": "2.15.5", "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 f2dc5df59..46dc052a1 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package babel-plugin-remax-turbo-render + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **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 43094e17e..3155e66b8 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.4", + "version": "2.15.5", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -31,7 +31,7 @@ }, "devDependencies": { "@babel/core": "^7.11.0", - "@remax/build-store": "2.15.4", + "@remax/build-store": "2.15.5", "@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 57e10f3c0..b744c55f1 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package babel-preset-remax + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **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 75dc50990..9eb644b8c 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.4", + "version": "2.15.5", "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 690d35754..2ca1e9ecd 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package @remax/postcss-tag + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **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 70b5d2cf6..822d04192 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.4", + "version": "2.15.5", "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 72ebac00e..7255a4287 100644 --- a/packages/remax-ali/CHANGELOG.md +++ b/packages/remax-ali/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +### Bug Fixes + +- 无障碍访问 api ([35a1af6](https://github.com/remaxjs/remax/commit/35a1af6fd57cd2ee14a96993ee8f85b44d9c7d61)) + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **Note:** Version bump only for package @remax/ali diff --git a/packages/remax-ali/package.json b/packages/remax-ali/package.json index d17032875..64c5a579a 100644 --- a/packages/remax-ali/package.json +++ b/packages/remax-ali/package.json @@ -1,6 +1,6 @@ { "name": "@remax/ali", - "version": "2.15.4", + "version": "2.15.5", "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.4", + "@remax/shared": "2.15.5", "mini-types": "^0.1.1" }, "devDependencies": { - "@remax/types": "2.15.4", + "@remax/types": "2.15.5", "@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 25faa19a0..da21848ed 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package @remax/build-store + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **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 c94b29472..4b7e05173 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.4", + "version": "2.15.5", "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.4" + "@remax/shared": "2.15.5" }, "devDependencies": { - "@remax/types": "2.15.4" + "@remax/types": "2.15.5" }, "publishConfig": { "access": "public" diff --git a/packages/remax-cli/CHANGELOG.md b/packages/remax-cli/CHANGELOG.md index 478ac251d..51ddd8e49 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +### Bug Fixes + +- 无障碍访问 api ([35a1af6](https://github.com/remaxjs/remax/commit/35a1af6fd57cd2ee14a96993ee8f85b44d9c7d61)) + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **Note:** Version bump only for package @remax/cli diff --git a/packages/remax-cli/package.json b/packages/remax-cli/package.json index 8bba9058b..1d9dc7340 100644 --- a/packages/remax-cli/package.json +++ b/packages/remax-cli/package.json @@ -1,6 +1,6 @@ { "name": "@remax/cli", - "version": "2.15.4", + "version": "2.15.5", "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.4", - "@remax/macro": "2.15.4", - "@remax/plugin-devtools": "2.15.4", - "@remax/plugin-error-screen": "2.15.4", + "@remax/build-store": "2.15.5", + "@remax/macro": "2.15.5", + "@remax/plugin-devtools": "2.15.5", + "@remax/plugin-error-screen": "2.15.5", "@remax/postcss-px2units": "^0.2.0", - "@remax/postcss-tag": "2.15.4", - "@remax/shared": "2.15.4", + "@remax/postcss-tag": "2.15.5", + "@remax/shared": "2.15.5", "address": "^1.1.2", "babel-loader": "^8.1.0", "babel-plugin-module-resolver": "^4.0.0", - "babel-plugin-remax-host-component": "2.15.4", - "babel-plugin-remax-lifecycle": "2.15.4", - "babel-plugin-remax-regenerator-runtime": "2.15.4", - "babel-plugin-remax-turbo-render": "2.15.4", - "babel-preset-remax": "2.15.4", + "babel-plugin-remax-host-component": "2.15.5", + "babel-plugin-remax-lifecycle": "2.15.5", + "babel-plugin-remax-regenerator-runtime": "2.15.5", + "babel-plugin-remax-turbo-render": "2.15.5", + "babel-preset-remax": "2.15.5", "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.4", - "@remax/one": "2.15.4", - "@remax/toutiao": "2.15.4", - "@remax/types": "2.15.4", - "@remax/wechat": "2.15.4", + "@remax/ali": "2.15.5", + "@remax/one": "2.15.5", + "@remax/toutiao": "2.15.5", + "@remax/types": "2.15.5", + "@remax/wechat": "2.15.5", "@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 8a37e3b82..3b044ace2 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package @remax/component-scripts + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **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 c70cdc841..b2ddaacb6 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.4", + "version": "2.15.5", "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.4", + "@remax/cli": "2.15.5", "@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 dea4c302b..ba27c0aae 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package @remax/framework-shared + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **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 720ac039d..74b6832bc 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.4", + "version": "2.15.5", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -24,7 +24,7 @@ "react-is": "^16.13.1" }, "devDependencies": { - "@remax/types": "2.15.4", + "@remax/types": "2.15.5", "@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 f8ab218cc..34e6fb43a 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package @remax/macro + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **Note:** Version bump only for package @remax/macro diff --git a/packages/remax-macro/package.json b/packages/remax-macro/package.json index 75c4b9748..c8fb33974 100644 --- a/packages/remax-macro/package.json +++ b/packages/remax-macro/package.json @@ -1,6 +1,6 @@ { "name": "@remax/macro", - "version": "2.15.4", + "version": "2.15.5", "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.4", - "@remax/types": "2.15.4", + "@remax/build-store": "2.15.5", + "@remax/types": "2.15.5", "@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.4" + "@remax/shared": "2.15.5" }, "publishConfig": { "access": "public" diff --git a/packages/remax-one/CHANGELOG.md b/packages/remax-one/CHANGELOG.md index 48e0b3e14..1aa52946b 100644 --- a/packages/remax-one/CHANGELOG.md +++ b/packages/remax-one/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +### Bug Fixes + +- 调整 Button 组件的 dom 标签 ([63ac7cf](https://github.com/remaxjs/remax/commit/63ac7cf090fb8f52cd0ba863d86ab5a88d8a2fa6)) + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) ### Bug Fixes diff --git a/packages/remax-one/package.json b/packages/remax-one/package.json index 5d2273080..e26c5278b 100644 --- a/packages/remax-one/package.json +++ b/packages/remax-one/package.json @@ -1,6 +1,6 @@ { "name": "@remax/one", - "version": "2.15.4", + "version": "2.15.5", "description": "Remax 小程序多端方案", "main": "./cjs/index.js", "esnext": "./esm/index.js", @@ -20,7 +20,7 @@ "@types/react": "^16.9.33" }, "devDependencies": { - "@remax/types": "2.15.4", + "@remax/types": "2.15.5", "@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.4", - "@remax/framework-shared": "2.15.4", - "@remax/runtime": "2.15.4", - "@remax/toutiao": "2.15.4", - "@remax/web": "2.15.4", - "@remax/wechat": "2.15.4", + "@remax/ali": "2.15.5", + "@remax/framework-shared": "2.15.5", + "@remax/runtime": "2.15.5", + "@remax/toutiao": "2.15.5", + "@remax/web": "2.15.5", + "@remax/wechat": "2.15.5", "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 fe18140c0..efca6c738 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package @remax/plugin-devtools + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **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 6763aff7c..1e0ade30d 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.4", + "version": "2.15.5", "description": "Inject React Devtools to Remax", "keywords": [ "react" @@ -30,7 +30,7 @@ }, "dependencies": { "@remax/react-devtools-core": "^4.7.1", - "@remax/shared": "2.15.4", + "@remax/shared": "2.15.5", "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 9c3178036..74ea3ddb2 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package @remax/plugin-error-screen + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **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 a035e0803..c46d9c415 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.4", + "version": "2.15.5", "description": "使用真正的 React 构建跨平台小程序", "author": "Wei Zhu ", "homepage": "https://remaxjs.org", @@ -24,12 +24,12 @@ }, "dependencies": { "@remax/redbox-react": "^1.0.0", - "@remax/shared": "2.15.4", + "@remax/shared": "2.15.5", "webpack-virtual-modules": "^0.3.1" }, "devDependencies": { "@types/react": "^16.9.49", - "remax": "2.15.4" + "remax": "2.15.5" }, "publishConfig": { "access": "public" diff --git a/packages/remax-runtime/CHANGELOG.md b/packages/remax-runtime/CHANGELOG.md index 832b4ea00..16fafa527 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package @remax/runtime + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **Note:** Version bump only for package @remax/runtime diff --git a/packages/remax-runtime/package.json b/packages/remax-runtime/package.json index 61ffa58e9..60686cb60 100644 --- a/packages/remax-runtime/package.json +++ b/packages/remax-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@remax/runtime", - "version": "2.15.4", + "version": "2.15.5", "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.4", - "@remax/shared": "2.15.4", - "@remax/web": "2.15.4", + "@remax/framework-shared": "2.15.5", + "@remax/shared": "2.15.5", + "@remax/web": "2.15.5", "qs": "^6.9.3", "react-is": "^16.3.1", "react-reconciler": "0.26.2", "scheduler": "0.19.1" }, "devDependencies": { - "@remax/types": "2.15.4", + "@remax/types": "2.15.5", "@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 cf2670a7b..2eb517fe6 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package @remax/shared + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **Note:** Version bump only for package @remax/shared diff --git a/packages/remax-shared/package.json b/packages/remax-shared/package.json index bdd65a79e..3db0c1f74 100644 --- a/packages/remax-shared/package.json +++ b/packages/remax-shared/package.json @@ -1,6 +1,6 @@ { "name": "@remax/shared", - "version": "2.15.4", + "version": "2.15.5", "description": "Remax Shared", "main": "cjs/index.js", "module": "esm/index.js", @@ -25,7 +25,7 @@ "react": "^16.0.0" }, "devDependencies": { - "@remax/types": "2.15.4", + "@remax/types": "2.15.5", "@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 3a633fc87..ae9aa8eb6 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package @remax/toutiao + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **Note:** Version bump only for package @remax/toutiao diff --git a/packages/remax-toutiao/package.json b/packages/remax-toutiao/package.json index e23114b15..fddc34021 100644 --- a/packages/remax-toutiao/package.json +++ b/packages/remax-toutiao/package.json @@ -1,6 +1,6 @@ { "name": "@remax/toutiao", - "version": "2.15.4", + "version": "2.15.5", "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.4", + "@remax/types": "2.15.5", "@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.4" + "@remax/shared": "2.15.5" } } diff --git a/packages/remax-types/CHANGELOG.md b/packages/remax-types/CHANGELOG.md index 0884bea5d..56d2464b2 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package @remax/types + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **Note:** Version bump only for package @remax/types diff --git a/packages/remax-types/package.json b/packages/remax-types/package.json index ab3b21f0e..ebd28b9b5 100644 --- a/packages/remax-types/package.json +++ b/packages/remax-types/package.json @@ -1,6 +1,6 @@ { "name": "@remax/types", - "version": "2.15.4", + "version": "2.15.5", "description": "Remax Types", "author": "Caihuanyu ", "license": "MIT", diff --git a/packages/remax-web/CHANGELOG.md b/packages/remax-web/CHANGELOG.md index 63cc6af46..1c33bbb33 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package @remax/web + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) ### Bug Fixes diff --git a/packages/remax-web/package.json b/packages/remax-web/package.json index 8a02fcb8b..db203a654 100644 --- a/packages/remax-web/package.json +++ b/packages/remax-web/package.json @@ -1,6 +1,6 @@ { "name": "@remax/web", - "version": "2.15.4", + "version": "2.15.5", "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.4", + "@remax/framework-shared": "2.15.5", "@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 ae60bc1af..f86985b6f 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +### Bug Fixes + +- 无障碍访问 api ([35a1af6](https://github.com/remaxjs/remax/commit/35a1af6fd57cd2ee14a96993ee8f85b44d9c7d61)) + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **Note:** Version bump only for package @remax/wechat diff --git a/packages/remax-wechat/package.json b/packages/remax-wechat/package.json index 5719cd791..b07506fa5 100644 --- a/packages/remax-wechat/package.json +++ b/packages/remax-wechat/package.json @@ -1,6 +1,6 @@ { "name": "@remax/wechat", - "version": "2.15.4", + "version": "2.15.5", "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.4", + "@remax/shared": "2.15.5", "miniprogram-api-typings": "^3.1.3" }, "devDependencies": { - "@remax/types": "2.15.4", + "@remax/types": "2.15.5", "@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 552f1ddf3..414c1096f 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.5](https://github.com/remaxjs/remax/compare/v2.15.4...v2.15.5) (2021-09-06) + +**Note:** Version bump only for package remax + ## [2.15.4](https://github.com/remaxjs/remax/compare/v2.15.3...v2.15.4) (2021-08-09) **Note:** Version bump only for package remax diff --git a/packages/remax/package.json b/packages/remax/package.json index 7cbc45a83..e8cc09338 100644 --- a/packages/remax/package.json +++ b/packages/remax/package.json @@ -1,6 +1,6 @@ { "name": "remax", - "version": "2.15.4", + "version": "2.15.5", "description": "Remax 是一个全新的基于 React 的小程序开发框架", "main": "./cjs/index.js", "module": "./esm/index.js", @@ -30,15 +30,15 @@ "prepack": "yarn build" }, "dependencies": { - "@remax/ali": "2.15.4", - "@remax/cli": "2.15.4", - "@remax/macro": "2.15.4", - "@remax/one": "2.15.4", - "@remax/runtime": "2.15.4", - "@remax/toutiao": "2.15.4", - "@remax/types": "2.15.4", - "@remax/web": "2.15.4", - "@remax/wechat": "2.15.4", + "@remax/ali": "2.15.5", + "@remax/cli": "2.15.5", + "@remax/macro": "2.15.5", + "@remax/one": "2.15.5", + "@remax/runtime": "2.15.5", + "@remax/toutiao": "2.15.5", + "@remax/types": "2.15.5", + "@remax/web": "2.15.5", + "@remax/wechat": "2.15.5", "mini-types": "^0.1.1", "miniprogram-api-typings": "^3.1.3" },