From ae8efdee0188d5fad7b138a11c62fe081520bda6 Mon Sep 17 00:00:00 2001 From: wai-lin Date: Mon, 9 Aug 2021 07:33:12 +0630 Subject: [PATCH] chore(release): 0.2.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a6e8a..30ddf0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.2.1](https://github.com/wai-lin/react-hook-pickers/compare/v0.2.0...v0.2.1) (2021-08-09) + + +### Features + +* **date-picker-provider:** useDatePickerProvider now also provide datePickerState back ([75e2dd2](https://github.com/wai-lin/react-hook-pickers/commit/75e2dd203ecea684131ae96a972849c2180147a4)) + ## [0.2.0](https://github.com/wai-lin/react-hook-pickers/compare/v0.1.2...v0.2.0) (2021-08-08) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index 5935c92..b10a7af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-hook-pickers", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index e4496ef..2dcfa3e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "git", "url": "https://github.com/wai-lin/react-hook-pickers" }, - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",