Skip to content

Commit

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

# [2.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)


### Bug Fixes

* **alita-core:** 修复 .wx 文件取 文件名的bug ([c22acdb](https://github.com/areslabs/alita/commit/c22acdb50a963bb1584b026e30d66d9c59e0a78f))
* **wx-react:** 修复genericWrapper 包裹的情况 ([68534bf](https://github.com/areslabs/alita/commit/68534bf5f90e0e05c44e905829422cd98625cfaa))
* **wx-react-native:** 移除package.json文件报错 ([40754ea](https://github.com/areslabs/alita/commit/40754ea45faf1dae05d78338acd6646aec21f36f))


### Features

* **wx-react wx-react-native alita-core:** 1.重新实现this.props.xxComponent 2.简化生成的小程序组件 3. 其他 ([834d045](https://github.com/areslabs/alita/commit/834d0454298afa13d11690e21df65df4dbebb17d))





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)


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.5.1"
"version": "2.6.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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)

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





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

**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.5.1",
"version": "2.6.0",
"description": "首个ReactNative转微信小程序引擎",
"main": "./lib/index.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/alita-core/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)


### Bug Fixes

* **alita-core:** 修复 .wx 文件取 文件名的bug ([c22acdb](https://github.com/areslabs/alita/commit/c22acdb50a963bb1584b026e30d66d9c59e0a78f))


### Features

* **wx-react wx-react-native alita-core:** 1.重新实现this.props.xxComponent 2.简化生成的小程序组件 3. 其他 ([834d045](https://github.com/areslabs/alita/commit/834d0454298afa13d11690e21df65df4dbebb17d))





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)


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.5.1",
"version": "2.6.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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)

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





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

**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.5.1",
"version": "2.6.0",
"description": "alita weixin miniprogram runtime",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-plugin-alitamisc/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)

**Note:** Version bump only for package @areslabs/babel-plugin-alitamisc





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

**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.5.1",
"version": "2.6.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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)

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





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

**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.5.1",
"version": "2.6.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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)

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





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

**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.5.1",
"version": "2.6.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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)

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





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

**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.5.1",
"version": "2.6.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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)

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





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

**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.5.1",
"version": "2.6.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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)

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





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

**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.5.1",
"version": "2.6.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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)

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





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

**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.5.1",
"version": "2.6.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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)

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





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

**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.5.1",
"version": "2.6.0",
"description": "小程序版本的prop-types",
"files": [
"src",
Expand Down
16 changes: 16 additions & 0 deletions packages/wx-react-native/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)


### Bug Fixes

* **wx-react-native:** 移除package.json文件报错 ([40754ea](https://github.com/areslabs/alita/commit/40754ea45faf1dae05d78338acd6646aec21f36f))


### Features

* **wx-react wx-react-native alita-core:** 1.重新实现this.props.xxComponent 2.简化生成的小程序组件 3. 其他 ([834d045](https://github.com/areslabs/alita/commit/834d0454298afa13d11690e21df65df4dbebb17d))





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

**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.5.1",
"version": "2.6.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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)

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





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

**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.5.1",
"version": "2.6.0",
"description": "微信版本的react-redux",
"files": [
"package.json",
Expand Down
16 changes: 16 additions & 0 deletions packages/wx-react/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)


### Bug Fixes

* **wx-react:** 修复genericWrapper 包裹的情况 ([68534bf](https://github.com/areslabs/alita/commit/68534bf5f90e0e05c44e905829422cd98625cfaa))


### Features

* **wx-react wx-react-native alita-core:** 1.重新实现this.props.xxComponent 2.简化生成的小程序组件 3. 其他 ([834d045](https://github.com/areslabs/alita/commit/834d0454298afa13d11690e21df65df4dbebb17d))





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)


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.5.1",
"version": "2.6.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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15)

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





## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30)

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

0 comments on commit c15cf8c

Please sign in to comment.