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

Commit

Permalink
v1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed Jan 30, 2020
1 parent 9513563 commit c068620
Show file tree
Hide file tree
Showing 22 changed files with 78 additions and 27 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.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

### Bug Fixes

- **toutiao:** 修复 pay 接口缺失和部分接口未 promise 化的问题 ([e91a176](https://github.com/remaxjs/remax/commit/e91a176))
- **wechat:** 微信 Video 增加 posterForCrawler 属性 ([c53bdaf](https://github.com/remaxjs/remax/commit/c53bdaf)), closes [#615](https://github.com/remaxjs/remax/issues/615) [#614](https://github.com/remaxjs/remax/issues/614)

## [1.12.3](https://github.com/remaxjs/remax/compare/v1.12.2...v1.12.3) (2020-01-21)

### 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.12.3",
"version": "1.12.4",
"npmClient": "yarn"
}
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.

## [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

## [1.12.3](https://github.com/remaxjs/remax/compare/v1.12.2...v1.12.3) (2020-01-21)

**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": "1.12.3",
"version": "1.12.4",
"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
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.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

## [1.12.3](https://github.com/remaxjs/remax/compare/v1.12.2...v1.12.3) (2020-01-21)

**Note:** Version bump only for package remax-alipay
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-alipay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remax-alipay",
"version": "1.12.3",
"version": "1.12.4",
"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.3",
"remax-types": "^1.12.4",
"ts-jest": "^24.2.0",
"typescript": "^3.7.4"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-cli/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.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

## [1.12.3](https://github.com/remaxjs/remax/compare/v1.12.2...v1.12.3) (2020-01-21)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 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.12.3",
"version": "1.12.4",
"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.3",
"babel-preset-remax": "^1.12.4",
"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.3",
"remax-types": "^1.12.4",
"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.3",
"remax-alipay": "^1.12.3",
"remax-toutiao": "^1.12.3",
"remax-wechat": "^1.12.3",
"remax": "^1.12.4",
"remax-alipay": "^1.12.4",
"remax-toutiao": "^1.12.4",
"remax-wechat": "^1.12.4",
"sander": "^0.6.0",
"scheduler": "^0.15.0",
"ts-jest": "^24.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/remax-toutiao/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.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

### Bug Fixes

- **toutiao:** 修复 pay 接口缺失和部分接口未 promise 化的问题 ([e91a176](https://github.com/remaxjs/remax/commit/e91a176))

## [1.12.3](https://github.com/remaxjs/remax/compare/v1.12.2...v1.12.3) (2020-01-21)

### Bug Fixes
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": "1.12.3",
"version": "1.12.4",
"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.3",
"remax-types": "^1.12.4",
"ts-jest": "^24.2.0",
"typescript": "^3.7.4"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-types/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.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

## [1.12.3](https://github.com/remaxjs/remax/compare/v1.12.2...v1.12.3) (2020-01-21)

**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": "1.12.3",
"version": "1.12.4",
"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
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.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

### Bug Fixes

- **wechat:** 微信 Video 增加 posterForCrawler 属性 ([c53bdaf](https://github.com/remaxjs/remax/commit/c53bdaf)), closes [#615](https://github.com/remaxjs/remax/issues/615) [#614](https://github.com/remaxjs/remax/issues/614)

## [1.12.3](https://github.com/remaxjs/remax/compare/v1.12.2...v1.12.3) (2020-01-21)

### Bug Fixes
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": "1.12.3",
"version": "1.12.4",
"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.3",
"remax-types": "^1.12.4",
"ts-jest": "^24.2.0",
"typescript": "^3.7.4"
}
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.

## [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

## [1.12.3](https://github.com/remaxjs/remax/compare/v1.12.2...v1.12.3) (2020-01-21)

**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": "1.12.3",
"version": "1.12.4",
"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.3"
"remax-types": "^1.12.4"
}
}
4 changes: 4 additions & 0 deletions packages/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.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

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

## [1.12.3](https://github.com/remaxjs/remax/compare/v1.12.2...v1.12.3) (2020-01-21)

**Note:** Version bump only for package remax
Expand Down
12 changes: 6 additions & 6 deletions packages/remax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remax",
"version": "1.12.3",
"version": "1.12.4",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -32,14 +32,14 @@
"test:debug": "npx --node-arg=--inspect-brk jest -i"
},
"dependencies": {
"mini-types": "^0.1.1",
"@remax/miniprogram-api-typings": "^2.9.3",
"lodash.kebabcase": "^4.1.1",
"mini-types": "^0.1.1",
"react-reconciler": "0.24.0",
"remax-alipay": "^1.12.3",
"remax-toutiao": "^1.12.3",
"remax-wechat": "^1.12.3",
"remax.macro": "^1.12.3",
"remax-alipay": "^1.12.4",
"remax-toutiao": "^1.12.4",
"remax-wechat": "^1.12.4",
"remax.macro": "^1.12.4",
"scheduler": "0.18.0"
},
"devDependencies": {
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.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

## [1.12.3](https://github.com/remaxjs/remax/compare/v1.12.2...v1.12.3) (2020-01-21)

**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.12.3",
"version": "1.12.4",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "lib/index.js",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "jest"
},
"dependencies": {
"remax-cli": "^1.12.3",
"remax-cli": "^1.12.4",
"umi-types": "^0.5.4"
},
"devDependencies": {
Expand Down
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.12.4](https://github.com/remaxjs/remax/compare/v1.12.3...v1.12.4) (2020-01-30)

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

## [1.12.3](https://github.com/remaxjs/remax/compare/v1.12.2...v1.12.3) (2020-01-21)

**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 <praveen@hasura.io> (@praveenweb)",
"version": "1.12.3",
"version": "1.12.4",
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@emotion/core": "^10.0.10",
Expand Down

0 comments on commit c068620

Please sign in to comment.