Skip to content

Commit e86cd67

Browse files
committed
chore(release): publish v2.5.4 ✨ 🚀
1 parent f492943 commit e86cd67

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.5.4](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.5.3...v2.5.4) (2021-08-29)
7+
8+
**Note:** Version bump only for package countdown-circle-timer-monorepo
9+
10+
11+
12+
13+
614
## [2.5.3](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.5.2...v2.5.3) (2021-05-13)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.5.3",
2+
"version": "2.5.4",
33
"packages": [
44
"packages/*"
55
],

packages/mobile/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.5.4](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.5.3...v2.5.4) (2021-08-29)
7+
8+
**Note:** Version bump only for package react-native-countdown-circle-timer
9+
10+
11+
12+
13+
614
## [2.5.3](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.5.2...v2.5.3) (2021-05-13)
715

816
**Note:** Version bump only for package react-native-countdown-circle-timer

packages/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-countdown-circle-timer",
3-
"version": "2.5.3",
3+
"version": "2.5.4",
44
"description": "Lightweight React Native countdown timer component with color and progress animation based on SVG",
55
"main": "./lib/index.js",
66
"scripts": {

packages/web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.5.4](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.5.3...v2.5.4) (2021-08-29)
7+
8+
**Note:** Version bump only for package react-countdown-circle-timer
9+
10+
11+
12+
13+
614
## [2.5.3](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.5.2...v2.5.3) (2021-05-13)
715

816

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-countdown-circle-timer",
3-
"version": "2.5.3",
3+
"version": "2.5.4",
44
"description": "Lightweight React countdown timer component with color and progress animation based on SVG",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)