From bfdfea166e4f4df5096d8c148ac211f1b49618c4 Mon Sep 17 00:00:00 2001 From: Kris Ellery Date: Tue, 29 Mar 2022 14:07:43 -0500 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ff899..2746b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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. +## [2.0.0](https://github.com/zillow/react-slider/compare/v1.3.1...v2.0.0) (2022-03-29) + + +### ⚠ BREAKING CHANGES + +* update `create-react-styleguide` to 8x + +### Features + +* add ResizeObserver to handle slider resize programatically ([95bd172](https://github.com/zillow/react-slider/commit/95bd1720f79896ebf3d78a66af1f31ebb9fc58af)) +* provide root export ([7b0c97d](https://github.com/zillow/react-slider/commit/7b0c97d4ab8be21f66c66ae7dbd08f7d9fa5805c)) +* upgrade husky and add conventional commit ([caf8246](https://github.com/zillow/react-slider/commit/caf824641eb03e8dd19a1ae09dc4e72f30d928e7)) + + +### Build System + +* update `create-react-styleguide` to 8x ([d1cbe4e](https://github.com/zillow/react-slider/commit/d1cbe4ec3930e8eb06c0e23da8558d5c1d178c35)) + ### [1.3.1](https://github.com/zillow/react-slider/compare/v1.3.0...v1.3.1) (2021-06-14) diff --git a/package-lock.json b/package-lock.json index 2965451..2500fed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-slider", - "version": "1.3.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d356d3b..a766221 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-slider", - "version": "1.3.1", + "version": "2.0.0", "description": "Slider component for React", "main": "dist/cjs/index.js", "module": "dist/es/prod/index.js",