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

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed May 10, 2020
1 parent 3e7f455 commit aa6839a
Show file tree
Hide file tree
Showing 30 changed files with 136 additions and 42 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

### Bug Fixes

- 修复 watch 时新增生命周期回调不生效的问题 ([8cdc87c](https://github.com/remaxjs/remax/commit/8cdc87c1d71f45851d8e1bc4b2cb93a21d007d1a)), closes [#913](https://github.com/remaxjs/remax/issues/913)
- **web:** 修正配置 rootDir 不生效的问题 ([a53512e](https://github.com/remaxjs/remax/commit/a53512e2d7c5ce554630c3dc72b9dfaa74451bdc))
- 修正 watch 时修改配置不生效的问题 ([c0c3862](https://github.com/remaxjs/remax/commit/c0c3862db8f0f4ca69a9ba84b6fb3aa7cd8f05f2))
- **wechat:** 修复 onUnhandledRejection onThemeChange 生命周期不生效的问题 ([e7a7556](https://github.com/remaxjs/remax/commit/e7a75568a78433769b3ba76e9d0dceabd5a5765d))
- **wechat:** 增加 getRealtimeLogManager api ([67db014](https://github.com/remaxjs/remax/commit/67db014fd48a9b62425b28188b66f67b5f75dac3)), closes [#884](https://github.com/remaxjs/remax/issues/884)

### Reverts

- Revert "修复一大波 watch 问题 (#909)" (#915) ([74e6bca](https://github.com/remaxjs/remax/commit/74e6bca78ad26a9ddce2f40b3bda387b71bdff60)), closes [#909](https://github.com/remaxjs/remax/issues/909) [#915](https://github.com/remaxjs/remax/issues/915)

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"conventionalCommits": true
}
},
"version": "2.0.3",
"version": "2.0.4",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 4 additions & 0 deletions packages/babel-preset-remax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

**Note:** Version bump only for package babel-preset-remax

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

**Note:** Version bump only for package babel-preset-remax
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-remax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-remax",
"version": "2.0.3",
"version": "2.0.4",
"description": "remax babel preset",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/postcss-remax-tag/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

**Note:** Version bump only for package @remax/postcss-tag

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

**Note:** Version bump only for package @remax/postcss-tag
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-remax-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/postcss-tag",
"version": "2.0.3",
"version": "2.0.4",
"main": "index.js",
"repository": "[email protected]:remaxjs/remax.git",
"author": "Caihuanyu <[email protected]>",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-ali/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

**Note:** Version bump only for package @remax/ali

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

**Note:** Version bump only for package @remax/ali
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-ali/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/ali",
"version": "2.0.3",
"version": "2.0.4",
"description": "Remax for Ali",
"main": "./cjs/index.js",
"esnext": "./esm/index.js",
Expand All @@ -22,7 +22,7 @@
"mini-types": "^0.1.1"
},
"devDependencies": {
"@remax/types": "2.0.3",
"@remax/types": "2.0.4",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.33",
"@types/react-test-renderer": "^16.9.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/remax-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

### Bug Fixes

- 修复 watch 时新增生命周期回调不生效的问题 ([8cdc87c](https://github.com/remaxjs/remax/commit/8cdc87c1d71f45851d8e1bc4b2cb93a21d007d1a)), closes [#913](https://github.com/remaxjs/remax/issues/913)
- **web:** 修正配置 rootDir 不生效的问题 ([a53512e](https://github.com/remaxjs/remax/commit/a53512e2d7c5ce554630c3dc72b9dfaa74451bdc))
- 修正 watch 时修改配置不生效的问题 ([c0c3862](https://github.com/remaxjs/remax/commit/c0c3862db8f0f4ca69a9ba84b6fb3aa7cd8f05f2))
- **wechat:** 增加 getRealtimeLogManager api ([67db014](https://github.com/remaxjs/remax/commit/67db014fd48a9b62425b28188b66f67b5f75dac3)), closes [#884](https://github.com/remaxjs/remax/issues/884)

### Reverts

- Revert "修复一大波 watch 问题 (#909)" (#915) ([74e6bca](https://github.com/remaxjs/remax/commit/74e6bca78ad26a9ddce2f40b3bda387b71bdff60)), closes [#909](https://github.com/remaxjs/remax/issues/909) [#915](https://github.com/remaxjs/remax/issues/915)

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

### Bug Fixes
Expand Down
18 changes: 9 additions & 9 deletions packages/remax-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/cli",
"version": "2.0.3",
"version": "2.0.4",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "./lib/index.js",
"keywords": [
Expand Down Expand Up @@ -32,14 +32,14 @@
"@babel/preset-typescript": "^7.7.4",
"@babel/register": "^7.7.0",
"@babel/types": "^7.7.4",
"@remax/macro": "2.0.3",
"@remax/macro": "2.0.4",
"@remax/postcss-px2units": "^0.2.0",
"@remax/postcss-tag": "2.0.3",
"@remax/types": "2.0.3",
"@remax/postcss-tag": "2.0.4",
"@remax/types": "2.0.4",
"@types/webpackbar": "^4.0.0",
"address": "^1.1.2",
"babel-loader": "^8.1.0",
"babel-preset-remax": "2.0.3",
"babel-preset-remax": "2.0.4",
"chokidar": "^3.4.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
Expand Down Expand Up @@ -77,10 +77,10 @@
},
"devDependencies": {
"@babel/traverse": "^7.7.4",
"@remax/ali": "2.0.3",
"@remax/one": "2.0.3",
"@remax/toutiao": "2.0.3",
"@remax/wechat": "2.0.3",
"@remax/ali": "2.0.4",
"@remax/one": "2.0.4",
"@remax/toutiao": "2.0.4",
"@remax/wechat": "2.0.4",
"@types/babel__traverse": "^7.0.8",
"@types/copy-webpack-plugin": "^5.0.0",
"@types/ejs": "^3.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

**Note:** Version bump only for package @remax/macro

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

**Note:** Version bump only for package @remax/macro
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-macro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/macro",
"version": "2.0.3",
"version": "2.0.4",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^3.7.3"
},
"dependencies": {
"@remax/types": "2.0.3",
"@remax/types": "2.0.4",
"@types/babel__traverse": "^7.0.8"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-one/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

**Note:** Version bump only for package @remax/one

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

**Note:** Version bump only for package @remax/one
Expand Down
12 changes: 6 additions & 6 deletions packages/remax-one/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/one",
"version": "2.0.3",
"version": "2.0.4",
"description": "Remax 小程序多端方案",
"main": "./cjs/index.js",
"esnext": "./esm/index.js",
Expand All @@ -23,7 +23,7 @@
"@types/react": "^16.9.33"
},
"devDependencies": {
"@remax/types": "2.0.3",
"@remax/types": "2.0.4",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.33",
"@types/react-dom": "^16.9.6",
Expand All @@ -38,10 +38,10 @@
"typescript": "^3.7.4"
},
"dependencies": {
"@remax/ali": "2.0.3",
"@remax/router": "2.0.3",
"@remax/toutiao": "2.0.3",
"@remax/wechat": "2.0.3",
"@remax/ali": "2.0.4",
"@remax/router": "2.0.4",
"@remax/toutiao": "2.0.4",
"@remax/wechat": "2.0.4",
"clsx": "^1.1.0",
"react-autosize-textarea": "^7.0.0",
"react-lazyload": "^2.6.7",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

**Note:** Version bump only for package @remax/router

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

**Note:** Version bump only for package @remax/router
Expand Down
2 changes: 1 addition & 1 deletion packages/remax-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@remax/router",
"description": "Remax Router",
"version": "2.0.3",
"version": "2.0.4",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/remax-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

### Bug Fixes

- 修复 watch 时新增生命周期回调不生效的问题 ([8cdc87c](https://github.com/remaxjs/remax/commit/8cdc87c1d71f45851d8e1bc4b2cb93a21d007d1a)), closes [#913](https://github.com/remaxjs/remax/issues/913)
- **wechat:** 修复 onUnhandledRejection onThemeChange 生命周期不生效的问题 ([e7a7556](https://github.com/remaxjs/remax/commit/e7a75568a78433769b3ba76e9d0dceabd5a5765d))

### Reverts

- Revert "修复一大波 watch 问题 (#909)" (#915) ([74e6bca](https://github.com/remaxjs/remax/commit/74e6bca78ad26a9ddce2f40b3bda387b71bdff60)), closes [#909](https://github.com/remaxjs/remax/issues/909) [#915](https://github.com/remaxjs/remax/issues/915)

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

**Note:** Version bump only for package @remax/runtime
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/runtime",
"version": "2.0.3",
"version": "2.0.4",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "cjs",
"module": "esm",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/react": "^16.9.33"
},
"dependencies": {
"@remax/web": "2.0.3",
"@remax/web": "2.0.4",
"qs": "^6.9.3",
"react-reconciler": "0.25.1",
"scheduler": "0.19.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-toutiao/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

**Note:** Version bump only for package @remax/toutiao

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

**Note:** Version bump only for package @remax/toutiao
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-toutiao/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/toutiao",
"version": "2.0.3",
"version": "2.0.4",
"description": "Remax for Toutiao",
"main": "./cjs/index.js",
"esnext": "./esm/index.js",
Expand All @@ -19,7 +19,7 @@
"repository": "git+https://github.com/remaxjs/remax.git",
"license": "MIT",
"devDependencies": {
"@remax/types": "2.0.3",
"@remax/types": "2.0.4",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.33",
"@types/react-test-renderer": "^16.9.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/remax-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

### Bug Fixes

- 修正 watch 时修改配置不生效的问题 ([c0c3862](https://github.com/remaxjs/remax/commit/c0c3862db8f0f4ca69a9ba84b6fb3aa7cd8f05f2))

### Reverts

- Revert "修复一大波 watch 问题 (#909)" (#915) ([74e6bca](https://github.com/remaxjs/remax/commit/74e6bca78ad26a9ddce2f40b3bda387b71bdff60)), closes [#909](https://github.com/remaxjs/remax/issues/909) [#915](https://github.com/remaxjs/remax/issues/915)

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

**Note:** Version bump only for package @remax/types
Expand Down
2 changes: 1 addition & 1 deletion packages/remax-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/types",
"version": "2.0.3",
"version": "2.0.4",
"description": "Remax Types",
"author": "Caihuanyu <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

**Note:** Version bump only for package @remax/web

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

**Note:** Version bump only for package @remax/web
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/web",
"version": "2.0.3",
"version": "2.0.4",
"description": "Shim of web for remax",
"author": "Wei Zhu <[email protected]>",
"homepage": "https://github.com/remaxjs/remax#readme",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@loadable/component": "^5.12.0",
"@remax/router": "2.0.3",
"@remax/router": "2.0.4",
"rmc-pull-to-refresh": "^1.0.12",
"umi-hd": "^5.0.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/remax-wechat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.4](https://github.com/remaxjs/remax/compare/v2.0.3...v2.0.4) (2020-05-10)

### Bug Fixes

- **wechat:** 增加 getRealtimeLogManager api ([67db014](https://github.com/remaxjs/remax/commit/67db014fd48a9b62425b28188b66f67b5f75dac3)), closes [#884](https://github.com/remaxjs/remax/issues/884)

## [2.0.3](https://github.com/remaxjs/remax/compare/v2.0.2...v2.0.3) (2020-05-08)

**Note:** Version bump only for package @remax/wechat
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-wechat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/wechat",
"version": "2.0.3",
"version": "2.0.4",
"description": "Remax for Wechat",
"main": "./cjs/index.js",
"esnext": "./esm/index.js",
Expand All @@ -22,7 +22,7 @@
"miniprogram-api-typings": "^2.10.4"
},
"devDependencies": {
"@remax/types": "2.0.3",
"@remax/types": "2.0.4",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.33",
"@types/react-test-renderer": "^16.9.1",
Expand Down
Loading

1 comment on commit aa6839a

@vercel
Copy link

@vercel vercel bot commented on aa6839a May 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.