Skip to content

Commit

Permalink
chore: publish v1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 2, 2020
1 parent a33954b commit c4dceb5
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.4](https://github.com/cft-group/elephas/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2020-07-02)


### Bug Fixes

* **reset:** add "text-decoration: none" to reset ([ee9613c](https://github.com/cft-group/elephas/commit/ee9613c51eab8b1b21b5a4abf19cd22d35782249))


### Features

* **link:** add link component ([a33954b](https://github.com/cft-group/elephas/commit/a33954b1e96a7ae9fc750d5b8fb0f981ecfe4e36))





# [1.0.0-beta.3](https://github.com/cft-group/elephas/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-06-30)


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.3",
"version": "1.0.0-beta.4",
"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.4](https://github.com/cft-group/elephas/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2020-07-02)


### Features

* **link:** add link component ([a33954b](https://github.com/cft-group/elephas/commit/a33954b1e96a7ae9fc750d5b8fb0f981ecfe4e36))





# [1.0.0-beta.3](https://github.com/cft-group/elephas/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-06-30)


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/core",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
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.4](https://github.com/cft-group/elephas/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2020-07-02)

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





# [1.0.0-beta.3](https://github.com/cft-group/elephas/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-06-30)


Expand Down
4 changes: 2 additions & 2 deletions src/packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@elephas/layout",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@elephas/core": "1.0.0-beta.3"
"@elephas/core": "1.0.0-beta.4"
},
"devDependencies": {
"autoprefixer": "^9.8.0",
Expand Down

0 comments on commit c4dceb5

Please sign in to comment.