Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-05-07)

### Bug Fixes

* add missing package ([4d16462](4d16462))
* fix accordion:select event option ([5c385b7](5c385b7))
* fix formatting ([1522c1c](1522c1c))
* transition ([4442785](4442785))

### Features

* add collapse transition component ([c9417ac](c9417ac))
* add content scoped slot ([6ab37d9](6ab37d9))
* add customer styling section ([90abbf6](90abbf6))
* add default toggle button ([50ef01e](50ef01e))
* add index slot prop ([4799c8f](4799c8f))
* add prepublish script ([1984026](1984026))
* add to prop to support transition timining function and transition duration ([d8021d3](d8021d3))
* add toggler slot to support toggle button right align to title ([c52eece](c52eece))
* add travis config ([77415d9](77415d9))
* display chevronup and chevrondown icon as toggle button ([5637802](5637802))
* support collapse transition ([8611879](8611879))
* update css ([b7421fe](b7421fe))
* update style ([6a1aea2](6a1aea2))
* update style ([5822997](5822997))
  • Loading branch information
semantic-release-bot committed May 7, 2020
1 parent 9176496 commit e52588a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 1.0.0 (2020-05-07)


### Bug Fixes

* add missing package ([4d16462](https://github.com/dzangolab/vue-accordion/commit/4d16462f559df6b3888ca6e46e6854baed33f048))
* fix accordion:select event option ([5c385b7](https://github.com/dzangolab/vue-accordion/commit/5c385b756baeaa3f934a13afa1747960a34d25f4))
* fix formatting ([1522c1c](https://github.com/dzangolab/vue-accordion/commit/1522c1c3aff7d868bcb77569a8e7f122a72330c8))
* transition ([4442785](https://github.com/dzangolab/vue-accordion/commit/4442785707cb2f116b498ae1b277d84df9cc0327))


### Features

* add collapse transition component ([c9417ac](https://github.com/dzangolab/vue-accordion/commit/c9417ac585aaa5e59e6c73005cb489bcafb7612a))
* add content scoped slot ([6ab37d9](https://github.com/dzangolab/vue-accordion/commit/6ab37d9e4f80f40d862f4ec8c42c881bbbe40063))
* add customer styling section ([90abbf6](https://github.com/dzangolab/vue-accordion/commit/90abbf6d3bb771deb20132f4a2f2c3da17523007))
* add default toggle button ([50ef01e](https://github.com/dzangolab/vue-accordion/commit/50ef01e17e9fdf529ac211ada6ca03de3ac96826))
* add index slot prop ([4799c8f](https://github.com/dzangolab/vue-accordion/commit/4799c8f0beac485a8530a9549e977ad2b73e09d0))
* add prepublish script ([1984026](https://github.com/dzangolab/vue-accordion/commit/1984026df7acc3f9140d630f09fb714a1e107d50))
* add to prop to support transition timining function and transition duration ([d8021d3](https://github.com/dzangolab/vue-accordion/commit/d8021d31ae4628442f80bec5767da927333360e7))
* add toggler slot to support toggle button right align to title ([c52eece](https://github.com/dzangolab/vue-accordion/commit/c52eece0ee88da447e7d4e0a05629cfd92b56ed0))
* add travis config ([77415d9](https://github.com/dzangolab/vue-accordion/commit/77415d9656976083e663ca1545be162ba48a5643))
* display chevronup and chevrondown icon as toggle button ([5637802](https://github.com/dzangolab/vue-accordion/commit/56378028c4bb6cbc3db51696c3176f5cea947d91))
* support collapse transition ([8611879](https://github.com/dzangolab/vue-accordion/commit/8611879c4f1a2b43f2e3032eb8ac24d454a00f86))
* update css ([b7421fe](https://github.com/dzangolab/vue-accordion/commit/b7421fe75134643a627d4f37793300cd8f12d5b9))
* update style ([6a1aea2](https://github.com/dzangolab/vue-accordion/commit/6a1aea2f8b10bd15f1ed9714c8733d37eb837148))
* update style ([5822997](https://github.com/dzangolab/vue-accordion/commit/582299776676abf9ce2209c113978b46af1b2cb7))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/vue-accordion",
"version": "0.1.0",
"version": "1.0.0",
"description": "An accordion component for vue.js",
"author": {
"name": "Olivier Pichon",
Expand Down

0 comments on commit e52588a

Please sign in to comment.