From 0862b5ed0f957e4cd4dfbdaf7bda7bc563051b42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 15 Nov 2020 12:36:05 +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 | 4 ++-- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f540c6253..c56631ec9 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.0](https://github.com/berviantoleo/react-multi-crop/compare/v0.0.3...v0.1.0) (2020-11-15) + + +### Features + +* add license ([0ab9e42](https://github.com/berviantoleo/react-multi-crop/commit/0ab9e42c6042be9dbd1a1db17b65adbe5573b8d7)) + + + + + ## [0.0.3](https://github.com/berviantoleo/react-multi-crop/compare/v0.0.2...v0.0.3) (2020-11-15) diff --git a/lerna.json b/lerna.json index 7dc8eb0ca..2af7868b0 100644 --- a/lerna.json +++ b/lerna.json @@ -12,7 +12,7 @@ "allowBranch": "master" } }, - "version": "0.0.3", + "version": "0.1.0", "npmClient": "yarn", "ignoreChanges": [ "**/changelog.md", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index 43ad6c963..45396a943 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.0](https://github.com/berviantoleo/react-multi-crop/compare/v0.0.3...v0.1.0) (2020-11-15) + + +### Features + +* add license ([0ab9e42](https://github.com/berviantoleo/react-multi-crop/commit/0ab9e42c6042be9dbd1a1db17b65adbe5573b8d7)) + + + + + ## [0.0.3](https://github.com/berviantoleo/react-multi-crop/compare/v0.0.2...v0.0.3) (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 21e3e5a7e..ed5628f5f 100644 --- a/packages/react-multi-crop/package.json +++ b/packages/react-multi-crop/package.json @@ -57,8 +57,8 @@ "webpack-dev-server": "^3.11.0" }, "license": "MIT", - "version": "0.0.3", + "version": "0.1.0", "publishConfig": { "registry": "https://npm.pkg.github.com" } -} \ No newline at end of file +}