Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ykforerlang committed Feb 22, 2020
1 parent 0bdfa0a commit a8974e6
Show file tree
Hide file tree
Showing 32 changed files with 181 additions and 16 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)


### Bug Fixes

* **alita-core:** 修复 新建AST标签,没有loc信息,引起的报错 ([696087a](https://github.com/areslabs/alita/commit/696087a053e5b16aa7547413098f030228037579))
* **alita-core wx-react:** 修复类似 a-b-c 属性指的绑定无效的bug ([443dea5](https://github.com/areslabs/alita/commit/443dea53eb1474fe1208e588ff84acbcfa1c08b0))
* **babel-plugin-alitamisc:** 修复 已link模式运行babel-plugin-alitamisc 报babel/runtime库不存在的bug ([a87db49](https://github.com/areslabs/alita/commit/a87db4953a8232b23e367dbd35c11c146a27847a))


### Features

* **alita-core:** 支持形如 <A x /> x这类无指的属性 ([ffbe802](https://github.com/areslabs/alita/commit/ffbe8025414b112b022b3cd4f54e5f35cf207c3b))
* **alita-core babel-plugin-alitamisc:** 添加小程序自定义组件的支持 ([76edb4b](https://github.com/areslabs/alita/commit/76edb4b7f6cbd34069a972eef3acbc4b96632002))
* **alita-core wx-react-native:** 微信基础样式移除在page.wxss定义,防止对直接使用微信组件的影响 ([5ce1f7b](https://github.com/areslabs/alita/commit/5ce1f7ba5b3906015499a6fa1038ce4d40c32231))





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"conventionalCommits": true
}
},
"version": "2.3.6"
"version": "2.4.0"
}
8 changes: 8 additions & 0 deletions packages/alita-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)

**Note:** Version bump only for package @areslabs/alita





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/alita
Expand Down
2 changes: 1 addition & 1 deletion packages/alita-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"weixin",
"redux"
],
"version": "2.3.6",
"version": "2.4.0",
"description": "首个ReactNative转微信小程序引擎",
"main": "./lib/index.js",
"scripts": {
Expand Down
19 changes: 19 additions & 0 deletions packages/alita-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)


### Bug Fixes

* **alita-core:** 修复 新建AST标签,没有loc信息,引起的报错 ([696087a](https://github.com/areslabs/alita/commit/696087a053e5b16aa7547413098f030228037579))
* **alita-core wx-react:** 修复类似 a-b-c 属性指的绑定无效的bug ([443dea5](https://github.com/areslabs/alita/commit/443dea53eb1474fe1208e588ff84acbcfa1c08b0))


### Features

* **alita-core:** 支持形如 <A x /> x这类无指的属性 ([ffbe802](https://github.com/areslabs/alita/commit/ffbe8025414b112b022b3cd4f54e5f35cf207c3b))
* **alita-core babel-plugin-alitamisc:** 添加小程序自定义组件的支持 ([76edb4b](https://github.com/areslabs/alita/commit/76edb4b7f6cbd34069a972eef3acbc4b96632002))
* **alita-core wx-react-native:** 微信基础样式移除在page.wxss定义,防止对直接使用微信组件的影响 ([5ce1f7b](https://github.com/areslabs/alita/commit/5ce1f7ba5b3906015499a6fa1038ce4d40c32231))





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/alita-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"weixin",
"redux"
],
"version": "2.3.6",
"version": "2.4.0",
"description": "alita-core",
"main": "./lib/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/alita-weixin-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)

**Note:** Version bump only for package @areslabs/alita-weixin-runtime





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/alita-weixin-runtime
Expand Down
2 changes: 1 addition & 1 deletion packages/alita-weixin-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/alita-weixin-runtime",
"version": "2.3.6",
"version": "2.4.0",
"description": "alita weixin miniprogram runtime",
"main": "index.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/babel-plugin-alitamisc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)


### Bug Fixes

* **babel-plugin-alitamisc:** 修复 已link模式运行babel-plugin-alitamisc 报babel/runtime库不存在的bug ([a87db49](https://github.com/areslabs/alita/commit/a87db4953a8232b23e367dbd35c11c146a27847a))


### Features

* **alita-core babel-plugin-alitamisc:** 添加小程序自定义组件的支持 ([76edb4b](https://github.com/areslabs/alita/commit/76edb4b7f6cbd34069a972eef3acbc4b96632002))





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/babel-plugin-alitamisc
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-alitamisc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/babel-plugin-alitamisc",
"version": "2.3.6",
"version": "2.4.0",
"description": "babel-plugin-alitamisc",
"main": "./dist/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-alita/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)

**Note:** Version bump only for package @areslabs/eslint-plugin-alita





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/eslint-plugin-alita
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-alita/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/eslint-plugin-alita",
"version": "2.3.6",
"version": "2.4.0",
"description": "rules for alita",
"files": [
"lib",
Expand Down
8 changes: 8 additions & 0 deletions packages/regenerator-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)

**Note:** Version bump only for package @areslabs/regenerator-runtime





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/regenerator-runtime
Expand Down
2 changes: 1 addition & 1 deletion packages/regenerator-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/regenerator-runtime",
"version": "2.3.6",
"version": "2.4.0",
"description": "alita regenerator-runtime copy from [email protected]",
"main": "runtime-module.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)

**Note:** Version bump only for package @areslabs/router





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/router
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/router",
"version": "2.3.6",
"version": "2.4.0",
"description": "router for react-native, web",
"client": "./dist/web/index.js",
"main": "./dist/native/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/wx-animated/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)

**Note:** Version bump only for package @areslabs/wx-animated





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/wx-animated
Expand Down
2 changes: 1 addition & 1 deletion packages/wx-animated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/wx-animated",
"version": "2.3.6",
"version": "2.4.0",
"description": "animated lib for react-native , web and mini-program",
"main": "./dist/native/index.js",
"weixin": "./dist/weixin/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/wx-eventemitter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)

**Note:** Version bump only for package @areslabs/wx-eventemitter





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/wx-eventemitter
Expand Down
2 changes: 1 addition & 1 deletion packages/wx-eventemitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/wx-eventemitter",
"version": "2.3.6",
"version": "2.4.0",
"description": "可以在RN和小程序共用的EventEmitter",
"main": "dist/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/wx-mobx-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)

**Note:** Version bump only for package @areslabs/wx-mobx-react





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/wx-mobx-react
Expand Down
2 changes: 1 addition & 1 deletion packages/wx-mobx-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/wx-mobx-react",
"version": "2.3.6",
"version": "2.4.0",
"description": "",
"files": [
"package.json",
Expand Down
8 changes: 8 additions & 0 deletions packages/wx-prop-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)

**Note:** Version bump only for package @areslabs/wx-prop-types





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/wx-prop-types
Expand Down
2 changes: 1 addition & 1 deletion packages/wx-prop-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/wx-prop-types",
"version": "2.3.6",
"version": "2.4.0",
"description": "小程序版本的prop-types",
"files": [
"src",
Expand Down
11 changes: 11 additions & 0 deletions packages/wx-react-native/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.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)


### Features

* **alita-core wx-react-native:** 微信基础样式移除在page.wxss定义,防止对直接使用微信组件的影响 ([5ce1f7b](https://github.com/areslabs/alita/commit/5ce1f7ba5b3906015499a6fa1038ce4d40c32231))





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/wx-react-native
Expand Down
2 changes: 1 addition & 1 deletion packages/wx-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/wx-react-native",
"version": "2.3.6",
"version": "2.4.0",
"description": "微信版本的React Native",
"files": [
"dist",
Expand Down
8 changes: 8 additions & 0 deletions packages/wx-react-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)

**Note:** Version bump only for package @areslabs/wx-react-redux





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/wx-react-redux
Expand Down
2 changes: 1 addition & 1 deletion packages/wx-react-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/wx-react-redux",
"version": "2.3.6",
"version": "2.4.0",
"description": "微信版本的react-redux",
"files": [
"package.json",
Expand Down
11 changes: 11 additions & 0 deletions packages/wx-react/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.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)


### Bug Fixes

* **alita-core wx-react:** 修复类似 a-b-c 属性指的绑定无效的bug ([443dea5](https://github.com/areslabs/alita/commit/443dea53eb1474fe1208e588ff84acbcfa1c08b0))





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/wx-react
Expand Down
2 changes: 1 addition & 1 deletion packages/wx-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/wx-react",
"version": "2.3.6",
"version": "2.4.0",
"description": "微信版本的React",
"files": [
"package.json",
Expand Down
8 changes: 8 additions & 0 deletions packages/wx-redux-promise/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22)

**Note:** Version bump only for package @areslabs/wx-redux-promise





## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06)

**Note:** Version bump only for package @areslabs/wx-redux-promise
Expand Down
Loading

0 comments on commit a8974e6

Please sign in to comment.