Skip to content

Commit 132f287

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-07-17) ### Features * add bundle analyzing script ([#22](#22)) ([23d44c6](23d44c6)) * add custom format support ([#20](#20)) ([e0eed2f](e0eed2f)) * add useRangeSlider & refactor RangeSlider ([#10](#10)) ([36b0639](36b0639)) * css agnostic solution ([#24](#24)) ([79f65e2](79f65e2)) * **components:** introduce RangeSlider ([#7](#7)) ([008e956](008e956)) * **components:** introduce Slider ([#18](#18)) ([d4be6c4](d4be6c4)) * project init 🌱 ([45f3836](45f3836))
1 parent 6d792f7 commit 132f287

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 1.0.0 (2020-07-17)
2+
3+
4+
### Features
5+
6+
* add bundle analyzing script ([#22](https://github.com/strvcom/react-sliders/issues/22)) ([23d44c6](https://github.com/strvcom/react-sliders/commit/23d44c6f96b11f27133271e78f7aa446009c7820))
7+
* add custom format support ([#20](https://github.com/strvcom/react-sliders/issues/20)) ([e0eed2f](https://github.com/strvcom/react-sliders/commit/e0eed2fca200aaec38c38d6df8c64b17a8a843de))
8+
* add useRangeSlider & refactor RangeSlider ([#10](https://github.com/strvcom/react-sliders/issues/10)) ([36b0639](https://github.com/strvcom/react-sliders/commit/36b063901191b4bfb8fad6a4459af19e7a326810))
9+
* css agnostic solution ([#24](https://github.com/strvcom/react-sliders/issues/24)) ([79f65e2](https://github.com/strvcom/react-sliders/commit/79f65e203337d4a349ce4c66963c9950db533832))
10+
* **components:** introduce RangeSlider ([#7](https://github.com/strvcom/react-sliders/issues/7)) ([008e956](https://github.com/strvcom/react-sliders/commit/008e9561890004ce731f79fb0c1f6d1c38a5edc3))
11+
* **components:** introduce Slider ([#18](https://github.com/strvcom/react-sliders/issues/18)) ([d4be6c4](https://github.com/strvcom/react-sliders/commit/d4be6c4b7b2b1714339d7d847ce57a1ce2515249))
12+
* project init 🌱 ([45f3836](https://github.com/strvcom/react-sliders/commit/45f3836a8e9eaf6da3805adfaedf29c9f2325812))

package-lock.json

Lines changed: 1 addition & 1 deletion
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,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "1.0.0",
33
"name": "@strv/react-sliders",
44
"license": "MIT",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)