diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5500c4..ab976bec 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.3.1-canary.18](https://github.com/airyrooms/maleo.js/compare/v0.3.1-canary.17...v0.3.1-canary.18) (2019-07-15) + + +### Bug Fixes + +* **maleo-core/build:** babel config decorator ([#211](https://github.com/airyrooms/maleo.js/issues/211)) ([249f744](https://github.com/airyrooms/maleo.js/commit/249f744)) + + + + + ## [0.3.1-canary.17](https://github.com/airyrooms/maleo.js/compare/v0.3.1-canary.16...v0.3.1-canary.17) (2019-07-11) diff --git a/lerna.json b/lerna.json index 7c3242d3..698a147e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.13.1", - "version": "0.3.1-canary.17", + "version": "0.3.1-canary.18", "packages": [ "packages/*" ], diff --git a/packages/Maleo.js/CHANGELOG.md b/packages/Maleo.js/CHANGELOG.md index 206a1f59..e52d9f29 100644 --- a/packages/Maleo.js/CHANGELOG.md +++ b/packages/Maleo.js/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.3.1-canary.18](https://github.com/airyrooms/maleo.js/compare/v0.3.1-canary.17...v0.3.1-canary.18) (2019-07-15) + + +### Bug Fixes + +* **maleo-core/build:** babel config decorator ([#211](https://github.com/airyrooms/maleo.js/issues/211)) ([249f744](https://github.com/airyrooms/maleo.js/commit/249f744)) + + + + + ## [0.3.1-canary.17](https://github.com/airyrooms/maleo.js/compare/v0.3.1-canary.16...v0.3.1-canary.17) (2019-07-11) diff --git a/packages/Maleo.js/package.json b/packages/Maleo.js/package.json index 083d35b1..df62e305 100644 --- a/packages/Maleo.js/package.json +++ b/packages/Maleo.js/package.json @@ -1,6 +1,6 @@ { "name": "@airy/maleo", - "version": "0.3.1-canary.17", + "version": "0.3.1-canary.18", "description": "Un-opinionated Universal Rendering Javascript Framework", "repository": { "type": "git",