From d2d966df686eb80563fc7f809f1ceb7535aa6729 Mon Sep 17 00:00:00 2001 From: vydimitrov Date: Sat, 29 Aug 2020 14:39:32 +0000 Subject: [PATCH] chore(release): publish v2.3.8 :sparkles: :rocket: --- CHANGELOG.md | 17 +++++++++++++++++ lerna.json | 2 +- packages/mobile/CHANGELOG.md | 11 +++++++++++ packages/mobile/package.json | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f03f8fb..e486462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.8](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.3.7...v2.3.8) (2020-08-29) + + +### Bug Fixes + +* **mobile:** add correct dependencies in hooks ([9d77921](https://github.com/vydimitrov/react-countdown-circle-timer/commit/9d779212419c2e7ad397cffab7a3c1aef759534f)) +* minutes formatting in recipes on Readme page ([acab4c8](https://github.com/vydimitrov/react-countdown-circle-timer/commit/acab4c85fb9106a54d0b698e45af28e2db7709eb)) + + +### Features + +* add eslint plugin:react-hooks ([288320f](https://github.com/vydimitrov/react-countdown-circle-timer/commit/288320f9d2bfca4e5f20d528221214dd06ff9f52)) + + + + + ## 2.3.7 (2020-07-24) **Note:** Configure Github action to release using Lerna. No changes on component code. diff --git a/lerna.json b/lerna.json index 7d635b3..ef7f4a6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.7", + "version": "2.3.8", "packages": [ "packages/*" ], diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 7fef212..daff164 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.8](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.3.7...v2.3.8) (2020-08-29) + + +### Bug Fixes + +* **mobile:** add correct dependencies in hooks ([9d77921](https://github.com/vydimitrov/react-countdown-circle-timer/commit/9d779212419c2e7ad397cffab7a3c1aef759534f)) + + + + + ## 2.3.7 (2020-07-24) **Note:** Configure Github action to release using Lerna. No changes on component code. diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 6192d6a..d1f8f9f 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "react-native-countdown-circle-timer", - "version": "2.3.7", + "version": "2.3.8", "description": "Lightweight React Native countdown timer component with color and progress animation based on SVG", "main": "./lib/index.js", "scripts": {