Skip to content

Commit

Permalink
chore: publish v1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 10, 2020
1 parent 8b65df3 commit 6c92904
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.

# [1.0.0-beta.7](https://github.com/cft-group/elephas-react/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2020-08-10)


### Features

* **base-input:** add icons props ([e5327bd](https://github.com/cft-group/elephas-react/commit/e5327bdf5a9e2f9e5da7ac89cf345bfa7af50c03))





# [1.0.0-beta.6](https://github.com/cft-group/elephas-react/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2020-08-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"packages": [
"src/packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions src/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.

# [1.0.0-beta.7](https://github.com/cft-group/elephas-react/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2020-08-10)


### Features

* **base-input:** add icons props ([e5327bd](https://github.com/cft-group/elephas-react/commit/e5327bdf5a9e2f9e5da7ac89cf345bfa7af50c03))





# [1.0.0-beta.6](https://github.com/cft-group/elephas-react/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2020-08-05)


Expand Down
2 changes: 1 addition & 1 deletion src/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elephas/react-core",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions src/packages/layout/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.

# [1.0.0-beta.7](https://github.com/cft-group/elephas-react/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2020-08-10)

**Note:** Version bump only for package @elephas/react-layout





# [1.0.0-beta.6](https://github.com/cft-group/elephas-react/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2020-08-05)

**Note:** Version bump only for package @elephas/react-layout
Expand Down
4 changes: 2 additions & 2 deletions src/packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elephas/react-layout",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"publishConfig": {
Expand All @@ -17,7 +17,7 @@
"module": "elephas-react-layout.esm.min.js",
"types": "types/packages/layout/src/index.d.ts",
"dependencies": {
"@elephas/react-core": "1.0.0-beta.6"
"@elephas/react-core": "1.0.0-beta.7"
},
"peerDependencies": {
"@elephas/core": "^1.0.0-beta.14",
Expand Down

0 comments on commit 6c92904

Please sign in to comment.