Skip to content

Commit

Permalink
chore(release): publish v2.3.8 ✨ 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vydimitrov committed Aug 29, 2020
1 parent f1c6970 commit d2d966d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.7",
"version": "2.3.8",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d2d966d

Please sign in to comment.