Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Aug 27, 2019
1 parent 0b9d32c commit 2349dfd
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 7 deletions.
11 changes: 11 additions & 0 deletions 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.

## [1.0.5](https://github.com/remaxjs/remax/compare/v1.0.4...v1.0.5) (2019-08-27)

### Bug Fixes

- 修复 onShareAppMessage 拿不到参数的问题 ([9189f01](https://github.com/remaxjs/remax/commit/9189f01)), closes [#169](https://github.com/remaxjs/remax/issues/169)
- 微信 Swiper 自动播放不会受 state 变化影响 ([bdc9c67](https://github.com/remaxjs/remax/commit/bdc9c67))

### Performance Improvements

- 提升模板渲染性能 ([9af03f9](https://github.com/remaxjs/remax/commit/9af03f9))

## [1.0.4](https://github.com/remaxjs/remax/compare/v1.0.3...v1.0.4) (2019-08-24)

### 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.0.4",
"version": "1.0.5",
"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.0.5](https://github.com/remaxjs/remax/compare/v1.0.4...v1.0.5) (2019-08-27)

### Performance Improvements

- 提升模板渲染性能 ([9af03f9](https://github.com/remaxjs/remax/commit/9af03f9))

## [1.0.4](https://github.com/remaxjs/remax/compare/v1.0.3...v1.0.4) (2019-08-24)

### Bug Fixes
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.0.4",
"version": "1.0.5",
"description": "",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"@types/through2": "^2.0.34",
"jest": "^24.8.0",
"react": "^16.8.6",
"remax": "^1.0.4",
"remax": "^1.0.5",
"ts-jest": "^24.0.2",
"typescript": "^3.2.2"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/remax/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.

## [1.0.5](https://github.com/remaxjs/remax/compare/v1.0.4...v1.0.5) (2019-08-27)

### Bug Fixes

- 修复 onShareAppMessage 拿不到参数的问题 ([9189f01](https://github.com/remaxjs/remax/commit/9189f01)), closes [#169](https://github.com/remaxjs/remax/issues/169)
- 微信 Swiper 自动播放不会受 state 变化影响 ([bdc9c67](https://github.com/remaxjs/remax/commit/bdc9c67))

### Performance Improvements

- 提升模板渲染性能 ([9af03f9](https://github.com/remaxjs/remax/commit/9af03f9))

## [1.0.4](https://github.com/remaxjs/remax/compare/v1.0.3...v1.0.4) (2019-08-24)

**Note:** Version bump only for package remax
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.0.4",
"version": "1.0.5",
"description": "Runtime of remax",
"main": "lib/index.js",
"scripts": {
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.0.5](https://github.com/remaxjs/remax/compare/v1.0.4...v1.0.5) (2019-08-27)

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

## [1.0.4](https://github.com/remaxjs/remax/compare/v1.0.3...v1.0.4) (2019-08-24)

**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.0.4",
"version": "1.0.5",
"description": "> TODO: description",
"author": "Meck Zhu <[email protected]>",
"homepage": "https://github.com/remaxjs/remax#readme",
Expand All @@ -26,7 +26,7 @@
"url": "https://github.com/remaxjs/remax/issues"
},
"dependencies": {
"remax-cli": "^1.0.4",
"remax-cli": "^1.0.5",
"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.0.5](https://github.com/remaxjs/remax/compare/v1.0.4...v1.0.5) (2019-08-27)

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

## [1.0.4](https://github.com/remaxjs/remax/compare/v1.0.3...v1.0.4) (2019-08-24)

**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.0.4",
"version": "1.0.5",
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@emotion/core": "^10.0.10",
Expand Down

0 comments on commit 2349dfd

Please sign in to comment.