Skip to content

Commit

Permalink
chore(release): publish v2.6.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiisea committed Jul 27, 2022
1 parent 3c6c083 commit 2fe226f
Show file tree
Hide file tree
Showing 28 changed files with 191 additions and 43 deletions.
11 changes: 11 additions & 0 deletions 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.6.0-alpha.0](https://github.com/hiisea/elux/compare/v2.5.1...v2.6.0-alpha.0) (2022-07-27)


### Features

* 支持统一UI、纯Model ([3c6c083](https://github.com/hiisea/elux/commit/3c6c0832626e92277d214b4e6633e79d9b13d03c))





## [2.5.1](https://github.com/hiisea/elux/compare/v2.5.0...v2.5.1) (2022-07-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.5.1",
"version": "2.6.0-alpha.0",
"command": {
"publish": {
"registry": "https://registry.npmjs.org/",
Expand Down
11 changes: 11 additions & 0 deletions packages/app/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.6.0-alpha.0](https://github.com/hiisea/elux/compare/v2.5.1...v2.6.0-alpha.0) (2022-07-27)


### Features

* 支持统一UI、纯Model ([3c6c083](https://github.com/hiisea/elux/commit/3c6c0832626e92277d214b4e6633e79d9b13d03c))





# [2.5.0](https://github.com/hiisea/elux/compare/v2.4.0...v2.5.0) (2022-07-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elux/app",
"version": "2.5.0",
"version": "2.6.0-alpha.0",
"description": "",
"repository": "https://github.com/hiisea/elux/tree/master/packages/app",
"author": "hiisea <[email protected]>",
Expand All @@ -26,7 +26,7 @@
"build": "yarn build:types && rimraf ./dist && yarn build:es6 && yarn build:es5"
},
"dependencies": {
"@elux/core": "^2.4.0"
"@elux/core": "^2.6.0-alpha.0"
},
"gitHead": "db6eb1314ef3e6abf5b7014495f441911c4cdd28"
}
11 changes: 11 additions & 0 deletions packages/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.6.0-alpha.0](https://github.com/hiisea/elux/compare/v2.5.1...v2.6.0-alpha.0) (2022-07-27)


### Features

* 支持统一UI、纯Model ([3c6c083](https://github.com/hiisea/elux/commit/3c6c0832626e92277d214b4e6633e79d9b13d03c))





# [2.4.0](https://github.com/hiisea/elux/compare/v2.3.4...v2.4.0) (2022-07-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elux/core",
"version": "2.4.0",
"version": "2.6.0-alpha.0",
"description": "Cross platform and cross framework web solutions that based on micro-module and model-driven",
"homepage": "https://github.com/hiisea/elux/tree/master/packages/core",
"author": "hiisea <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0-alpha.0](https://github.com/hiisea/elux/compare/v2.5.1...v2.6.0-alpha.0) (2022-07-27)


### Features

* 支持统一UI、纯Model ([3c6c083](https://github.com/hiisea/elux/commit/3c6c0832626e92277d214b4e6633e79d9b13d03c))
4 changes: 2 additions & 2 deletions packages/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elux/model",
"version": "2.5.1",
"version": "2.6.0-alpha.0",
"description": "The practice of elux on model",
"repository": "https://github.com/hiisea/elux/tree/master/packages/model",
"author": "hiisea <[email protected]>",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@elux/core": true
},
"dependencies": {
"@elux/core": "^2.4.0"
"@elux/core": "^2.6.0-alpha.0"
},
"gitHead": "db6eb1314ef3e6abf5b7014495f441911c4cdd28"
}
11 changes: 11 additions & 0 deletions packages/react-components/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.6.0-alpha.0](https://github.com/hiisea/elux/compare/v2.5.1...v2.6.0-alpha.0) (2022-07-27)


### Features

* 支持统一UI、纯Model ([3c6c083](https://github.com/hiisea/elux/commit/3c6c0832626e92277d214b4e6633e79d9b13d03c))





# [2.4.0](https://github.com/hiisea/elux/compare/v2.3.4...v2.4.0) (2022-07-16)

**Note:** Version bump only for package @elux/react-components
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elux/react-components",
"version": "2.4.0",
"version": "2.6.0-alpha.0",
"description": "The practice of elux on react",
"repository": "https://github.com/hiisea/elux/tree/master/packages/react-components",
"author": "hiisea <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"react": "^16.8.0 || ^17 || ^18"
},
"dependencies": {
"@elux/core": "^2.4.0"
"@elux/core": "^2.6.0-alpha.0"
},
"gitHead": "db6eb1314ef3e6abf5b7014495f441911c4cdd28"
}
8 changes: 8 additions & 0 deletions packages/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-alpha.0](https://github.com/hiisea/elux/compare/v2.5.1...v2.6.0-alpha.0) (2022-07-27)

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





# [2.5.0](https://github.com/hiisea/elux/compare/v2.4.0...v2.5.0) (2022-07-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/react-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elux/react-redux",
"version": "2.5.0",
"version": "2.6.0-alpha.0",
"description": "The practice of elux on react + redux",
"repository": "https://github.com/hiisea/elux/tree/master/packages/react-redux",
"author": "hiisea <[email protected]>",
Expand Down Expand Up @@ -30,7 +30,7 @@
"react-dom": "^16.8.0 || ^17 || ^18"
},
"dependencies": {
"@elux/core": "^2.4.0",
"@elux/core": "^2.6.0-alpha.0",
"react-redux": "^7.2.2"
},
"gitHead": "db6eb1314ef3e6abf5b7014495f441911c4cdd28"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-taro/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.6.0-alpha.0](https://github.com/hiisea/elux/compare/v2.5.1...v2.6.0-alpha.0) (2022-07-27)


### Features

* 支持统一UI、纯Model ([3c6c083](https://github.com/hiisea/elux/commit/3c6c0832626e92277d214b4e6633e79d9b13d03c))





# [2.5.0](https://github.com/hiisea/elux/compare/v2.4.0...v2.5.0) (2022-07-20)


Expand Down
14 changes: 7 additions & 7 deletions packages/react-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elux/react-taro",
"version": "2.5.0",
"version": "2.6.0-alpha.0",
"description": "The practice of react + taro",
"repository": "https://github.com/hiisea/elux/tree/master/packages/react-taro",
"author": "hiisea <[email protected]>",
Expand Down Expand Up @@ -40,12 +40,12 @@
"react-dom": "^16.8.0 || ^17 || ^18"
},
"dependencies": {
"@elux/app": "^2.5.0",
"@elux/core": "^2.4.0",
"@elux/react-components": "^2.4.0",
"@elux/react-redux": "^2.5.0",
"@elux/route-mp": "^2.4.0",
"@elux/taro": "^2.4.0"
"@elux/app": "^2.6.0-alpha.0",
"@elux/core": "^2.6.0-alpha.0",
"@elux/react-components": "^2.6.0-alpha.0",
"@elux/react-redux": "^2.6.0-alpha.0",
"@elux/route-mp": "^2.6.0-alpha.0",
"@elux/taro": "^2.6.0-alpha.0"
},
"gitHead": "db6eb1314ef3e6abf5b7014495f441911c4cdd28"
}
11 changes: 11 additions & 0 deletions packages/react-web/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.6.0-alpha.0](https://github.com/hiisea/elux/compare/v2.5.1...v2.6.0-alpha.0) (2022-07-27)


### Features

* 支持统一UI、纯Model ([3c6c083](https://github.com/hiisea/elux/commit/3c6c0832626e92277d214b4e6633e79d9b13d03c))





## [2.5.1](https://github.com/hiisea/elux/compare/v2.5.0...v2.5.1) (2022-07-20)


Expand Down
12 changes: 6 additions & 6 deletions packages/react-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elux/react-web",
"version": "2.5.1",
"version": "2.6.0-alpha.0",
"description": "The practice of elux on react-web",
"repository": "https://github.com/hiisea/elux/tree/master/packages/react-web",
"author": "hiisea <[email protected]>",
Expand Down Expand Up @@ -44,11 +44,11 @@
"react-dom": "^16.8.0 || ^17 || ^18"
},
"dependencies": {
"@elux/app": "^2.5.0",
"@elux/core": "^2.4.0",
"@elux/react-components": "^2.4.0",
"@elux/react-redux": "^2.5.0",
"@elux/route-browser": "^2.5.1"
"@elux/app": "^2.6.0-alpha.0",
"@elux/core": "^2.6.0-alpha.0",
"@elux/react-components": "^2.6.0-alpha.0",
"@elux/react-redux": "^2.6.0-alpha.0",
"@elux/route-browser": "^2.6.0-alpha.0"
},
"gitHead": "db6eb1314ef3e6abf5b7014495f441911c4cdd28"
}
11 changes: 11 additions & 0 deletions packages/route-browser/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.6.0-alpha.0](https://github.com/hiisea/elux/compare/v2.5.1...v2.6.0-alpha.0) (2022-07-27)


### Features

* 支持统一UI、纯Model ([3c6c083](https://github.com/hiisea/elux/commit/3c6c0832626e92277d214b4e6633e79d9b13d03c))





## [2.5.1](https://github.com/hiisea/elux/compare/v2.5.0...v2.5.1) (2022-07-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/route-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elux/route-browser",
"version": "2.5.1",
"version": "2.6.0-alpha.0",
"description": "Using @elux/route in browser",
"repository": "https://github.com/hiisea/elux/tree/master/packages/route-browser",
"author": "hiisea <[email protected]>",
Expand All @@ -26,7 +26,7 @@
"build": "yarn build:types && rimraf ./dist && yarn build:es6 && yarn build:es5"
},
"dependencies": {
"@elux/core": "^2.4.0"
"@elux/core": "^2.6.0-alpha.0"
},
"gitHead": "db6eb1314ef3e6abf5b7014495f441911c4cdd28"
}
11 changes: 11 additions & 0 deletions packages/route-mp/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.6.0-alpha.0](https://github.com/hiisea/elux/compare/v2.5.1...v2.6.0-alpha.0) (2022-07-27)


### Features

* 支持统一UI、纯Model ([3c6c083](https://github.com/hiisea/elux/commit/3c6c0832626e92277d214b4e6633e79d9b13d03c))





# [2.4.0](https://github.com/hiisea/elux/compare/v2.3.4...v2.4.0) (2022-07-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/route-mp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elux/route-mp",
"version": "2.4.0",
"version": "2.6.0-alpha.0",
"description": "Using @elux/route in mini-program",
"repository": "https://github.com/hiisea/elux/tree/master/packages/route-mp",
"author": "hiisea <[email protected]>",
Expand All @@ -26,7 +26,7 @@
"build": "yarn build:types && rimraf ./dist && yarn build:es6 && yarn build:es5"
},
"dependencies": {
"@elux/core": "^2.4.0"
"@elux/core": "^2.6.0-alpha.0"
},
"gitHead": "db6eb1314ef3e6abf5b7014495f441911c4cdd28"
}
8 changes: 8 additions & 0 deletions packages/taro/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-alpha.0](https://github.com/hiisea/elux/compare/v2.5.1...v2.6.0-alpha.0) (2022-07-27)

**Note:** Version bump only for package @elux/taro





# [2.4.0](https://github.com/hiisea/elux/compare/v2.3.4...v2.4.0) (2022-07-16)

**Note:** Version bump only for package @elux/taro
Expand Down
6 changes: 3 additions & 3 deletions packages/taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elux/taro",
"version": "2.4.0",
"version": "2.6.0-alpha.0",
"description": "The practice of taro",
"repository": "https://github.com/hiisea/elux/tree/master/packages/taro",
"author": "hiisea <[email protected]>",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@tarojs/taro": "^3.3.12"
},
"dependencies": {
"@elux/core": "^2.4.0",
"@elux/route-mp": "^2.4.0"
"@elux/core": "^2.6.0-alpha.0",
"@elux/route-mp": "^2.6.0-alpha.0"
},
"gitHead": "db6eb1314ef3e6abf5b7014495f441911c4cdd28"
}
11 changes: 11 additions & 0 deletions packages/vue-components/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.6.0-alpha.0](https://github.com/hiisea/elux/compare/v2.5.1...v2.6.0-alpha.0) (2022-07-27)


### Features

* 支持统一UI、纯Model ([3c6c083](https://github.com/hiisea/elux/commit/3c6c0832626e92277d214b4e6633e79d9b13d03c))





# [2.5.0](https://github.com/hiisea/elux/compare/v2.4.0...v2.5.0) (2022-07-20)


Expand Down
Loading

0 comments on commit 2fe226f

Please sign in to comment.