diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da682a6e..0081052a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ 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.21](https://github.com/adeo/design-system--styleguide/compare/v1.0.1-alpha.20...v1.0.1-alpha.21) (2019-10-02) + + +### Bug Fixes + +* **chore/deployment:** add gh token to aws lambda queries to fix deploy URLs in PRs ([#370](https://github.com/adeo/design-system--styleguide/issues/370)) ([7890127](https://github.com/adeo/design-system--styleguide/commit/7890127)) +* **chore/pr template:** update git conventions and PR template ([#366](https://github.com/adeo/design-system--styleguide/issues/366)) ([b1eee72](https://github.com/adeo/design-system--styleguide/commit/b1eee72)) +* **onboard/contributing:** change old path to project in docs ([#371](https://github.com/adeo/design-system--styleguide/issues/371)) ([ef6ac8e](https://github.com/adeo/design-system--styleguide/commit/ef6ac8e)) +* **onboard/contributing install:** change paths to new repo name [#367](https://github.com/adeo/design-system--styleguide/issues/367) ([d0228df](https://github.com/adeo/design-system--styleguide/commit/d0228df)) +* **onboard/css conventions:** add lacking images ([#368](https://github.com/adeo/design-system--styleguide/issues/368)) ([9b12853](https://github.com/adeo/design-system--styleguide/commit/9b12853)) +* **pattern/flexy grid:** fix typo in flexy space-around modifier class name ([#359](https://github.com/adeo/design-system--styleguide/issues/359)) ([0ec7ab0](https://github.com/adeo/design-system--styleguide/commit/0ec7ab0)) + + +### Features + +* **onboard/abstractDesigner:** add definition of done for Abstract review ([#354](https://github.com/adeo/design-system--styleguide/issues/354)) ([2cf7fcc](https://github.com/adeo/design-system--styleguide/commit/2cf7fcc)) +* **onboard/contributing install:** create installation instructions for contributors ([#364](https://github.com/adeo/design-system--styleguide/issues/364)) ([0ddc2fe](https://github.com/adeo/design-system--styleguide/commit/0ddc2fe)) +* **onboard/css conventions:** create docs about css conventions ([#365](https://github.com/adeo/design-system--styleguide/issues/365)) ([1b7681f](https://github.com/adeo/design-system--styleguide/commit/1b7681f)) +* **onboard/design tokens:** create docs about design tokens ([#362](https://github.com/adeo/design-system--styleguide/issues/362)) ([0f84cbe](https://github.com/adeo/design-system--styleguide/commit/0f84cbe)) +* **onboard/git conventions:** add PR labels and breaking changes informations ([#373](https://github.com/adeo/design-system--styleguide/issues/373)) ([648cda2](https://github.com/adeo/design-system--styleguide/commit/648cda2)) +* **onboard/glossary:** add glossary ([#361](https://github.com/adeo/design-system--styleguide/issues/361)) ([5808abc](https://github.com/adeo/design-system--styleguide/commit/5808abc)) +* **onboard/help:** add need help page ([#363](https://github.com/adeo/design-system--styleguide/issues/363)) ([4a30f7e](https://github.com/adeo/design-system--styleguide/commit/4a30f7e)) +* **pattern/notificaion:** add notification pattern ([#343](https://github.com/adeo/design-system--styleguide/issues/343)) ([053a8a7](https://github.com/adeo/design-system--styleguide/commit/053a8a7)) +* **patterns/flags:** create flag component ([#348](https://github.com/adeo/design-system--styleguide/issues/348)) ([7c78093](https://github.com/adeo/design-system--styleguide/commit/7c78093)) +* **website/mdx:** migrate to MDX to generate docs pages ([#360](https://github.com/adeo/design-system--styleguide/issues/360)) ([8360771](https://github.com/adeo/design-system--styleguide/commit/8360771)) + + + + + ## [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) diff --git a/lerna.json b/lerna.json index 6b71b27bf..474e69ec0 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ "message": "chore(release): publish" } }, - "version": "1.0.1-alpha.20" + "version": "1.0.1-alpha.21" } diff --git a/packages/designer-kit/CHANGELOG.md b/packages/designer-kit/CHANGELOG.md index 0d7856219..6ec2af51a 100644 --- a/packages/designer-kit/CHANGELOG.md +++ b/packages/designer-kit/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.21](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.20...v1.0.1-alpha.21) (2019-10-02) + + +### Features + +* **pattern/notificaion:** add notification pattern ([#343](https://github.com/adeo/mozaic-design-system/issues/343)) ([053a8a7](https://github.com/adeo/mozaic-design-system/commit/053a8a7)) +* **patterns/flags:** create flag component ([#348](https://github.com/adeo/mozaic-design-system/issues/348)) ([7c78093](https://github.com/adeo/mozaic-design-system/commit/7c78093)) + + + + + ## [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) diff --git a/packages/designer-kit/package.json b/packages/designer-kit/package.json index b9e844d2d..49243e3d0 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.20", + "version": "1.0.1-alpha.21", "description": "all sketch libraries and assets required to work with the ADEO design system", "author": "", "license": "ISC" diff --git a/packages/gatsby-theme-styleguide/CHANGELOG.md b/packages/gatsby-theme-styleguide/CHANGELOG.md index 669b740ed..91809bcf3 100644 --- a/packages/gatsby-theme-styleguide/CHANGELOG.md +++ b/packages/gatsby-theme-styleguide/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.21](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.20...v1.0.1-alpha.21) (2019-10-02) + + +### Features + +* **website/mdx:** migrate to MDX to generate docs pages ([#360](https://github.com/adeo/mozaic-design-system/issues/360)) ([8360771](https://github.com/adeo/mozaic-design-system/commit/8360771)) + + + + + ## [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 diff --git a/packages/gatsby-theme-styleguide/package.json b/packages/gatsby-theme-styleguide/package.json index ffb0970f5..85cd17890 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.20", + "version": "1.0.1-alpha.21", "main": "index.js", "author": "gael-boyenval (gaelboyenval@icloud.com)", "license": "MIT", "dependencies": { - "@mozaic-ds/gatsby-github-release": "^1.0.1-alpha.20", "@mdx-js/mdx": "^1.3.1", "@mdx-js/react": "^1.3.1", + "@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.20", "gatsby-plugin-manifest": "^2.0.5", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index e45c61b61..06e565050 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,23 @@ 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.21](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.20...v1.0.1-alpha.21) (2019-10-02) + + +### Bug Fixes + +* **pattern/flexy grid:** fix typo in flexy space-around modifier class name ([#359](https://github.com/adeo/mozaic-design-system/issues/359)) ([0ec7ab0](https://github.com/adeo/mozaic-design-system/commit/0ec7ab0)) + + +### Features + +* **pattern/notificaion:** add notification pattern ([#343](https://github.com/adeo/mozaic-design-system/issues/343)) ([053a8a7](https://github.com/adeo/mozaic-design-system/commit/053a8a7)) +* **patterns/flags:** create flag component ([#348](https://github.com/adeo/mozaic-design-system/issues/348)) ([7c78093](https://github.com/adeo/mozaic-design-system/commit/7c78093)) + + + + + ## [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) diff --git a/packages/styles/package.json b/packages/styles/package.json index 3c06802de..c9157a865 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,10 +1,10 @@ { "name": "@mozaic-ds/styles", - "version": "1.0.1-alpha.20", + "version": "1.0.1-alpha.21", "description": "Styles scss for Designe System Adeo", "author": "", "license": "ISC", "dependencies": { - "@mozaic-ds/tokens": "^1.0.1-alpha.20" + "@mozaic-ds/tokens": "^1.0.1-alpha.21" } } diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 087f2292e..cba4309e3 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/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.21](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.20...v1.0.1-alpha.21) (2019-10-02) + + +### Features + +* **pattern/notificaion:** add notification pattern ([#343](https://github.com/adeo/mozaic-design-system/issues/343)) ([053a8a7](https://github.com/adeo/mozaic-design-system/commit/053a8a7)) +* **patterns/flags:** create flag component ([#348](https://github.com/adeo/mozaic-design-system/issues/348)) ([7c78093](https://github.com/adeo/mozaic-design-system/commit/7c78093)) + + + + + ## [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) diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 31a8c52ab..65e8fd9ab 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@mozaic-ds/tokens", - "version": "1.0.1-alpha.20", + "version": "1.0.1-alpha.21", "description": "Tokens to Design Systeme Adeo", "author": "", "license": "ISC"