Skip to content

Commit

Permalink
chore(release): publish v3.2.0 ✨ 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vydimitrov committed Mar 15, 2023
1 parent 2d7f012 commit c778b6b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.0](2023-03-15)

### Features

- Add `isGrowing` prop that indicates if the progress should grow instead of shrink. Thanks @bonqus!

### Fix

- Workflow action to run tests and publish results

## [3.1.0](2022-11-28)

### Features
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": "3.1.0",
"version": "3.2.0",
"description": "Lightweight React Native countdown timer component with color and progress animation based on SVG",
"main": "./lib/index.js",
"source": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-countdown-circle-timer",
"version": "3.1.0",
"version": "3.2.0",
"description": "Lightweight React countdown timer component with color and progress animation based on SVG",
"main": "./lib/index.js",
"module": "./lib/index.module.js",
Expand Down

0 comments on commit c778b6b

Please sign in to comment.