Skip to content

Commit

Permalink
chore(release): publish v2.6.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiisea committed Aug 1, 2022
1 parent b2a2809 commit c0c75c7
Show file tree
Hide file tree
Showing 28 changed files with 185 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.1](https://github.com/hiisea/elux/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2022-08-01)


### Features

* 拆分与UI框架无关的model专用包 ([b2a2809](https://github.com/hiisea/elux/commit/b2a2809ea10f29af24fb70d4a3a83d82564ddbef))





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


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.6.0-alpha.0",
"version": "2.6.0-alpha.1",
"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.1](https://github.com/hiisea/elux/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2022-08-01)


### Features

* 拆分与UI框架无关的model专用包 ([b2a2809](https://github.com/hiisea/elux/commit/b2a2809ea10f29af24fb70d4a3a83d82564ddbef))





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


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.6.0-alpha.0",
"version": "2.6.0-alpha.1",
"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.6.0-alpha.0"
"@elux/core": "^2.6.0-alpha.1"
},
"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.1](https://github.com/hiisea/elux/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2022-08-01)


### Features

* 拆分与UI框架无关的model专用包 ([b2a2809](https://github.com/hiisea/elux/commit/b2a2809ea10f29af24fb70d4a3a83d82564ddbef))





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


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.6.0-alpha.0",
"version": "2.6.0-alpha.1",
"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
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.1](https://github.com/hiisea/elux/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2022-08-01)


### Features

* 拆分与UI框架无关的model专用包 ([b2a2809](https://github.com/hiisea/elux/commit/b2a2809ea10f29af24fb70d4a3a83d82564ddbef))





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


Expand Down
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.6.0-alpha.0",
"version": "2.6.0-alpha.1",
"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.6.0-alpha.0"
"@elux/core": "^2.6.0-alpha.1"
},
"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.1](https://github.com/hiisea/elux/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2022-08-01)


### Features

* 拆分与UI框架无关的model专用包 ([b2a2809](https://github.com/hiisea/elux/commit/b2a2809ea10f29af24fb70d4a3a83d82564ddbef))





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


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.6.0-alpha.0",
"version": "2.6.0-alpha.1",
"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.6.0-alpha.0"
"@elux/core": "^2.6.0-alpha.1"
},
"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.1](https://github.com/hiisea/elux/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2022-08-01)

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





# [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
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.6.0-alpha.0",
"version": "2.6.0-alpha.1",
"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.6.0-alpha.0",
"@elux/core": "^2.6.0-alpha.1",
"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.1](https://github.com/hiisea/elux/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2022-08-01)


### Features

* 拆分与UI框架无关的model专用包 ([b2a2809](https://github.com/hiisea/elux/commit/b2a2809ea10f29af24fb70d4a3a83d82564ddbef))





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


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.6.0-alpha.0",
"version": "2.6.0-alpha.1",
"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.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"
"@elux/app": "^2.6.0-alpha.1",
"@elux/core": "^2.6.0-alpha.1",
"@elux/react-components": "^2.6.0-alpha.1",
"@elux/react-redux": "^2.6.0-alpha.1",
"@elux/route-mp": "^2.6.0-alpha.1",
"@elux/taro": "^2.6.0-alpha.1"
},
"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.1](https://github.com/hiisea/elux/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2022-08-01)


### Features

* 拆分与UI框架无关的model专用包 ([b2a2809](https://github.com/hiisea/elux/commit/b2a2809ea10f29af24fb70d4a3a83d82564ddbef))





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


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.6.0-alpha.0",
"version": "2.6.0-alpha.1",
"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.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"
"@elux/app": "^2.6.0-alpha.1",
"@elux/core": "^2.6.0-alpha.1",
"@elux/react-components": "^2.6.0-alpha.1",
"@elux/react-redux": "^2.6.0-alpha.1",
"@elux/route-browser": "^2.6.0-alpha.1"
},
"gitHead": "db6eb1314ef3e6abf5b7014495f441911c4cdd28"
}
8 changes: 8 additions & 0 deletions packages/route-browser/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.1](https://github.com/hiisea/elux/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2022-08-01)

**Note:** Version bump only for package @elux/route-browser





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


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.6.0-alpha.0",
"version": "2.6.0-alpha.1",
"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.6.0-alpha.0"
"@elux/core": "^2.6.0-alpha.1"
},
"gitHead": "db6eb1314ef3e6abf5b7014495f441911c4cdd28"
}
8 changes: 8 additions & 0 deletions packages/route-mp/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.1](https://github.com/hiisea/elux/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2022-08-01)

**Note:** Version bump only for package @elux/route-mp





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


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.6.0-alpha.0",
"version": "2.6.0-alpha.1",
"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.6.0-alpha.0"
"@elux/core": "^2.6.0-alpha.1"
},
"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.1](https://github.com/hiisea/elux/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2022-08-01)

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





# [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
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.6.0-alpha.0",
"version": "2.6.0-alpha.1",
"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.6.0-alpha.0",
"@elux/route-mp": "^2.6.0-alpha.0"
"@elux/core": "^2.6.0-alpha.1",
"@elux/route-mp": "^2.6.0-alpha.1"
},
"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.1](https://github.com/hiisea/elux/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2022-08-01)


### Features

* 拆分与UI框架无关的model专用包 ([b2a2809](https://github.com/hiisea/elux/commit/b2a2809ea10f29af24fb70d4a3a83d82564ddbef))





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


Expand Down
Loading

0 comments on commit c0c75c7

Please sign in to comment.