Skip to content

Commit

Permalink
chore(release): publish v2.3.10 ✨ 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vydimitrov committed Oct 11, 2020
1 parent 07b2a6c commit ac54546
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions 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.10](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.3.9...v2.3.10) (2020-10-11)


### Bug Fixes

* **mobile:** wrong onComplete type fixes[#56](https://github.com/vydimitrov/react-countdown-circle-timer/issues/56) ([07b2a6c](https://github.com/vydimitrov/react-countdown-circle-timer/commit/07b2a6c3689a154b84f0b248ff231433d4db9912))





## [2.3.9](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.3.8...v2.3.9) (2020-09-06)


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.9",
"version": "2.3.10",
"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.10](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.3.9...v2.3.10) (2020-10-11)


### Bug Fixes

* **mobile:** wrong onComplete type fixes[#56](https://github.com/vydimitrov/react-countdown-circle-timer/issues/56) ([07b2a6c](https://github.com/vydimitrov/react-countdown-circle-timer/commit/07b2a6c3689a154b84f0b248ff231433d4db9912))





## [2.3.9](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.3.8...v2.3.9) (2020-09-06)


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.9",
"version": "2.3.10",
"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 ac54546

Please sign in to comment.