From db14518ec2c62ffcae8abd87921d75d33298f62b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 15 Nov 2020 12:31:05 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/react-multi-crop/CHANGELOG.md | 8 ++++++++ packages/react-multi-crop/package.json | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1048f2a5a..4c4705ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.2](https://github.com/berviantoleo/react-multi-crop/compare/v0.0.1...v0.0.2) (2020-11-15) + + +### Bug Fixes + +* add GH_TOKEN ([4dcb2b3](https://github.com/berviantoleo/react-multi-crop/commit/4dcb2b3193b2150c05630388b81853637b991b80)) + + + + + ## [0.0.1](https://github.com/berviantoleo/react-multi-crop/compare/v1.0.0...v0.0.1) (2020-11-15) diff --git a/lerna.json b/lerna.json index 23a1bcbf9..4e7fcb968 100644 --- a/lerna.json +++ b/lerna.json @@ -12,7 +12,7 @@ "allowBranch": "master" } }, - "version": "0.0.1", + "version": "0.0.2", "npmClient": "yarn", "ignoreChanges": [ "**/changelog.md", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index 79b37c4f8..0558752ee 100644 --- a/packages/react-multi-crop/CHANGELOG.md +++ b/packages/react-multi-crop/CHANGELOG.md @@ -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. +## [0.0.2](https://github.com/berviantoleo/react-multi-crop/compare/v0.0.1...v0.0.2) (2020-11-15) + +**Note:** Version bump only for package @berviantoleo/react-multi-crop + + + + + ## [0.0.1](https://github.com/berviantoleo/react-multi-crop/compare/v1.0.0...v0.0.1) (2020-11-15) **Note:** Version bump only for package @berviantoleo/react-multi-crop diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index fa3037f56..d3edaa73e 100644 --- a/packages/react-multi-crop/package.json +++ b/packages/react-multi-crop/package.json @@ -57,7 +57,7 @@ "webpack-dev-server": "^3.11.0" }, "license": "MIT", - "version": "0.0.1", + "version": "0.0.2", "publishConfig": { "registry": "https://npm.pkg.github.com" }