From 5abe3a2fa74eb33641e11d5cf4672f52b0009975 Mon Sep 17 00:00:00 2001 From: Deployment Robot Date: Wed, 11 Dec 2019 11:01:46 +0000 Subject: [PATCH] v0.102.0 --- CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++ docs/CHANGELOG.md | 30 ++++++++++++++++++++++ docs/package.json | 14 +++++------ lerna.json | 2 +- packages/assets/CHANGELOG.md | 18 +++++++++++++ packages/assets/package.json | 4 +-- packages/components/CHANGELOG.md | 19 ++++++++++++++ packages/components/package.json | 8 +++--- packages/fonts/CHANGELOG.md | 11 ++++++++ packages/fonts/package.json | 2 +- packages/global/CHANGELOG.md | 12 +++++++++ packages/global/package.json | 6 ++--- packages/themes/CHANGELOG.md | 24 ++++++++++++++++++ packages/themes/package.json | 2 +- packages/utils/CHANGELOG.md | 8 ++++++ packages/utils/package.json | 4 +-- 16 files changed, 186 insertions(+), 21 deletions(-) create mode 100644 packages/themes/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 78fcefa89c..b45c4fd677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,49 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.102.0](https://github.com/coingaming/sportsbet-design/compare/v0.101.0...v0.102.0) (2019-12-11) + + +### Bug Fixes + +* **form:** fix spacing, use Stack ([4e512ff](https://github.com/coingaming/sportsbet-design/commit/4e512ff)) +* **switch:** types ([a1948dd](https://github.com/coingaming/sportsbet-design/commit/a1948dd)) +* add keys to maps ([c1002d9](https://github.com/coingaming/sportsbet-design/commit/c1002d9)) +* align versions with changes in develop ([44a60f9](https://github.com/coingaming/sportsbet-design/commit/44a60f9)) +* amends based on PR feedback ([3c26727](https://github.com/coingaming/sportsbet-design/commit/3c26727)) +* dry up greens ([1fb61ed](https://github.com/coingaming/sportsbet-design/commit/1fb61ed)) +* extract map of options ([63d917c](https://github.com/coingaming/sportsbet-design/commit/63d917c)) +* only use package aliases in development mode ([89d2ad1](https://github.com/coingaming/sportsbet-design/commit/89d2ad1)) +* playground rendering ([c384b55](https://github.com/coingaming/sportsbet-design/commit/c384b55)) +* rem-ify border radius values ([05d742a](https://github.com/coingaming/sportsbet-design/commit/05d742a)) +* remove unnecessary eslint comments ([51b544c](https://github.com/coingaming/sportsbet-design/commit/51b544c)) +* revert eslint config ([b21dd7f](https://github.com/coingaming/sportsbet-design/commit/b21dd7f)) +* use heading component in palettes ([ca4fa9e](https://github.com/coingaming/sportsbet-design/commit/ca4fa9e)) +* use theme colors in examples ([588bccf](https://github.com/coingaming/sportsbet-design/commit/588bccf)) + + +### Features + +* update with master ([f753021](https://github.com/coingaming/sportsbet-design/commit/f753021)) +* **themes:** align version ([5d5981f](https://github.com/coingaming/sportsbet-design/commit/5d5981f)) +* change colors ([4d48688](https://github.com/coingaming/sportsbet-design/commit/4d48688)) +* **assets:** update to support themes ([a8b14d7](https://github.com/coingaming/sportsbet-design/commit/a8b14d7)) +* **docs:** update theme toggle design ([239196f](https://github.com/coingaming/sportsbet-design/commit/239196f)) +* **docs:** update to support latest themes ([cf5b3eb](https://github.com/coingaming/sportsbet-design/commit/cf5b3eb)) +* **global:** themeable styles ([686556c](https://github.com/coingaming/sportsbet-design/commit/686556c)) +* **switch:** colorScheme variant ([fa77d5e](https://github.com/coingaming/sportsbet-design/commit/fa77d5e)) +* **themes:** add bitcasino ([4f3a56f](https://github.com/coingaming/sportsbet-design/commit/4f3a56f)) +* **themes:** add boxShadow, fontSize, maxWidth, opacity, zIndex ([6cf85dd](https://github.com/coingaming/sportsbet-design/commit/6cf85dd)) +* implement new colors in docs components ([20b24ac](https://github.com/coingaming/sportsbet-design/commit/20b24ac)) +* **themes:** update colors again ([2668da1](https://github.com/coingaming/sportsbet-design/commit/2668da1)) +* reverse palettes to align with Figma ([dd8bc86](https://github.com/coingaming/sportsbet-design/commit/dd8bc86)) +* **themes:** update colors ([3d66ec6](https://github.com/coingaming/sportsbet-design/commit/3d66ec6)) +* introduce themes ([c37ab4c](https://github.com/coingaming/sportsbet-design/commit/c37ab4c)) + + + + + # [0.101.0](https://github.com/coingaming/sportsbet-design/compare/v0.100.0...v0.101.0) (2019-12-06) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f91af45872..09841a1250 100644 --- a/docs/CHANGELOG.md +++ b/docs/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. +# [0.102.0](https://github.com/coingaming/sportsbet-design/compare/v0.101.0...v0.102.0) (2019-12-11) + + +### Bug Fixes + +* add keys to maps ([c1002d9](https://github.com/coingaming/sportsbet-design/commit/c1002d9)) +* amends based on PR feedback ([3c26727](https://github.com/coingaming/sportsbet-design/commit/3c26727)) +* extract map of options ([63d917c](https://github.com/coingaming/sportsbet-design/commit/63d917c)) +* only use package aliases in development mode ([89d2ad1](https://github.com/coingaming/sportsbet-design/commit/89d2ad1)) +* playground rendering ([c384b55](https://github.com/coingaming/sportsbet-design/commit/c384b55)) +* rem-ify border radius values ([05d742a](https://github.com/coingaming/sportsbet-design/commit/05d742a)) +* remove unnecessary eslint comments ([51b544c](https://github.com/coingaming/sportsbet-design/commit/51b544c)) +* use heading component in palettes ([ca4fa9e](https://github.com/coingaming/sportsbet-design/commit/ca4fa9e)) + + +### Features + +* change colors ([4d48688](https://github.com/coingaming/sportsbet-design/commit/4d48688)) +* **docs:** update theme toggle design ([239196f](https://github.com/coingaming/sportsbet-design/commit/239196f)) +* **docs:** update to support latest themes ([cf5b3eb](https://github.com/coingaming/sportsbet-design/commit/cf5b3eb)) +* **switch:** colorScheme variant ([fa77d5e](https://github.com/coingaming/sportsbet-design/commit/fa77d5e)) +* **themes:** add bitcasino ([4f3a56f](https://github.com/coingaming/sportsbet-design/commit/4f3a56f)) +* implement new colors in docs components ([20b24ac](https://github.com/coingaming/sportsbet-design/commit/20b24ac)) +* **themes:** update colors again ([2668da1](https://github.com/coingaming/sportsbet-design/commit/2668da1)) +* reverse palettes to align with Figma ([dd8bc86](https://github.com/coingaming/sportsbet-design/commit/dd8bc86)) + + + + + # [0.101.0](https://github.com/coingaming/sportsbet-design/compare/v0.100.0...v0.101.0) (2019-12-06) **Note:** Version bump only for package docs diff --git a/docs/package.json b/docs/package.json index 84fdccb5dc..fd44773203 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "docs", - "version": "0.101.0", + "version": "0.102.0", "repository": "https://github.com/coingaming/sportsbet-design", "author": "Coingaming Group", "license": "MIT", @@ -30,13 +30,13 @@ } }, "dependencies": { - "@heathmont/sportsbet-assets": "^0.101.0", + "@heathmont/sportsbet-assets": "^0.102.0", "@heathmont/sportsbet-cdn": "1.1.0", - "@heathmont/sportsbet-components": "^0.101.0", - "@heathmont/sportsbet-fonts": "^0.101.0", - "@heathmont/sportsbet-global": "^0.101.0", - "@heathmont/sportsbet-themes": "^0.101.0", - "@heathmont/sportsbet-utils": "^0.101.0", + "@heathmont/sportsbet-components": "^0.102.0", + "@heathmont/sportsbet-fonts": "^0.102.0", + "@heathmont/sportsbet-global": "^0.102.0", + "@heathmont/sportsbet-themes": "^0.102.0", + "@heathmont/sportsbet-utils": "^0.102.0", "@mdx-js/mdx": "0.16.8", "@mdx-js/tag": "0.16.8", "gatsby": "2.0.117", diff --git a/lerna.json b/lerna.json index ca1a3d34c6..2863f65f8f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "docs", "packages/*" ], - "version": "0.101.0", + "version": "0.102.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index 8f53f1bb48..ad77c75ff0 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.102.0](https://github.com/coingaming/sportsbet-design/compare/v0.101.0...v0.102.0) (2019-12-11) + + +### Bug Fixes + +* use theme colors in examples ([588bccf](https://github.com/coingaming/sportsbet-design/commit/588bccf)) + + +### Features + +* update with master ([f753021](https://github.com/coingaming/sportsbet-design/commit/f753021)) +* **assets:** update to support themes ([a8b14d7](https://github.com/coingaming/sportsbet-design/commit/a8b14d7)) +* **switch:** colorScheme variant ([fa77d5e](https://github.com/coingaming/sportsbet-design/commit/fa77d5e)) + + + + + # [0.101.0](https://github.com/coingaming/sportsbet-design/compare/v0.100.0...v0.101.0) (2019-12-06) diff --git a/packages/assets/package.json b/packages/assets/package.json index b3510617a8..b24a8562e4 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/sportsbet-assets", "sideEffects": false, - "version": "0.101.0", + "version": "0.102.0", "files": [ "lib" ], @@ -29,7 +29,7 @@ "build": "yarn build:crests && yarn build:logos && yarn build:patterns && yarn build:icons && yarn build:index" }, "dependencies": { - "@heathmont/sportsbet-themes": "^0.101.0" + "@heathmont/sportsbet-themes": "^0.102.0" }, "peerDependencies": { "react": ">= 16.8.1", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 76cdccc510..2b922be4d6 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.102.0](https://github.com/coingaming/sportsbet-design/compare/v0.101.0...v0.102.0) (2019-12-11) + + +### Bug Fixes + +* **form:** fix spacing, use Stack ([4e512ff](https://github.com/coingaming/sportsbet-design/commit/4e512ff)) +* **switch:** types ([a1948dd](https://github.com/coingaming/sportsbet-design/commit/a1948dd)) + + +### Features + +* change colors ([4d48688](https://github.com/coingaming/sportsbet-design/commit/4d48688)) +* **switch:** colorScheme variant ([fa77d5e](https://github.com/coingaming/sportsbet-design/commit/fa77d5e)) +* **themes:** add bitcasino ([4f3a56f](https://github.com/coingaming/sportsbet-design/commit/4f3a56f)) + + + + + # [0.101.0](https://github.com/coingaming/sportsbet-design/compare/v0.100.0...v0.101.0) (2019-12-06) **Note:** Version bump only for package @heathmont/sportsbet-components diff --git a/packages/components/package.json b/packages/components/package.json index 13c3742e7f..ebf62968f1 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/sportsbet-components", "sideEffects": false, - "version": "0.101.0", + "version": "0.102.0", "files": [ "lib" ], @@ -15,9 +15,9 @@ "build": "echo 'Handled by root package'" }, "dependencies": { - "@heathmont/sportsbet-assets": "^0.101.0", - "@heathmont/sportsbet-themes": "^0.101.0", - "@heathmont/sportsbet-utils": "^0.101.0", + "@heathmont/sportsbet-assets": "^0.102.0", + "@heathmont/sportsbet-themes": "^0.102.0", + "@heathmont/sportsbet-utils": "^0.102.0", "@reach/dialog": "0.3.0", "polished": "3.4.1" }, diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index 717abca145..b1be886901 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/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.102.0](https://github.com/coingaming/sportsbet-design/compare/v0.101.0...v0.102.0) (2019-12-11) + + +### Features + +* **themes:** add boxShadow, fontSize, maxWidth, opacity, zIndex ([6cf85dd](https://github.com/coingaming/sportsbet-design/commit/6cf85dd)) + + + + + # [0.101.0](https://github.com/coingaming/sportsbet-design/compare/v0.100.0...v0.101.0) (2019-12-06) **Note:** Version bump only for package @heathmont/sportsbet-fonts diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 4a3d45b5f5..a1c02d506d 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/sportsbet-fonts", "sideEffects": false, - "version": "0.101.0", + "version": "0.102.0", "main": "lib/index.js", "module": "lib/es/index.js", "typings": "lib/index.d.ts", diff --git a/packages/global/CHANGELOG.md b/packages/global/CHANGELOG.md index 861ac4d76e..929abef88b 100644 --- a/packages/global/CHANGELOG.md +++ b/packages/global/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. +# [0.102.0](https://github.com/coingaming/sportsbet-design/compare/v0.101.0...v0.102.0) (2019-12-11) + + +### Features + +* **global:** themeable styles ([686556c](https://github.com/coingaming/sportsbet-design/commit/686556c)) +* **themes:** add boxShadow, fontSize, maxWidth, opacity, zIndex ([6cf85dd](https://github.com/coingaming/sportsbet-design/commit/6cf85dd)) + + + + + # [0.101.0](https://github.com/coingaming/sportsbet-design/compare/v0.100.0...v0.101.0) (2019-12-06) **Note:** Version bump only for package @heathmont/sportsbet-global diff --git a/packages/global/package.json b/packages/global/package.json index d03a6a406d..72bc1f79b3 100644 --- a/packages/global/package.json +++ b/packages/global/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/sportsbet-global", "sideEffects": false, - "version": "0.101.0", + "version": "0.102.0", "files": [ "lib" ], @@ -15,8 +15,8 @@ "build": "echo 'Handled by root package'" }, "dependencies": { - "@heathmont/sportsbet-themes": "^0.101.0", - "@heathmont/sportsbet-utils": "^0.101.0", + "@heathmont/sportsbet-themes": "^0.102.0", + "@heathmont/sportsbet-utils": "^0.102.0", "focus-visible": "5.0.2" }, "peerDependencies": { diff --git a/packages/themes/CHANGELOG.md b/packages/themes/CHANGELOG.md new file mode 100644 index 0000000000..506b122389 --- /dev/null +++ b/packages/themes/CHANGELOG.md @@ -0,0 +1,24 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.102.0](https://github.com/coingaming/sportsbet-design/compare/v0.101.0...v0.102.0) (2019-12-11) + + +### Bug Fixes + +* align versions with changes in develop ([44a60f9](https://github.com/coingaming/sportsbet-design/commit/44a60f9)) +* dry up greens ([1fb61ed](https://github.com/coingaming/sportsbet-design/commit/1fb61ed)) + + +### Features + +* **switch:** colorScheme variant ([fa77d5e](https://github.com/coingaming/sportsbet-design/commit/fa77d5e)) +* **themes:** add bitcasino ([4f3a56f](https://github.com/coingaming/sportsbet-design/commit/4f3a56f)) +* **themes:** add boxShadow, fontSize, maxWidth, opacity, zIndex ([6cf85dd](https://github.com/coingaming/sportsbet-design/commit/6cf85dd)) +* **themes:** align version ([5d5981f](https://github.com/coingaming/sportsbet-design/commit/5d5981f)) +* implement new colors in docs components ([20b24ac](https://github.com/coingaming/sportsbet-design/commit/20b24ac)) +* **themes:** update colors ([3d66ec6](https://github.com/coingaming/sportsbet-design/commit/3d66ec6)) +* **themes:** update colors again ([2668da1](https://github.com/coingaming/sportsbet-design/commit/2668da1)) +* introduce themes ([c37ab4c](https://github.com/coingaming/sportsbet-design/commit/c37ab4c)) diff --git a/packages/themes/package.json b/packages/themes/package.json index 51c06bbfaf..d9345582d0 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,6 +1,6 @@ { "name": "@heathmont/sportsbet-themes", - "version": "0.101.0", + "version": "0.102.0", "files": [ "lib" ], diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index e2b087fbfb..fbd14c935c 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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. +# [0.102.0](https://github.com/coingaming/sportsbet-design/compare/v0.101.0...v0.102.0) (2019-12-11) + +**Note:** Version bump only for package @heathmont/sportsbet-utils + + + + + # [0.101.0](https://github.com/coingaming/sportsbet-design/compare/v0.100.0...v0.101.0) (2019-12-06) **Note:** Version bump only for package @heathmont/sportsbet-utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 789e36a624..cf14ba7480 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/sportsbet-utils", "sideEffects": false, - "version": "0.101.0", + "version": "0.102.0", "files": [ "lib" ], @@ -15,7 +15,7 @@ "build": "echo 'Handled by root package'" }, "dependencies": { - "@heathmont/sportsbet-themes": "^0.101.0", + "@heathmont/sportsbet-themes": "^0.102.0", "lodash.get": "4.4.2", "lodash.has": "4.5.2", "mini-svg-data-uri": "1.0.3",