From e88e7c5104b2fcf0b6b1e8104c8df930956e8016 Mon Sep 17 00:00:00 2001 From: Alvin Lim Date: Mon, 10 Jun 2019 13:04:44 +0700 Subject: [PATCH] chore(release): publish stable [skip ci] - @airy/maleo-compose-plugin@0.2.1 - @airy/maleo-css-plugin@0.1.9 - @airy/maleo-gulp-plugin@0.0.20 - @airy/maleo-redux-plugin@0.0.23 - @airy/maleo-typescript-plugin@0.0.20 --- packages/compose-plugin/CHANGELOG.md | 8 ++++++++ packages/compose-plugin/package.json | 2 +- packages/css-plugin/CHANGELOG.md | 8 ++++++++ packages/css-plugin/package.json | 2 +- packages/gulp-plugin/CHANGELOG.md | 8 ++++++++ packages/gulp-plugin/package.json | 2 +- packages/redux-plugin/CHANGELOG.md | 8 ++++++++ packages/redux-plugin/package.json | 2 +- packages/typescript-plugin/CHANGELOG.md | 8 ++++++++ packages/typescript-plugin/package.json | 2 +- 10 files changed, 45 insertions(+), 5 deletions(-) diff --git a/packages/compose-plugin/CHANGELOG.md b/packages/compose-plugin/CHANGELOG.md index fd6e89a..73b0158 100644 --- a/packages/compose-plugin/CHANGELOG.md +++ b/packages/compose-plugin/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.2.1](https://github.com/alvinkl/maleo-plugins/compare/@airy/maleo-compose-plugin@0.2.0...@airy/maleo-compose-plugin@0.2.1) (2019-06-10) + +**Note:** Version bump only for package @airy/maleo-compose-plugin + + + + + # 0.2.0 (2019-03-27) diff --git a/packages/compose-plugin/package.json b/packages/compose-plugin/package.json index 0838f59..bb75b42 100644 --- a/packages/compose-plugin/package.json +++ b/packages/compose-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@airy/maleo-compose-plugin", - "version": "0.2.0", + "version": "0.2.1", "main": "lib/index.js", "license": "MIT", "files": [ diff --git a/packages/css-plugin/CHANGELOG.md b/packages/css-plugin/CHANGELOG.md index e886d3e..dd0929f 100644 --- a/packages/css-plugin/CHANGELOG.md +++ b/packages/css-plugin/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.1.9](https://github.com/alvinkl/maleo-plugins/compare/@airy/maleo-css-plugin@0.1.8...@airy/maleo-css-plugin@0.1.9) (2019-06-10) + +**Note:** Version bump only for package @airy/maleo-css-plugin + + + + + ## [0.1.8](https://github.com/airyrooms/maleo-plugins/compare/@airy/maleo-css-plugin@0.1.7...@airy/maleo-css-plugin@0.1.8) (2019-05-20) **Note:** Version bump only for package @airy/maleo-css-plugin diff --git a/packages/css-plugin/package.json b/packages/css-plugin/package.json index 60b998d..1c07895 100644 --- a/packages/css-plugin/package.json +++ b/packages/css-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@airy/maleo-css-plugin", - "version": "0.1.8", + "version": "0.1.9", "main": "lib/index.js", "license": "MIT", "scripts": { diff --git a/packages/gulp-plugin/CHANGELOG.md b/packages/gulp-plugin/CHANGELOG.md index 9a2ecbd..7a075d3 100644 --- a/packages/gulp-plugin/CHANGELOG.md +++ b/packages/gulp-plugin/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.20](https://github.com/alvinkl/maleo-plugins/compare/@airy/maleo-gulp-plugin@0.0.19...@airy/maleo-gulp-plugin@0.0.20) (2019-06-10) + +**Note:** Version bump only for package @airy/maleo-gulp-plugin + + + + + ## 0.0.19 (2019-03-27) diff --git a/packages/gulp-plugin/package.json b/packages/gulp-plugin/package.json index ddfebfc..ccab9a4 100644 --- a/packages/gulp-plugin/package.json +++ b/packages/gulp-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@airy/maleo-gulp-plugin", - "version": "0.0.19", + "version": "0.0.20", "main": "index.js", "license": "MIT", "dependencies": { diff --git a/packages/redux-plugin/CHANGELOG.md b/packages/redux-plugin/CHANGELOG.md index 8532ef1..43d0a9b 100644 --- a/packages/redux-plugin/CHANGELOG.md +++ b/packages/redux-plugin/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.23](https://github.com/alvinkl/maleo-plugins/compare/@airy/maleo-redux-plugin@0.0.22...@airy/maleo-redux-plugin@0.0.23) (2019-06-10) + +**Note:** Version bump only for package @airy/maleo-redux-plugin + + + + + ## [0.0.22](https://github.com/airyrooms/maleo-plugins/compare/@airy/maleo-redux-plugin@0.0.21...@airy/maleo-redux-plugin@0.0.22) (2019-05-20) **Note:** Version bump only for package @airy/maleo-redux-plugin diff --git a/packages/redux-plugin/package.json b/packages/redux-plugin/package.json index 568dcdb..85fc0e6 100644 --- a/packages/redux-plugin/package.json +++ b/packages/redux-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@airy/maleo-redux-plugin", - "version": "0.0.22", + "version": "0.0.23", "main": "lib/index.js", "license": "MIT", "scripts": { diff --git a/packages/typescript-plugin/CHANGELOG.md b/packages/typescript-plugin/CHANGELOG.md index 9a2ecbd..6897c95 100644 --- a/packages/typescript-plugin/CHANGELOG.md +++ b/packages/typescript-plugin/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.20](https://github.com/alvinkl/maleo-plugins/compare/@airy/maleo-typescript-plugin@0.0.19...@airy/maleo-typescript-plugin@0.0.20) (2019-06-10) + +**Note:** Version bump only for package @airy/maleo-typescript-plugin + + + + + ## 0.0.19 (2019-03-27) diff --git a/packages/typescript-plugin/package.json b/packages/typescript-plugin/package.json index f416e27..fce6b08 100644 --- a/packages/typescript-plugin/package.json +++ b/packages/typescript-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@airy/maleo-typescript-plugin", - "version": "0.0.19", + "version": "0.0.20", "main": "lib/index.js", "license": "MIT", "scripts": {