Skip to content

Commit 887638e

Browse files
committed
chore(release): 0.3.0
1 parent 95c6b6b commit 887638e

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 0.3.0 (2022-05-08)
6+
7+
8+
### 🐛 Bug Fixes
9+
10+
* aslant color props ([4edf49f](https://github.com/openscript-ch/react-section-dividers/commit/4edf49f6bb00159a3d440eedc7bdc280b69f9de7))
11+
* aslant divider height behavior ([3b7e8fc](https://github.com/openscript-ch/react-section-dividers/commit/3b7e8fc8757cbe9633c63b06bcd8882a39e840a9))
12+
13+
14+
### 🚀 Features
15+
16+
* add aslant section ([389600e](https://github.com/openscript-ch/react-section-dividers/commit/389600ef592f1f7d2413ee97903c9fab2f73b6bd))
17+
* add basic aslant divider ([88489b7](https://github.com/openscript-ch/react-section-dividers/commit/88489b75607bd6829a94df400856d596b23a8721))
18+
* add position of divider for aslant section ([347416b](https://github.com/openscript-ch/react-section-dividers/commit/347416b756f73a30831154cabaf7e4b78ab9166a))
19+
* **AslantSection:** add as parameter ([95c6b6b](https://github.com/openscript-ch/react-section-dividers/commit/95c6b6b4bb8e50975c14e9ac25a3768325ab3150))
20+
* **AslantSection:** add bottom height ([56003bd](https://github.com/openscript-ch/react-section-dividers/commit/56003bdd00cc617af8bb04483a3a227e18bf73d4))
21+
* **AslantSection:** add other angle prop ([77d863d](https://github.com/openscript-ch/react-section-dividers/commit/77d863dbe422d6f9d0b7bb8fb7baf50ac643603c))

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.2.0",
3+
"version": "0.3.0",
44
"description": "A collapsible timeline component for React.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)