Skip to content

Commit edbd3f2

Browse files
committed
chore(release): publish v3.2.1 ✨ πŸš€
1 parent c778b6b commit edbd3f2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [3.2.1](2023-03-15)
7+
8+
### Fix
9+
10+
- Build packages before publish to include changes from v.3.2.0
11+
612
## [3.2.0](2023-03-15)
713

814
### Features

β€Ž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": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Lightweight React Native countdown timer component with color and progress animation based on SVG",
55
"main": "./lib/index.js",
66
"source": "./src/index.ts",

β€Ž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": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Lightweight React countdown timer component with color and progress animation based on SVG",
55
"main": "./lib/index.js",
66
"module": "./lib/index.module.js",

0 commit comments

Comments
Β (0)