Skip to content

Commit

Permalink
chore(release): publish v2.3.7 ✨ 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vydimitrov committed Jul 24, 2020
1 parent 794a4a2 commit 36ab548
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.7](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.3.6...v2.3.7) (2020-07-24)

**Note:** Version bump only for package countdown-circle-timer-monorepo





## 2.3.6 (2020-07-22)

**Note:** Version bump only for package countdown-circle-timer-monorepo
Expand Down
20 changes: 16 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
{
"version": "2.3.6",
"packages": ["packages/*"],
"version": "2.3.7",
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"version": {
"preid": "next",
"ignoreChanges": ["**/__tests__/**", "**/*.md", "**/*.yml", "lerna.json"],
"allowBranch": ["master", "next", "develop", "release-*"],
"ignoreChanges": [
"**/__tests__/**",
"**/*.md",
"**/*.yml",
"lerna.json"
],
"allowBranch": [
"master",
"next",
"develop",
"release-*"
],
"conventionalCommits": true,
"createRelease": "github",
"message": "chore(release): publish %s :sparkles: :rocket:",
Expand Down
8 changes: 8 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.7](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.3.6...v2.3.7) (2020-07-24)

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





## 2.3.6 (2020-07-22)

**Note:** Version bump only for package react-native-countdown-circle-timer
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.6",
"version": "2.3.7",
"description": "Lightweight React Native countdown timer component with color and progress animation based on SVG",
"main": "./lib/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.7](https://github.com/vydimitrov/react-countdown-circle-timer/compare/v2.3.6...v2.3.7) (2020-07-24)

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





## 2.3.6 (2020-07-22)

**Note:** Version bump only for package react-countdown-circle-timer
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": "2.3.6",
"version": "2.3.7",
"description": "Lightweight React countdown timer component with color and progress animation based on SVG",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 36ab548

Please sign in to comment.