Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Sep 30, 2019
1 parent 5c28c5c commit 2087fe2
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.1.3](https://github.com/remaxjs/remax/compare/v1.1.2...v1.1.3) (2019-09-30)

### Bug Fixes

- 修复 rebuild 读取到错误的 remax config 文件的问题 ([#265](https://github.com/remaxjs/remax/issues/265)) ([5c28c5c](https://github.com/remaxjs/remax/commit/5c28c5c)), closes [#263](https://github.com/remaxjs/remax/issues/263)
- 修复内联样式 vendor prefix 解析错误的问题 ([1e7997d](https://github.com/remaxjs/remax/commit/1e7997d)), closes [#259](https://github.com/remaxjs/remax/issues/259)

## [1.1.2](https://github.com/remaxjs/remax/compare/v1.1.1...v1.1.2) (2019-09-27)

### 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,6 +8,6 @@
"conventionalCommits": true
}
},
"version": "1.1.2",
"version": "1.1.3",
"npmClient": "yarn"
}
6 changes: 6 additions & 0 deletions packages/remax-cli/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.

## [1.1.3](https://github.com/remaxjs/remax/compare/v1.1.2...v1.1.3) (2019-09-30)

### Bug Fixes

- 修复 rebuild 读取到错误的 remax config 文件的问题 ([#265](https://github.com/remaxjs/remax/issues/265)) ([5c28c5c](https://github.com/remaxjs/remax/commit/5c28c5c)), closes [#263](https://github.com/remaxjs/remax/issues/263)

## [1.1.2](https://github.com/remaxjs/remax/compare/v1.1.1...v1.1.2) (2019-09-27)

### Performance Improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remax-cli",
"version": "1.1.2",
"version": "1.1.3",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "./lib/index.js",
"bin": {
Expand Down Expand Up @@ -78,7 +78,7 @@
"jest": "^24.8.0",
"react": "^16.8.6",
"react-reconciler": "^0.21.0",
"remax": "^1.1.2",
"remax": "^1.1.3",
"scheduler": "^0.15.0",
"ts-jest": "^24.0.2",
"typescript": "^3.2.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/remax/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.

## [1.1.3](https://github.com/remaxjs/remax/compare/v1.1.2...v1.1.3) (2019-09-30)

### Bug Fixes

- 修复内联样式 vendor prefix 解析错误的问题 ([1e7997d](https://github.com/remaxjs/remax/commit/1e7997d)), closes [#259](https://github.com/remaxjs/remax/issues/259)

## [1.1.2](https://github.com/remaxjs/remax/compare/v1.1.1...v1.1.2) (2019-09-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/remax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remax",
"version": "1.1.2",
"version": "1.1.3",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "lib/index.js",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/umi-plugin-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.

## [1.1.3](https://github.com/remaxjs/remax/compare/v1.1.2...v1.1.3) (2019-09-30)

**Note:** Version bump only for package umi-plugin-remax

## [1.1.2](https://github.com/remaxjs/remax/compare/v1.1.1...v1.1.2) (2019-09-27)

**Note:** Version bump only for package umi-plugin-remax
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-plugin-remax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-remax",
"version": "1.1.2",
"version": "1.1.3",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "lib/index.js",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"remax-cli": "^1.1.2",
"remax-cli": "^1.1.3",
"umi-types": "^0.3.17"
}
}
4 changes: 4 additions & 0 deletions website/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.

## [1.1.3](https://github.com/remaxjs/remax/compare/v1.1.2...v1.1.3) (2019-09-30)

**Note:** Version bump only for package website

## [1.1.2](https://github.com/remaxjs/remax/compare/v1.1.1...v1.1.2) (2019-09-27)

**Note:** Version bump only for package website
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "Documentation, built with mdx",
"author": "Praveen <[email protected]> (@praveenweb)",
"version": "1.1.2",
"version": "1.1.3",
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@emotion/core": "^10.0.10",
Expand Down

0 comments on commit 2087fe2

Please sign in to comment.