Skip to content

Commit

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

## [2.4.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)


### Bug Fixes

* **alita-core:** 修复 tree-shake的模块 在执行handleChange等方法的时候报错的bug ([5de491c](https://github.com/areslabs/alita/commit/5de491c91a0e0675484e565695f4bef984a21658))
* **example:** 修复example错误 ([e5905cb](https://github.com/areslabs/alita/commit/e5905cb2f248c0873f9a735a77fb735a67e9964e))





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)


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.4.1"
"version": "2.4.2"
}
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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

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


### Bug Fixes

* **alita-core:** 修复 tree-shake的模块 在执行handleChange等方法的时候报错的bug ([5de491c](https://github.com/areslabs/alita/commit/5de491c91a0e0675484e565695f4bef984a21658))





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)


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.4.1",
"version": "2.4.2",
"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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**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.4.1",
"version": "2.4.2",
"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.4.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**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.4.1",
"version": "2.4.2",
"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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**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.4.1",
"version": "2.4.2",
"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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**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.4.1",
"version": "2.4.2",
"description": "alita regenerator-runtime copy from regenerator-runtime@0.11.1",
"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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**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.4.1",
"version": "2.4.2",
"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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**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.4.1",
"version": "2.4.2",
"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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**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.4.1",
"version": "2.4.2",
"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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**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.4.1",
"version": "2.4.2",
"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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**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.4.1",
"version": "2.4.2",
"description": "小程序版本的prop-types",
"files": [
"src",
Expand Down
8 changes: 8 additions & 0 deletions packages/wx-react-native/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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**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.4.1",
"version": "2.4.2",
"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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**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.4.1",
"version": "2.4.2",
"description": "微信版本的react-redux",
"files": [
"package.json",
Expand Down
8 changes: 8 additions & 0 deletions packages/wx-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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**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.4.1",
"version": "2.4.2",
"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.2](https://github.com/areslabs/alita/compare/v2.4.1...v2.4.2) (2020-03-19)

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





## [2.4.1](https://github.com/areslabs/alita/compare/v2.4.0...v2.4.1) (2020-02-23)

**Note:** Version bump only for package @areslabs/wx-redux-promise
Expand Down
2 changes: 1 addition & 1 deletion packages/wx-redux-promise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@areslabs/wx-redux-promise",
"version": "2.4.1",
"version": "2.4.2",
"description": "微信版本的redux-promise",
"main": "./dist/index.js",
"files": [
Expand Down

0 comments on commit 1bed2a4

Please sign in to comment.