Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit a3ec705

Browse files
author
sydeEvans
committed
v2.15.14
1 parent 2f3ab49 commit a3ec705

48 files changed

Lines changed: 189 additions & 85 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20)
7+
8+
### Bug Fixes
9+
10+
- [#1739](https://github.com/remaxjs/remax/issues/1739) ([31ed8a0](https://github.com/remaxjs/remax/commit/31ed8a00f5a6e0d368f10381237b35d4a5f00868))
11+
- 修复 字节 project.config.json 配置问题 配合新版本 create-remax-app 使用 ([1650c70](https://github.com/remaxjs/remax/commit/1650c70f2b232628b07344f24b37bba0798a8d1e))
12+
- 修改头条测试的 project.config 文件 ([55f6345](https://github.com/remaxjs/remax/commit/55f6345ec79e3a11e37d54826b6c1126ea682017))
13+
- 关闭 react-devtool 默认集成 ([8e741d8](https://github.com/remaxjs/remax/commit/8e741d8bc201d9c05a3190efa3f4fcb707ba245c))
14+
615
## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29)
716

817
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"private": false
88
}
99
},
10-
"version": "2.15.13",
10+
"version": "2.15.14",
1111
"npmClient": "yarn",
1212
"useWorkspaces": true
1313
}

packages/babel-plugin-auto-css-modules/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20)
7+
8+
**Note:** Version bump only for package @remax/babel-plugin-auto-css-modules
9+
610
## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29)
711

812
**Note:** Version bump only for package @remax/babel-plugin-auto-css-modules

packages/babel-plugin-auto-css-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remax/babel-plugin-auto-css-modules",
3-
"version": "2.15.13",
3+
"version": "2.15.14",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"authors": [
66
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"

packages/babel-plugin-remax-host-component/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-host-component
9+
610
## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29)
711

812
**Note:** Version bump only for package babel-plugin-remax-host-component

packages/babel-plugin-remax-host-component/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remax-host-component",
3-
"version": "2.15.13",
3+
"version": "2.15.14",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"author": "Wei Zhu <yesmeck@gmail.com>",
66
"homepage": "https://remaxjs.org",
@@ -28,13 +28,13 @@
2828
"@babel/helper-plugin-utils": "^7.10.4",
2929
"@babel/traverse": "^7.11.0",
3030
"@babel/types": "^7.11.0",
31-
"@remax/macro": "2.15.13",
32-
"@remax/shared": "2.15.13"
31+
"@remax/macro": "2.15.14",
32+
"@remax/shared": "2.15.14"
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.11.0",
3636
"@babel/plugin-syntax-jsx": "^7.10.4",
37-
"@remax/build-store": "2.15.13"
37+
"@remax/build-store": "2.15.14"
3838
},
3939
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
4040
}

packages/babel-plugin-remax-lifecycle/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-lifecycle
9+
610
## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29)
711

812
**Note:** Version bump only for package babel-plugin-remax-lifecycle

packages/babel-plugin-remax-lifecycle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remax-lifecycle",
3-
"version": "2.15.13",
3+
"version": "2.15.14",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"author": "Wei Zhu <yesmeck@gmail.com>",
66
"homepage": "https://remaxjs.org",
@@ -28,11 +28,11 @@
2828
"@babel/helper-plugin-utils": "^7.10.4",
2929
"@babel/traverse": "^7.11.0",
3030
"@babel/types": "^7.11.0",
31-
"@remax/shared": "2.15.13"
31+
"@remax/shared": "2.15.14"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.11.0",
35-
"@remax/build-store": "2.15.13"
35+
"@remax/build-store": "2.15.14"
3636
},
3737
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
3838
}

packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.15.14](https://github.com/remaxjs/remax/compare/v2.15.13...v2.15.14) (2022-05-20)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-regenerator-runtime
9+
610
## [2.15.13](https://github.com/remaxjs/remax/compare/v2.15.12...v2.15.13) (2022-03-29)
711

812
**Note:** Version bump only for package babel-plugin-remax-regenerator-runtime

packages/babel-plugin-remax-regenerator-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remax-regenerator-runtime",
3-
"version": "2.15.13",
3+
"version": "2.15.14",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"author": "Wei Zhu <yesmeck@gmail.com>",
66
"homepage": "https://remaxjs.org",

0 commit comments

Comments
 (0)