diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bacfe39c..e372932ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1-alpha.19](https://github.com/adeo/design-system--styleguide/compare/v1.0.1-alpha.18...v1.0.1-alpha.19) (2019-08-22) + + +### Bug Fixes + +* **chore/release deploy:** add gh token env variable for main release ([f79d644](https://github.com/adeo/design-system--styleguide/commit/f79d644)) +* **pattern/button:** false change to trigger deploy ([1ed5ff0](https://github.com/adeo/design-system--styleguide/commit/1ed5ff0)) + + + + + ## [1.0.1-alpha.18](https://github.com/adeo/design-system--styleguide/compare/v1.0.1-alpha.17...v1.0.1-alpha.18) (2019-08-22) diff --git a/lerna.json b/lerna.json index c23e5822f..a05a563fd 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ "message": "chore(release): publish" } }, - "version": "1.0.1-alpha.18" + "version": "1.0.1-alpha.19" } diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 304679d52..92ba28c94 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/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. +## [1.0.1-alpha.19](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.18...v1.0.1-alpha.19) (2019-08-22) + + +### Bug Fixes + +* **pattern/button:** false change to trigger deploy ([1ed5ff0](https://github.com/adeo/mozaic-design-system/commit/1ed5ff0)) + + + + + ## [1.0.1-alpha.18](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.17...v1.0.1-alpha.18) (2019-08-22) diff --git a/packages/styles/package.json b/packages/styles/package.json index 406dbef44..32122fb11 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@mozaic-ds/styles", - "version": "1.0.1-alpha.18", + "version": "1.0.1-alpha.19", "description": "Styles scss for Designe System Adeo", "author": "", "license": "ISC",