Skip to content

Commit d3ff788

Browse files
committed
chore(release): publish v3.0.6 ✨ πŸš€
1 parent 0c71e79 commit d3ff788

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.0.6](2022-01-13)
7+
8+
### Fix
9+
10+
- Fix README on both packages and sync up versions
11+
612
## [3.0.5](2022-01-11)
713

814
### Fix(mobile)

β€Ž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.0.5",
3+
"version": "3.0.6",
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/shared/tsconfig.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"compilerOptions": {
44
"rootDir": "./src"
55
},
6-
"include": ["src/**/*.ts"],
7-
"exclude": ["src/**/*.test.ts"]
6+
"include": ["src/**/*.*"],
7+
"exclude": ["src/**/*.test.*"]
88
}

β€Ž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.0.5",
3+
"version": "3.0.6",
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)