From bb66cb2d2823aafdb6686d8859c23ed4c0d1089f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 15 Nov 2020 12:48:31 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/react-multi-crop/CHANGELOG.md | 11 +++++++++++ packages/react-multi-crop/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5916a90..2912f8923 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.1.2](https://github.com/berviantoleo/react-multi-crop/compare/v0.1.1...v0.1.2) (2020-11-15) + + +### Bug Fixes + +* move npmrc ([f5c519b](https://github.com/berviantoleo/react-multi-crop/commit/f5c519b85b730dece4ac5ca35f0f7fbb98a1978f)) + + + + + ## [0.1.1](https://github.com/berviantoleo/react-multi-crop/compare/v0.1.0...v0.1.1) (2020-11-15) diff --git a/lerna.json b/lerna.json index 21f3451fe..bdd8e2f09 100644 --- a/lerna.json +++ b/lerna.json @@ -12,7 +12,7 @@ "allowBranch": "master" } }, - "version": "0.1.1", + "version": "0.1.2", "npmClient": "yarn", "ignoreChanges": [ "**/changelog.md", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index 912b3537d..fd548f47e 100644 --- a/packages/react-multi-crop/CHANGELOG.md +++ b/packages/react-multi-crop/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.1.2](https://github.com/berviantoleo/react-multi-crop/compare/v0.1.1...v0.1.2) (2020-11-15) + + +### Bug Fixes + +* move npmrc ([f5c519b](https://github.com/berviantoleo/react-multi-crop/commit/f5c519b85b730dece4ac5ca35f0f7fbb98a1978f)) + + + + + ## [0.1.1](https://github.com/berviantoleo/react-multi-crop/compare/v0.1.0...v0.1.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 3ebf67ac0..098040d63 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.1.1", + "version": "0.1.2", "publishConfig": { "registry": "https://npm.pkg.github.com" }