Skip to content

Commit 1bdd542

Browse files
committed
chore(release): 0.5.0
1 parent 785504f commit 1bdd542

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.5.0](https://github.com/openscript-ch/react-section-dividers/compare/v0.4.12...v0.5.0) (2022-05-29)
6+
7+
8+
### 📚 Documentations
9+
10+
* **readme:** describe dividers ([0713c19](https://github.com/openscript-ch/react-section-dividers/commit/0713c19249b64777ef4adb4e9d82ce0d911ab2f9))
11+
* **readme:** mention peer dependencies ([7619a36](https://github.com/openscript-ch/react-section-dividers/commit/7619a36261bd885a8845cd2f001540d566d30e42))
12+
13+
14+
### 🐛 Bug Fixes
15+
16+
* **package:** add dependency object ([6cf3921](https://github.com/openscript-ch/react-section-dividers/commit/6cf3921b23033558cfb93a9523f00a65723a49f8))
17+
* **storybook:** copy docs content to static dirs ([e61cf2b](https://github.com/openscript-ch/react-section-dividers/commit/e61cf2b2093ecd19b902a64760819cb666b1d12f))
18+
* **storybook:** show addons panel by default ([f336d0c](https://github.com/openscript-ch/react-section-dividers/commit/f336d0c72d1e3b839c0cd253179b54c4f7524896))
19+
20+
21+
### 🚀 Features
22+
23+
* **rebound:** add flip option ([785504f](https://github.com/openscript-ch/react-section-dividers/commit/785504f7a4cfef8a0400849b7fd583dddc220370))
24+
525
### [0.4.12](https://github.com/openscript-ch/react-section-dividers/compare/v0.4.11...v0.4.12) (2022-05-23)
626

727

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-section-dividers",
3-
"version": "0.4.12",
3+
"version": "0.5.0",
44
"description": "A collapsible timeline component for React.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)