From a0810a309e0074880e6c26dc2742c636c0b29169 Mon Sep 17 00:00:00 2001 From: gael-boyenval Date: Thu, 19 Sep 2019 20:05:24 +0200 Subject: [PATCH] chore(release): publish v1.0.1-alpha.20 --- CHANGELOG.md | 21 +++++++++++++++++++ lerna.json | 2 +- packages/designer-kit/CHANGELOG.md | 11 ++++++++++ packages/designer-kit/package.json | 2 +- packages/gatsby-github-release/CHANGELOG.md | 8 +++++++ packages/gatsby-github-release/package.json | 2 +- packages/gatsby-source-preview/CHANGELOG.md | 11 ++++++++++ packages/gatsby-source-preview/package.json | 2 +- packages/gatsby-theme-styleguide/CHANGELOG.md | 8 +++++++ packages/gatsby-theme-styleguide/package.json | 6 +++--- packages/icons/CHANGELOG.md | 16 ++++++++++++++ packages/icons/package.json | 2 +- packages/styles/CHANGELOG.md | 16 ++++++++++++++ packages/styles/package.json | 4 ++-- packages/tokens/CHANGELOG.md | 11 ++++++++++ packages/tokens/package.json | 2 +- 16 files changed, 113 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e372932ba..4da682a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ 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.20](https://github.com/adeo/design-system--styleguide/compare/v1.0.1-alpha.19...v1.0.1-alpha.20) (2019-09-19) + + +### Bug Fixes + +* **foundations/icon:** add Media_Download svg in size 24px in the project and inside iconviewer ([#338](https://github.com/adeo/design-system--styleguide/issues/338)) ([412ecc6](https://github.com/adeo/design-system--styleguide/commit/412ecc6)) +* **pattern/fonts:** extract font face import into a mixin ([#353](https://github.com/adeo/design-system--styleguide/issues/353)) ([83edac7](https://github.com/adeo/design-system--styleguide/commit/83edac7)) + + +### Features + +* **build:** delete gitlab-ci ([4a764a4](https://github.com/adeo/design-system--styleguide/commit/4a764a4)) +* **chore/previews:** create a param to build only previews from a specific directory ([#355](https://github.com/adeo/design-system--styleguide/issues/355)) ([45394c3](https://github.com/adeo/design-system--styleguide/commit/45394c3)) +* **pages/contributing:** add git convention to contributing ([#330](https://github.com/adeo/design-system--styleguide/issues/330)) ([16c83a9](https://github.com/adeo/design-system--styleguide/commit/16c83a9)) +* **pattern/fileuploader:** add usage, code, specs, and design doc ([#342](https://github.com/adeo/design-system--styleguide/issues/342)) ([227d524](https://github.com/adeo/design-system--styleguide/commit/227d524)), closes [#323](https://github.com/adeo/design-system--styleguide/issues/323) [#337](https://github.com/adeo/design-system--styleguide/issues/337) [#341](https://github.com/adeo/design-system--styleguide/issues/341) +* **pattern/pages:** Definition of done for sketch symbols ([#346](https://github.com/adeo/design-system--styleguide/issues/346)) ([3761d64](https://github.com/adeo/design-system--styleguide/commit/3761d64)) + + + + + ## [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) diff --git a/lerna.json b/lerna.json index a05a563fd..6b71b27bf 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ "message": "chore(release): publish" } }, - "version": "1.0.1-alpha.19" + "version": "1.0.1-alpha.20" } diff --git a/packages/designer-kit/CHANGELOG.md b/packages/designer-kit/CHANGELOG.md index 48925f2d6..0d7856219 100644 --- a/packages/designer-kit/CHANGELOG.md +++ b/packages/designer-kit/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.20](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.19...v1.0.1-alpha.20) (2019-09-19) + + +### Features + +* **pattern/fileuploader:** add usage, code, specs, and design doc ([#342](https://github.com/adeo/mozaic-design-system/issues/342)) ([227d524](https://github.com/adeo/mozaic-design-system/commit/227d524)), closes [#323](https://github.com/adeo/mozaic-design-system/issues/323) [#337](https://github.com/adeo/mozaic-design-system/issues/337) [#341](https://github.com/adeo/mozaic-design-system/issues/341) + + + + + ## [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/designer-kit/package.json b/packages/designer-kit/package.json index 3c84d8ea0..b9e844d2d 100644 --- a/packages/designer-kit/package.json +++ b/packages/designer-kit/package.json @@ -1,6 +1,6 @@ { "name": "@mozaic-ds/designer-kit", - "version": "1.0.1-alpha.18", + "version": "1.0.1-alpha.20", "description": "all sketch libraries and assets required to work with the ADEO design system", "author": "", "license": "ISC" diff --git a/packages/gatsby-github-release/CHANGELOG.md b/packages/gatsby-github-release/CHANGELOG.md index c370d9a26..d90c04cfa 100644 --- a/packages/gatsby-github-release/CHANGELOG.md +++ b/packages/gatsby-github-release/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.20](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.19...v1.0.1-alpha.20) (2019-09-19) + +**Note:** Version bump only for package @mozaic-ds/gatsby-github-release + + + + + ## [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/gatsby-github-release/package.json b/packages/gatsby-github-release/package.json index 6b9f7246c..774b5acbe 100644 --- a/packages/gatsby-github-release/package.json +++ b/packages/gatsby-github-release/package.json @@ -1,6 +1,6 @@ { "name": "@mozaic-ds/gatsby-github-release", - "version": "1.0.1-alpha.18", + "version": "1.0.1-alpha.20", "description": "", "main": "index.js", "scripts": { diff --git a/packages/gatsby-source-preview/CHANGELOG.md b/packages/gatsby-source-preview/CHANGELOG.md index 4ae0ae0f5..baaa93790 100644 --- a/packages/gatsby-source-preview/CHANGELOG.md +++ b/packages/gatsby-source-preview/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.20](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.19...v1.0.1-alpha.20) (2019-09-19) + + +### Features + +* **chore/previews:** create a param to build only previews from a specific directory ([#355](https://github.com/adeo/mozaic-design-system/issues/355)) ([45394c3](https://github.com/adeo/mozaic-design-system/commit/45394c3)) + + + + + ## [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) **Note:** Version bump only for package @mozaic-ds/gatsby-source-preview diff --git a/packages/gatsby-source-preview/package.json b/packages/gatsby-source-preview/package.json index 564df26c6..c456f829a 100644 --- a/packages/gatsby-source-preview/package.json +++ b/packages/gatsby-source-preview/package.json @@ -1,6 +1,6 @@ { "name": "@mozaic-ds/gatsby-source-preview", - "version": "1.0.1-alpha.18", + "version": "1.0.1-alpha.20", "description": "", "main": "index.js", "scripts": { diff --git a/packages/gatsby-theme-styleguide/CHANGELOG.md b/packages/gatsby-theme-styleguide/CHANGELOG.md index 039f94253..669b740ed 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.20](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.19...v1.0.1-alpha.20) (2019-09-19) + +**Note:** Version bump only for package @mozaic-ds/gatsby-theme-styleguide + + + + + ## [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) **Note:** Version bump only for package @mozaic-ds/gatsby-theme-styleguide diff --git a/packages/gatsby-theme-styleguide/package.json b/packages/gatsby-theme-styleguide/package.json index e1f7cf2f4..2e3aad475 100644 --- a/packages/gatsby-theme-styleguide/package.json +++ b/packages/gatsby-theme-styleguide/package.json @@ -1,13 +1,13 @@ { "name": "@mozaic-ds/gatsby-theme-styleguide", - "version": "1.0.1-alpha.18", + "version": "1.0.1-alpha.20", "main": "index.js", "author": "gael-boyenval (gaelboyenval@icloud.com)", "license": "MIT", "dependencies": { - "@mozaic-ds/gatsby-github-release": "^1.0.1-alpha.18", + "@mozaic-ds/gatsby-github-release": "^1.0.1-alpha.20", "@mozaic-ds/gatsby-source-directory-tree": "^1.0.1-alpha.9", - "@mozaic-ds/gatsby-source-preview": "^1.0.1-alpha.18", + "@mozaic-ds/gatsby-source-preview": "^1.0.1-alpha.20", "gatsby-plugin-manifest": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-plugin-sass": "^2.0.1", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 88197633c..0f8eb089e 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,22 @@ 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.20](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.19...v1.0.1-alpha.20) (2019-09-19) + + +### Bug Fixes + +* **foundations/icon:** add Media_Download svg in size 24px in the project and inside iconviewer ([#338](https://github.com/adeo/mozaic-design-system/issues/338)) ([412ecc6](https://github.com/adeo/mozaic-design-system/commit/412ecc6)) + + +### Features + +* **pattern/fileuploader:** add usage, code, specs, and design doc ([#342](https://github.com/adeo/mozaic-design-system/issues/342)) ([227d524](https://github.com/adeo/mozaic-design-system/commit/227d524)), closes [#323](https://github.com/adeo/mozaic-design-system/issues/323) [#337](https://github.com/adeo/mozaic-design-system/issues/337) [#341](https://github.com/adeo/mozaic-design-system/issues/341) + + + + + ## [1.0.1-alpha.9](https://github.com/adeo/design-system--styleguide/compare/v1.0.1-alpha.7...v1.0.1-alpha.9) (2019-06-18) **Note:** Version bump only for package @mozaic-ds/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index ded57eccc..43e4383ed 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@mozaic-ds/icons", - "version": "1.0.1-alpha.9", + "version": "1.0.1-alpha.20", "description": "svg icons for mozaic design system", "author": "", "license": "ISC" diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 92ba28c94..e45c61b61 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,22 @@ 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.20](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.19...v1.0.1-alpha.20) (2019-09-19) + + +### Bug Fixes + +* **pattern/fonts:** extract font face import into a mixin ([#353](https://github.com/adeo/mozaic-design-system/issues/353)) ([83edac7](https://github.com/adeo/mozaic-design-system/commit/83edac7)) + + +### Features + +* **pattern/fileuploader:** add usage, code, specs, and design doc ([#342](https://github.com/adeo/mozaic-design-system/issues/342)) ([227d524](https://github.com/adeo/mozaic-design-system/commit/227d524)), closes [#323](https://github.com/adeo/mozaic-design-system/issues/323) [#337](https://github.com/adeo/mozaic-design-system/issues/337) [#341](https://github.com/adeo/mozaic-design-system/issues/341) + + + + + ## [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) diff --git a/packages/styles/package.json b/packages/styles/package.json index 32122fb11..3c06802de 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,10 +1,10 @@ { "name": "@mozaic-ds/styles", - "version": "1.0.1-alpha.19", + "version": "1.0.1-alpha.20", "description": "Styles scss for Designe System Adeo", "author": "", "license": "ISC", "dependencies": { - "@mozaic-ds/tokens": "^1.0.1-alpha.18" + "@mozaic-ds/tokens": "^1.0.1-alpha.20" } } diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 3a136e22a..087f2292e 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/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.20](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.19...v1.0.1-alpha.20) (2019-09-19) + + +### Features + +* **pattern/fileuploader:** add usage, code, specs, and design doc ([#342](https://github.com/adeo/mozaic-design-system/issues/342)) ([227d524](https://github.com/adeo/mozaic-design-system/commit/227d524)), closes [#323](https://github.com/adeo/mozaic-design-system/issues/323) [#337](https://github.com/adeo/mozaic-design-system/issues/337) [#341](https://github.com/adeo/mozaic-design-system/issues/341) + + + + + ## [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/tokens/package.json b/packages/tokens/package.json index 41950d01f..31a8c52ab 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@mozaic-ds/tokens", - "version": "1.0.1-alpha.18", + "version": "1.0.1-alpha.20", "description": "Tokens to Design Systeme Adeo", "author": "", "license": "ISC"