diff --git a/CHANGELOG.md b/CHANGELOG.md index d7376745a..85b583e48 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. +## [1.0.1-alpha.5](https://github.com/adeo/design-system--styleguide/compare/v1.0.1-alpha.4...v1.0.1-alpha.5) (2019-05-21) + + +### Bug Fixes + +* **version nb:** use lerna.json instead of package.json to get version ([#244](https://github.com/adeo/design-system--styleguide/issues/244)) ([4bebc47](https://github.com/adeo/design-system--styleguide/commit/4bebc47)) + + + + + ## [1.0.1-alpha.4](https://github.com/adeo/design-system--styleguide/compare/v0.0.12...v1.0.1-alpha.4) (2019-05-20) diff --git a/lerna.json b/lerna.json index cf9a1d98d..c20a264ec 100644 --- a/lerna.json +++ b/lerna.json @@ -13,5 +13,5 @@ "message": "chore(release): publish" } }, - "version": "1.0.1-alpha.4" + "version": "1.0.1-alpha.5" } diff --git a/packages/gatsby-github-release/CHANGELOG.md b/packages/gatsby-github-release/CHANGELOG.md index a7fce2c96..f8f8b7e94 100644 --- a/packages/gatsby-github-release/CHANGELOG.md +++ b/packages/gatsby-github-release/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.5](https://github.com/adeo/design-system--front-end/compare/v1.0.1-alpha.4...v1.0.1-alpha.5) (2019-05-21) + + +### Bug Fixes + +* **version nb:** use lerna.json instead of package.json to get version ([#244](https://github.com/adeo/design-system--front-end/issues/244)) ([4bebc47](https://github.com/adeo/design-system--front-end/commit/4bebc47)) + + + + + ## [1.0.1-alpha.4](https://github.com/adeo/design-system--front-end/compare/v0.0.12...v1.0.1-alpha.4) (2019-05-20) **Note:** Version bump only for package @gardencss/gatsby-github-release diff --git a/packages/gatsby-github-release/package.json b/packages/gatsby-github-release/package.json index 35e651d63..94cbe5918 100644 --- a/packages/gatsby-github-release/package.json +++ b/packages/gatsby-github-release/package.json @@ -1,6 +1,6 @@ { "name": "@gardencss/gatsby-github-release", - "version": "1.0.1-alpha.4", + "version": "1.0.1-alpha.5", "description": "", "main": "index.js", "scripts": { diff --git a/packages/gatsby-theme-styleguide/CHANGELOG.md b/packages/gatsby-theme-styleguide/CHANGELOG.md index 7d74a5a12..253c41678 100644 --- a/packages/gatsby-theme-styleguide/CHANGELOG.md +++ b/packages/gatsby-theme-styleguide/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. +## [1.0.1-alpha.5](https://github.com/adeo/design-system--front-end/compare/v1.0.1-alpha.4...v1.0.1-alpha.5) (2019-05-21) + +**Note:** Version bump only for package @gardencss/gatsby-theme-styleguide + + + + + ## [1.0.1-alpha.4](https://github.com/adeo/design-system--front-end/compare/v0.0.12...v1.0.1-alpha.4) (2019-05-20) **Note:** Version bump only for package @gardencss/gatsby-theme-styleguide diff --git a/packages/gatsby-theme-styleguide/package.json b/packages/gatsby-theme-styleguide/package.json index 574c0a7f7..f76a50288 100644 --- a/packages/gatsby-theme-styleguide/package.json +++ b/packages/gatsby-theme-styleguide/package.json @@ -1,11 +1,11 @@ { "name": "@gardencss/gatsby-theme-styleguide", - "version": "1.0.1-alpha.4", + "version": "1.0.1-alpha.5", "main": "index.js", "author": "gael-boyenval (gaelboyenval@icloud.com)", "license": "MIT", "dependencies": { - "@gardencss/gatsby-github-release": "^1.0.1-alpha.4", + "@gardencss/gatsby-github-release": "^1.0.1-alpha.5", "@gardencss/gatsby-source-directory-tree": "^1.0.1-alpha.4", "@gardencss/gatsby-source-pattern": "^1.0.1-alpha.4", "gatsby-plugin-manifest": "^2.0.5",