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

Commit

Permalink
v1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed Jan 31, 2020
1 parent d5b81ad commit 118684f
Show file tree
Hide file tree
Showing 22 changed files with 76 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
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.12.5](https://github.com/remaxjs/remax/compare/v1.12.4...v1.12.5) (2020-01-31)

### Bug Fixes

- **wechat:** 修复遗漏的 Camera 组件导出 ([d5b81ad](https://github.com/remaxjs/remax/commit/d5b81ad))

## [1.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -8,6 +8,6 @@
"conventionalCommits": true
}
},
"version": "1.12.4",
"version": "1.12.5",
"npmClient": "yarn"
}
4 changes: 4 additions & 0 deletions packages/babel-preset-remax/CHANGELOG.md
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.12.5](https://github.com/remaxjs/remax/compare/v1.12.4...v1.12.5) (2020-01-31)

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

## [1.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

**Note:** Version bump only for package babel-preset-remax
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-remax/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-remax",
"version": "1.12.4",
"version": "1.12.5",
"description": "remax babel preset",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-alipay/CHANGELOG.md
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.12.5](https://github.com/remaxjs/remax/compare/v1.12.4...v1.12.5) (2020-01-31)

**Note:** Version bump only for package remax-alipay

## [1.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

**Note:** Version bump only for package remax-alipay
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-alipay/package.json
@@ -1,6 +1,6 @@
{
"name": "remax-alipay",
"version": "1.12.4",
"version": "1.12.5",
"description": "Remax for Alipay",
"main": "./cjs/index.js",
"esnext": "./esm/index.js",
Expand All @@ -25,7 +25,7 @@
"jest": "^24.9.0",
"react": "^16.12.0",
"react-test-renderer": "^16.12.0",
"remax-types": "^1.12.4",
"remax-types": "^1.12.5",
"ts-jest": "^24.2.0",
"typescript": "^3.7.4"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/remax-cli/CHANGELOG.md
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.12.5](https://github.com/remaxjs/remax/compare/v1.12.4...v1.12.5) (2020-01-31)

### Bug Fixes

- **wechat:** 修复遗漏的 Camera 组件导出 ([d5b81ad](https://github.com/remaxjs/remax/commit/d5b81ad))

## [1.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

**Note:** Version bump only for package remax-cli
Expand Down
14 changes: 7 additions & 7 deletions packages/remax-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "remax-cli",
"version": "1.12.4",
"version": "1.12.5",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "./lib/index.js",
"bin": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"acorn": "^7.1.0",
"acorn-jsx": "^5.1.0",
"acorn-walk": "^7.0.0",
"babel-preset-remax": "^1.12.4",
"babel-preset-remax": "^1.12.5",
"chokidar": "^3.3.0",
"command-exists": "^1.2.8",
"commander": "^4.1.0",
Expand All @@ -62,7 +62,7 @@
"postcss-url": "^8.0.0",
"regenerator-runtime": "^0.13.3",
"remax-stats": "^0.1.1",
"remax-types": "^1.12.4",
"remax-types": "^1.12.5",
"resolve": "^1.12.0",
"rollup": "^1.21.3",
"rollup-plugin-babel": "^4.3.2",
Expand Down Expand Up @@ -97,10 +97,10 @@
"postinstall-postinstall": "^2.0.0",
"react": "^16.8.6",
"react-reconciler": "^0.21.0",
"remax": "^1.12.4",
"remax-alipay": "^1.12.4",
"remax-toutiao": "^1.12.4",
"remax-wechat": "^1.12.4",
"remax": "^1.12.5",
"remax-alipay": "^1.12.5",
"remax-toutiao": "^1.12.5",
"remax-wechat": "^1.12.5",
"sander": "^0.6.0",
"scheduler": "^0.15.0",
"ts-jest": "^24.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-toutiao/CHANGELOG.md
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.12.5](https://github.com/remaxjs/remax/compare/v1.12.4...v1.12.5) (2020-01-31)

**Note:** Version bump only for package remax-toutiao

## [1.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-toutiao/package.json
@@ -1,6 +1,6 @@
{
"name": "remax-toutiao",
"version": "1.12.4",
"version": "1.12.5",
"description": "Remax for Toutiao",
"main": "./cjs/index.js",
"esnext": "./esm/index.js",
Expand All @@ -22,7 +22,7 @@
"jest": "^24.9.0",
"react": "^16.12.0",
"react-test-renderer": "^16.12.0",
"remax-types": "^1.12.4",
"remax-types": "^1.12.5",
"ts-jest": "^24.2.0",
"typescript": "^3.7.4"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-types/CHANGELOG.md
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.12.5](https://github.com/remaxjs/remax/compare/v1.12.4...v1.12.5) (2020-01-31)

**Note:** Version bump only for package remax-types

## [1.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

**Note:** Version bump only for package remax-types
Expand Down
2 changes: 1 addition & 1 deletion packages/remax-types/package.json
@@ -1,6 +1,6 @@
{
"name": "remax-types",
"version": "1.12.4",
"version": "1.12.5",
"description": "Remax Types",
"typings": "index.d.ts",
"author": "Caihuanyu <eterlf41@gmail.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/remax-wechat/CHANGELOG.md
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.12.5](https://github.com/remaxjs/remax/compare/v1.12.4...v1.12.5) (2020-01-31)

### Bug Fixes

- **wechat:** 修复遗漏的 Camera 组件导出 ([d5b81ad](https://github.com/remaxjs/remax/commit/d5b81ad))

## [1.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-wechat/package.json
@@ -1,6 +1,6 @@
{
"name": "remax-wechat",
"version": "1.12.4",
"version": "1.12.5",
"description": "Remax for Wechat",
"main": "./cjs/index.js",
"esnext": "./esm/index.js",
Expand All @@ -25,7 +25,7 @@
"jest": "^24.9.0",
"react": "^16.12.0",
"react-test-renderer": "^16.12.0",
"remax-types": "^1.12.4",
"remax-types": "^1.12.5",
"ts-jest": "^24.2.0",
"typescript": "^3.7.4"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/remax.macro/CHANGELOG.md
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.12.5](https://github.com/remaxjs/remax/compare/v1.12.4...v1.12.5) (2020-01-31)

**Note:** Version bump only for package remax.macro

## [1.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

**Note:** Version bump only for package remax.macro
Expand Down
4 changes: 2 additions & 2 deletions packages/remax.macro/package.json
@@ -1,6 +1,6 @@
{
"name": "remax.macro",
"version": "1.12.4",
"version": "1.12.5",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -36,6 +36,6 @@
},
"dependencies": {
"@types/babel__traverse": "^7.0.8",
"remax-types": "^1.12.4"
"remax-types": "^1.12.5"
}
}
4 changes: 4 additions & 0 deletions packages/remax/CHANGELOG.md
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.12.5](https://github.com/remaxjs/remax/compare/v1.12.4...v1.12.5) (2020-01-31)

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

## [1.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

**Note:** Version bump only for package remax
Expand Down
10 changes: 5 additions & 5 deletions packages/remax/package.json
@@ -1,6 +1,6 @@
{
"name": "remax",
"version": "1.12.4",
"version": "1.12.5",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
"lodash.kebabcase": "^4.1.1",
"mini-types": "^0.1.1",
"react-reconciler": "0.24.0",
"remax-alipay": "^1.12.4",
"remax-toutiao": "^1.12.4",
"remax-wechat": "^1.12.4",
"remax.macro": "^1.12.4",
"remax-alipay": "^1.12.5",
"remax-toutiao": "^1.12.5",
"remax-wechat": "^1.12.5",
"remax.macro": "^1.12.5",
"scheduler": "0.18.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/umi-plugin-remax/CHANGELOG.md
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.12.5](https://github.com/remaxjs/remax/compare/v1.12.4...v1.12.5) (2020-01-31)

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

## [1.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

**Note:** Version bump only for package umi-plugin-remax
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-plugin-remax/package.json
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-remax",
"version": "1.12.4",
"version": "1.12.5",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "lib/index.js",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "jest"
},
"dependencies": {
"remax-cli": "^1.12.4",
"remax-cli": "^1.12.5",
"umi-types": "^0.5.4"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions website/CHANGELOG.md
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.12.5](https://github.com/remaxjs/remax/compare/v1.12.4...v1.12.5) (2020-01-31)

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

## [1.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

**Note:** Version bump only for package website
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "Documentation, built with mdx",
"author": "Praveen <praveen@hasura.io> (@praveenweb)",
"version": "1.12.4",
"version": "1.12.5",
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@emotion/core": "^10.0.10",
Expand Down

0 comments on commit 118684f

Please sign in to comment.