diff --git a/CHANGELOG.md b/CHANGELOG.md index a319398eb..496d30f5b 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. +# [0.7.0](https://github.com/FacioCode/design/compare/v0.6.0...v0.7.0) (2020-11-24) + + +### Bug Fixes + +* **flutter-styles:** use correct FontWeight class notation ([bd1a470](https://github.com/FacioCode/design/commit/bd1a4707d05b198544190673ba6d0114daf26aac)) +* **flutter-styles:** use correct FontWeight class notation at TextTheme ([7b13e02](https://github.com/FacioCode/design/commit/7b13e02cb72163be002d58299331ce6506224c5e)) + + +### Features + +* **react-unstyled:** make *Element types available ([3fd07d5](https://github.com/FacioCode/design/commit/3fd07d5e81c5bc614fab67fbbae9507e9e19ea60)) +* **styles:** add alignment transform for Flutter ([4a626bd](https://github.com/FacioCode/design/commit/4a626bdb5583c0196ee8045dfd3771112718359d)) +* **styles:** add fontSizeToRem transform ([01594d5](https://github.com/FacioCode/design/commit/01594d5e3d911f147d78e4dc2b875e01ff57f088)) +* **styles:** add fontWeight transform for Flutter ([025d712](https://github.com/FacioCode/design/commit/025d712e74170e070dd9ab585b96f931c6d50e3d)) +* **styles:** add lineHeightToEm transform ([fa439d7](https://github.com/FacioCode/design/commit/fa439d765d70851f736573ed9080582e829cd423)) +* **styles:** add separated matchers ([0e00117](https://github.com/FacioCode/design/commit/0e0011737f1ad6eee8b70c7be8900cb7f6c804fb)) +* **styles:** add size/fontSizeToRem and size/lineHeightToEm transforms ([801314f](https://github.com/FacioCode/design/commit/801314f2f2084f194f38ba307472987120bd521d)) +* **styles:** add support to alignment and fontWeight flutter transforms ([be8a497](https://github.com/FacioCode/design/commit/be8a4970ea7f572652e6d16ace343a99220ba1f6)) +* **styles:** add typography align tokens (for web platform) ([e8daf4b](https://github.com/FacioCode/design/commit/e8daf4bc2d2cd6676b6c428274ace289ec014ed0)) +* **styles:** add web-specific baseline component tokens ([9978717](https://github.com/FacioCode/design/commit/997871750fceac60d319fab5273724d332507983)) +* **styles:** add web-specific tokens for input component ([18014ce](https://github.com/FacioCode/design/commit/18014ce02810c965aeffde9b137f903433ec4b5d)) +* **styles:** set default color token for input component ([3c02f8d](https://github.com/FacioCode/design/commit/3c02f8dd78d643f2c2b17d43b2e6bc65c4c0bfdb)) +* **styles:** set font family tokens by platform, add fallback for web ([de55be0](https://github.com/FacioCode/design/commit/de55be0437f9c103a201e6ee933a340d5f9fb0b5)) +* **typography:** add support to variant and other props ([0ba7868](https://github.com/FacioCode/design/commit/0ba78683fce46b630b9f2c66fd16564e53f3f208)) + + + + + # [0.6.0](https://github.com/FacioCode/design/compare/v0.5.0...v0.6.0) (2020-11-23) diff --git a/lerna.json b/lerna.json index fbc5b85ce..b2eeacd4f 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ "packages": [ "packages/*" ], - "version": "0.6.0" + "version": "0.7.0" } diff --git a/packages/flutter-styles/CHANGELOG.md b/packages/flutter-styles/CHANGELOG.md index a5ac4261e..ea0397ed7 100644 --- a/packages/flutter-styles/CHANGELOG.md +++ b/packages/flutter-styles/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.7.0](https://github.com/FacioCode/design/compare/v0.6.0...v0.7.0) (2020-11-24) + + +### Bug Fixes + +* **flutter-styles:** use correct FontWeight class notation ([bd1a470](https://github.com/FacioCode/design/commit/bd1a4707d05b198544190673ba6d0114daf26aac)) +* **flutter-styles:** use correct FontWeight class notation at TextTheme ([7b13e02](https://github.com/FacioCode/design/commit/7b13e02cb72163be002d58299331ce6506224c5e)) + + + + + # [0.6.0](https://github.com/FacioCode/design/compare/v0.5.0...v0.6.0) (2020-11-23) **Note:** Version bump only for package facio_styles diff --git a/packages/flutter-styles/package.json b/packages/flutter-styles/package.json index 58d2d6705..bfc8949ee 100644 --- a/packages/flutter-styles/package.json +++ b/packages/flutter-styles/package.json @@ -16,5 +16,5 @@ "url": "https://github.com/FacioCode" }, "license": "ISC", - "version": "0.6.0" + "version": "0.7.0" } diff --git a/packages/react-unstyled/CHANGELOG.md b/packages/react-unstyled/CHANGELOG.md index cf35c7c73..7a651ec76 100644 --- a/packages/react-unstyled/CHANGELOG.md +++ b/packages/react-unstyled/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.7.0](https://github.com/FacioCode/design/compare/v0.6.0...v0.7.0) (2020-11-24) + + +### Features + +* **react-unstyled:** make *Element types available ([3fd07d5](https://github.com/FacioCode/design/commit/3fd07d5e81c5bc614fab67fbbae9507e9e19ea60)) +* **typography:** add support to variant and other props ([0ba7868](https://github.com/FacioCode/design/commit/0ba78683fce46b630b9f2c66fd16564e53f3f208)) + + + + + # [0.6.0](https://github.com/FacioCode/design/compare/v0.5.0...v0.6.0) (2020-11-23) **Note:** Version bump only for package @faciocode/react-unstyled diff --git a/packages/react-unstyled/package-lock.json b/packages/react-unstyled/package-lock.json index ac9cdb908..4162e2de0 100644 --- a/packages/react-unstyled/package-lock.json +++ b/packages/react-unstyled/package-lock.json @@ -1,6 +1,6 @@ { "name": "@faciocode/react-unstyled", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/react-unstyled/package.json b/packages/react-unstyled/package.json index 6c437da6b..6c7c07ee7 100644 --- a/packages/react-unstyled/package.json +++ b/packages/react-unstyled/package.json @@ -1,7 +1,7 @@ { "name": "@faciocode/react-unstyled", "displayName": "FacioReactUnstyled", - "version": "0.6.0", + "version": "0.7.0", "description": "Unstyled React components for Facio", "keywords": [ "react", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 434ebd3e1..6f7ee4428 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.7.0](https://github.com/FacioCode/design/compare/v0.6.0...v0.7.0) (2020-11-24) + +**Note:** Version bump only for package @faciocode/react + + + + + # [0.6.0](https://github.com/FacioCode/design/compare/v0.5.0...v0.6.0) (2020-11-23) diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 653f1da3c..e842af438 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,6 +1,6 @@ { "name": "@faciocode/react", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/react/package.json b/packages/react/package.json index d2a52e2a5..f08052dcb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@faciocode/react", "displayName": "FacioReact", - "version": "0.6.0", + "version": "0.7.0", "description": "React styled components for Facio", "keywords": [ "react", @@ -52,7 +52,7 @@ "react-dom": "16.14.0 || 17.0.1" }, "dependencies": { - "@faciocode/react-unstyled": "^0.6.0" + "@faciocode/react-unstyled": "^0.7.0" }, "publishConfig": { "access": "public" diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 38844269d..20ae7a44f 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.7.0](https://github.com/FacioCode/design/compare/v0.6.0...v0.7.0) (2020-11-24) + + +### Features + +* **styles:** add alignment transform for Flutter ([4a626bd](https://github.com/FacioCode/design/commit/4a626bdb5583c0196ee8045dfd3771112718359d)) +* **styles:** add fontSizeToRem transform ([01594d5](https://github.com/FacioCode/design/commit/01594d5e3d911f147d78e4dc2b875e01ff57f088)) +* **styles:** add fontWeight transform for Flutter ([025d712](https://github.com/FacioCode/design/commit/025d712e74170e070dd9ab585b96f931c6d50e3d)) +* **styles:** add lineHeightToEm transform ([fa439d7](https://github.com/FacioCode/design/commit/fa439d765d70851f736573ed9080582e829cd423)) +* **styles:** add separated matchers ([0e00117](https://github.com/FacioCode/design/commit/0e0011737f1ad6eee8b70c7be8900cb7f6c804fb)) +* **styles:** add size/fontSizeToRem and size/lineHeightToEm transforms ([801314f](https://github.com/FacioCode/design/commit/801314f2f2084f194f38ba307472987120bd521d)) +* **styles:** add support to alignment and fontWeight flutter transforms ([be8a497](https://github.com/FacioCode/design/commit/be8a4970ea7f572652e6d16ace343a99220ba1f6)) +* **styles:** add typography align tokens (for web platform) ([e8daf4b](https://github.com/FacioCode/design/commit/e8daf4bc2d2cd6676b6c428274ace289ec014ed0)) +* **styles:** add web-specific baseline component tokens ([9978717](https://github.com/FacioCode/design/commit/997871750fceac60d319fab5273724d332507983)) +* **styles:** add web-specific tokens for input component ([18014ce](https://github.com/FacioCode/design/commit/18014ce02810c965aeffde9b137f903433ec4b5d)) +* **styles:** set default color token for input component ([3c02f8d](https://github.com/FacioCode/design/commit/3c02f8dd78d643f2c2b17d43b2e6bc65c4c0bfdb)) +* **styles:** set font family tokens by platform, add fallback for web ([de55be0](https://github.com/FacioCode/design/commit/de55be0437f9c103a201e6ee933a340d5f9fb0b5)) + + + + + # [0.6.0](https://github.com/FacioCode/design/compare/v0.5.0...v0.6.0) (2020-11-23) **Note:** Version bump only for package @faciocode/styles diff --git a/packages/styles/package.json b/packages/styles/package.json index df7ba10b3..8e609729f 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,7 +1,7 @@ { "name": "@faciocode/styles", "displayName": "facio_styles", - "version": "0.6.0", + "version": "0.7.0", "description": "Styles and assets for Facio Design System", "keywords": [ "styles",