Skip to content

Commit 3402590

Browse files
committed
chore(release): publish v2.1.0-alpha.11
1 parent 673f30c commit 3402590

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+164
-28
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package wepy
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package wepy

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.1.0-alpha.10",
5+
"version": "2.1.0-alpha.11",
66
"message": "chore(release): publish",
77
"command": {
88
"publish": {

packages/babel-plugin-import-regenerator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/babel-plugin-import-regenerator
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/babel-plugin-import-regenerator

packages/babel-plugin-import-regenerator/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-plugin-import-regenerator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wepy/babel-plugin-import-regenerator",
3-
"version": "2.1.0-alpha.10",
3+
"version": "2.1.0-alpha.11",
44
"description": "A babel plugin to add a global generator import",
55
"main": "index.js",
66
"scripts": {

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/cli
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/cli

packages/cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wepy/cli",
3-
"version": "2.1.0-alpha.10",
3+
"version": "2.1.0-alpha.11",
44
"main": "index.js",
55
"bin": {
66
"wepy": "bin/wepy.js"

packages/compiler-babel/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/compiler-babel
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/compiler-babel

packages/compiler-babel/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compiler-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wepy/compiler-babel",
3-
"version": "2.1.0-alpha.10",
3+
"version": "2.1.0-alpha.11",
44
"description": "wepy compile babel",
55
"main": "index.js",
66
"scripts": {

packages/compiler-less/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/compiler-less
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/compiler-less

packages/compiler-less/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compiler-less/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wepy/compiler-less",
3-
"version": "2.1.0-alpha.10",
3+
"version": "2.1.0-alpha.11",
44
"description": "wepy compile less",
55
"main": "index.js",
66
"scripts": {

packages/compiler-postcss/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/compiler-postcss
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/compiler-postcss

packages/compiler-postcss/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compiler-postcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wepy/compiler-postcss",
3-
"version": "2.1.0-alpha.10",
3+
"version": "2.1.0-alpha.11",
44
"description": "wepy compile postcss",
55
"keywords": [
66
"postcss"

packages/compiler-sass/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/compiler-sass
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/compiler-sass

packages/compiler-sass/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compiler-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wepy/compiler-sass",
3-
"version": "2.1.0-alpha.10",
3+
"version": "2.1.0-alpha.11",
44
"description": "wepy compile sass",
55
"main": "index.js",
66
"scripts": {

packages/compiler-stylus/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/compiler-stylus
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/compiler-stylus

packages/compiler-stylus/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compiler-stylus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wepy/compiler-stylus",
3-
"version": "2.1.0-alpha.10",
3+
"version": "2.1.0-alpha.11",
44
"description": "wepy compile stylus",
55
"main": "index.js",
66
"scripts": {

packages/compiler-typescript/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/compiler-typescript
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/compiler-typescript

packages/compiler-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wepy/compiler-typescript",
3-
"version": "2.1.0-alpha.10",
3+
"version": "2.1.0-alpha.11",
44
"description": "wepy compile typescript",
55
"main": "index.js",
66
"scripts": {

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/core
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/core

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wepy/core",
3-
"version": "2.1.0-alpha.10",
3+
"version": "2.1.0-alpha.11",
44
"main": "./dist/wepy.js",
55
"typings": "types/index.d.ts",
66
"scripts": {

packages/plugin-define/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/plugin-define
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/plugin-define

packages/plugin-define/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wepy/plugin-define",
3-
"version": "2.1.0-alpha.10",
3+
"version": "2.1.0-alpha.11",
44
"description": "wepy define plugin",
55
"main": "index.js",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"_id": "@wepy/plugin-define@2.0.4",
2121
"_commitid": "fb07fd4",
2222
"devDependencies": {
23-
"@wepy/cli": "^2.1.0-alpha.10"
23+
"@wepy/cli": "^2.1.0-alpha.11"
2424
},
2525
"gitHead": "5a25776457360bbbbc54a4d059f6bc7c032d5df3"
2626
}

packages/plugin-eslint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/plugin-eslint
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/plugin-eslint

packages/plugin-eslint/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wepy/plugin-eslint",
3-
"version": "2.1.0-alpha.10",
3+
"version": "2.1.0-alpha.11",
44
"description": "wepy eslint",
55
"main": "index.js",
66
"scripts": {

packages/plugin-uglifyjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/plugin-uglifyjs
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/plugin-uglifyjs

packages/plugin-uglifyjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wepy/plugin-uglifyjs",
3-
"version": "2.1.0-alpha.10",
3+
"version": "2.1.0-alpha.11",
44
"description": "wepy uglifyjs",
55
"main": "index.js",
66
"scripts": {

packages/redux/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0-alpha.11 (2020-06-21)
7+
8+
**Note:** Version bump only for package @wepy/redux
9+
10+
11+
12+
13+
614
# 2.1.0-alpha.10 (2020-06-21)
715

816
**Note:** Version bump only for package @wepy/redux

0 commit comments

Comments
 (0)