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

Commit

Permalink
v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Nov 18, 2019
1 parent c250d4e commit f6e24ee
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 9 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.4.6](https://github.com/remaxjs/remax/compare/v1.4.5...v1.4.6) (2019-11-18)

### Bug Fixes

- 修复原生组件驼峰风格,React 风格函数属性转换错误的问题 ([#358](https://github.com/remaxjs/remax/issues/358)) ([5a789fc](https://github.com/remaxjs/remax/commit/5a789fc)), closes [#357](https://github.com/remaxjs/remax/issues/357)

## [1.4.5](https://github.com/remaxjs/remax/compare/v1.4.4...v1.4.5) (2019-11-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -8,6 +8,6 @@
"conventionalCommits": true
}
},
"version": "1.4.5",
"version": "1.4.6",
"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.4.6](https://github.com/remaxjs/remax/compare/v1.4.5...v1.4.6) (2019-11-18)

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

## [1.4.5](https://github.com/remaxjs/remax/compare/v1.4.4...v1.4.5) (2019-11-15)

**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.4.5",
"version": "1.4.6",
"description": "remax babel preset",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-cli/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.4.6](https://github.com/remaxjs/remax/compare/v1.4.5...v1.4.6) (2019-11-18)

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

## [1.4.5](https://github.com/remaxjs/remax/compare/v1.4.4...v1.4.5) (2019-11-15)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/remax-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "remax-cli",
"version": "1.4.5",
"version": "1.4.6",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "./lib/index.js",
"bin": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"@rollup/plugin-replace": "^2.2.1",
"acorn-jsx": "^5.1.0",
"acorn-walk": "^7.0.0",
"babel-preset-remax": "^1.4.5",
"babel-preset-remax": "^1.4.6",
"chokidar": "^2.1.8",
"command-exists": "^1.2.8",
"commander": "^2.19.0",
Expand All @@ -60,7 +60,7 @@
"named-exports-db": "^0.0.1",
"postcss-url": "^8.0.0",
"regenerator-runtime": "^0.13.3",
"remax": "^1.4.5",
"remax": "^1.4.6",
"resolve": "^1.12.0",
"rollup": "^1.21.3",
"rollup-plugin-babel": "^4.3.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/remax/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.4.6](https://github.com/remaxjs/remax/compare/v1.4.5...v1.4.6) (2019-11-18)

### Bug Fixes

- 修复原生组件驼峰风格,React 风格函数属性转换错误的问题 ([#358](https://github.com/remaxjs/remax/issues/358)) ([5a789fc](https://github.com/remaxjs/remax/commit/5a789fc)), closes [#357](https://github.com/remaxjs/remax/issues/357)

## [1.4.5](https://github.com/remaxjs/remax/compare/v1.4.4...v1.4.5) (2019-11-15)

**Note:** Version bump only for package remax
Expand Down
2 changes: 1 addition & 1 deletion packages/remax/package.json
@@ -1,6 +1,6 @@
{
"name": "remax",
"version": "1.4.5",
"version": "1.4.6",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "cjs/index.js",
"module": "esm/index.js",
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.4.6](https://github.com/remaxjs/remax/compare/v1.4.5...v1.4.6) (2019-11-18)

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

## [1.4.5](https://github.com/remaxjs/remax/compare/v1.4.4...v1.4.5) (2019-11-15)

**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.4.5",
"version": "1.4.6",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "lib/index.js",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"remax-cli": "^1.4.5",
"remax-cli": "^1.4.6",
"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.4.6](https://github.com/remaxjs/remax/compare/v1.4.5...v1.4.6) (2019-11-18)

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

## [1.4.5](https://github.com/remaxjs/remax/compare/v1.4.4...v1.4.5) (2019-11-15)

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

1 comment on commit f6e24ee

@vercel
Copy link

@vercel vercel bot commented on f6e24ee Nov 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Unexpected error. Please try again later. ()

Please sign in to comment.