Skip to content

Commit

Permalink
chore(release): publish v1.0.1-alpha.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gael-boyenval committed Sep 19, 2019
1 parent 45394c3 commit a0810a3
Show file tree
Hide file tree
Showing 16 changed files with 113 additions and 11 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"message": "chore(release): publish"
}
},
"version": "1.0.1-alpha.19"
"version": "1.0.1-alpha.20"
}
11 changes: 11 additions & 0 deletions packages/designer-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/designer-kit/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-github-release/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-github-release/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/gatsby-source-preview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-preview/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-theme-styleguide/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-styleguide/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
16 changes: 16 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
16 changes: 16 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a0810a3

Please sign in to comment.