diff --git a/CHANGELOG.md b/CHANGELOG.md index 632d25779..c10f4d569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.2](https://github.com/remaxjs/remax/compare/v1.0.1...v1.0.2) (2019-08-23) + +### Bug Fixes + +- style 为 null/undefined 时报错的问题 ([28f4367](https://github.com/remaxjs/remax/commit/28f4367)) +- stylus typo ([60c4ec9](https://github.com/remaxjs/remax/commit/60c4ec9)) +- 修复 PX 也会被转换成 rpx 的问题 ([e34c366](https://github.com/remaxjs/remax/commit/e34c366)) +- 生命周期 hooks 不能在组件中使用的问题 ([4fa5695](https://github.com/remaxjs/remax/commit/4fa5695)) + ## 1.0.1 第一个正式版本。 diff --git a/lerna.json b/lerna.json index 952d8c79a..e2c66224c 100644 --- a/lerna.json +++ b/lerna.json @@ -8,6 +8,6 @@ "conventionalCommits": true } }, - "version": "1.0.1", + "version": "1.0.2", "npmClient": "yarn" } diff --git a/packages/remax-cli/CHANGELOG.md b/packages/remax-cli/CHANGELOG.md new file mode 100644 index 000000000..3fb1a7eab --- /dev/null +++ b/packages/remax-cli/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.2](https://github.com/remaxjs/remax/compare/v1.0.1...v1.0.2) (2019-08-23) + +### Bug Fixes + +- stylus typo ([60c4ec9](https://github.com/remaxjs/remax/commit/60c4ec9)) +- 修复 PX 也会被转换成 rpx 的问题 ([e34c366](https://github.com/remaxjs/remax/commit/e34c366)) diff --git a/packages/remax-cli/package.json b/packages/remax-cli/package.json index 54a99bd36..a27d9178e 100644 --- a/packages/remax-cli/package.json +++ b/packages/remax-cli/package.json @@ -1,6 +1,6 @@ { "name": "remax-cli", - "version": "1.0.1", + "version": "1.0.2", "description": "", "main": "./lib/index.js", "scripts": { @@ -59,7 +59,7 @@ "@types/through2": "^2.0.34", "jest": "^24.8.0", "react": "^16.8.6", - "remax": "^1.0.1", + "remax": "^1.0.2", "ts-jest": "^24.0.2", "typescript": "^3.2.2" } diff --git a/packages/remax/CHANGELOG.md b/packages/remax/CHANGELOG.md new file mode 100644 index 000000000..13c931cbd --- /dev/null +++ b/packages/remax/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.2](https://github.com/remaxjs/remax/compare/v1.0.1...v1.0.2) (2019-08-23) + +### Bug Fixes + +- style 为 null/undefined 时报错的问题 ([28f4367](https://github.com/remaxjs/remax/commit/28f4367)) +- 生命周期 hooks 不能在组件中使用的问题 ([4fa5695](https://github.com/remaxjs/remax/commit/4fa5695)) diff --git a/packages/remax/package.json b/packages/remax/package.json index 0c2a18415..9cabce9f0 100644 --- a/packages/remax/package.json +++ b/packages/remax/package.json @@ -1,6 +1,6 @@ { "name": "remax", - "version": "1.0.1", + "version": "1.0.2", "description": "Runtime of remax", "main": "lib/index.js", "scripts": { diff --git a/packages/umi-plugin-remax/CHANGELOG.md b/packages/umi-plugin-remax/CHANGELOG.md new file mode 100644 index 000000000..d50c833ed --- /dev/null +++ b/packages/umi-plugin-remax/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.2](https://github.com/remaxjs/remax/compare/v1.0.1...v1.0.2) (2019-08-23) + +**Note:** Version bump only for package umi-plugin-remax diff --git a/packages/umi-plugin-remax/package.json b/packages/umi-plugin-remax/package.json index 81a685f71..edaa357b6 100644 --- a/packages/umi-plugin-remax/package.json +++ b/packages/umi-plugin-remax/package.json @@ -1,6 +1,6 @@ { "name": "umi-plugin-remax", - "version": "1.0.1", + "version": "1.0.2", "description": "> TODO: description", "author": "Meck Zhu ", "homepage": "https://github.com/remaxjs/remax#readme", @@ -26,7 +26,7 @@ "url": "https://github.com/remaxjs/remax/issues" }, "dependencies": { - "remax-cli": "^1.0.1", + "remax-cli": "^1.0.2", "umi-types": "^0.3.17" } } diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md new file mode 100644 index 000000000..037fd6a62 --- /dev/null +++ b/website/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.2](https://github.com/remaxjs/remax/compare/v1.0.1...v1.0.2) (2019-08-23) + +**Note:** Version bump only for package website diff --git a/website/package.json b/website/package.json index 923c1257c..dbfdbe318 100755 --- a/website/package.json +++ b/website/package.json @@ -3,7 +3,7 @@ "private": true, "description": "Documentation, built with mdx", "author": "Praveen (@praveenweb)", - "version": "1.0.1", + "version": "1.0.2", "dependencies": { "@babel/plugin-proposal-export-default-from": "^7.0.0", "@emotion/core": "^10.0.10",