Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.14.0...v2.0.0) (2021-07-17)

### Bug Fixes

* **link:** add a better weight to the link ([5c6cde8](5c6cde8))
* change horizontal to vertical ([c82ed5b](c82ed5b))
* rename bertical to vertical ([3b5656e](3b5656e))
* rename vertical to horizontal ([24c7ab3](24c7ab3))

### BREAKING CHANGES

* **link:** Spacer.Horizontal now behaves like Spacer.Vertical and in the other way around
Spacer.Vertical behaves like Spacer.Horizontal.
  • Loading branch information
semantic-release-bot committed Jul 17, 2021
1 parent 2582268 commit ffc6a43
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.0.0](https://github.com/glrodasz/cero-components/compare/v1.14.0...v2.0.0) (2021-07-17)


### Bug Fixes

* **link:** add a better weight to the link ([5c6cde8](https://github.com/glrodasz/cero-components/commit/5c6cde8ff6f33670d7562262f5f5dfa538e2d608))
* change horizontal to vertical ([c82ed5b](https://github.com/glrodasz/cero-components/commit/c82ed5b15c80fc5e5a4149c78aee2bc60d5ca724))
* rename bertical to vertical ([3b5656e](https://github.com/glrodasz/cero-components/commit/3b5656ee75678c42b2cb40e95846515f646db557))
* rename vertical to horizontal ([24c7ab3](https://github.com/glrodasz/cero-components/commit/24c7ab3f60db23687bef52ffa8580f5824cf4221))


### BREAKING CHANGES

* **link:** Spacer.Horizontal now behaves like Spacer.Vertical and in the other way around
Spacer.Vertical behaves like Spacer.Horizontal.

# [1.14.0](https://github.com/glrodasz/cero-components/compare/v1.13.0...v1.14.0) (2021-07-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glrodasz/components",
"version": "1.14.0",
"version": "2.0.0",
"description": "A components library to create apps from zero to production",
"private": false,
"main": "index.js",
Expand Down

0 comments on commit ffc6a43

Please sign in to comment.