From 0e6545e637e8731e6918501441a3720ac27ad70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Fri, 15 Apr 2022 17:43:08 +0200 Subject: [PATCH] v3.6.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ benchmarks/CHANGELOG.md | 8 ++++++++ benchmarks/package.json | 6 +++--- lerna.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 4 ++-- packages/emotion/CHANGELOG.md | 11 +++++++++++ packages/emotion/package.json | 6 +++--- packages/styled-components/CHANGELOG.md | 8 ++++++++ packages/styled-components/package.json | 6 +++--- packages/system/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/system/package.json | 2 +- website/CHANGELOG.md | 11 +++++++++++ website/package.json | 2 +- 14 files changed, 111 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b56ff69..0cd34239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15) + + +### Bug Fixes + +* **core:** add missing util ([#362](https://github.com/gregberge/xstyled/issues/362)) ([00ae8dc](https://github.com/gregberge/xstyled/commit/00ae8dc818448a642d69a71dd5609e66737002f7)), closes [#354](https://github.com/gregberge/xstyled/issues/354) +* **emotion:** add missing `createCss` ([#324](https://github.com/gregberge/xstyled/issues/324)) ([f5eaa07](https://github.com/gregberge/xstyled/commit/f5eaa079780ca374f88c9184733a05362c070938)) +* move at-rules to end of nested responsive states ([6c7528e](https://github.com/gregberge/xstyled/commit/6c7528e46b2dccd934cf21ec12eb0f5076004e59)), closes [#288](https://github.com/gregberge/xstyled/issues/288) +* **types:** add missing types to the borders system utility ([#346](https://github.com/gregberge/xstyled/issues/346)) ([c0c92b4](https://github.com/gregberge/xstyled/commit/c0c92b459bb3a5de46d7854be3667861f816baa5)) +* **types:** fix missing values in types ([#361](https://github.com/gregberge/xstyled/issues/361)) ([01afa25](https://github.com/gregberge/xstyled/commit/01afa252e9c34220c799142bfc42dc0a736e55d9)), closes [#355](https://github.com/gregberge/xstyled/issues/355) +* **types:** remove deep path autocompletion ([e01e8b3](https://github.com/gregberge/xstyled/commit/e01e8b3567bebe16c90f18676797160eb9a6466a)) +* **typing:** Support any valid number for utility props that needs it ([#357](https://github.com/gregberge/xstyled/issues/357)) ([1fd72c6](https://github.com/gregberge/xstyled/commit/1fd72c6d97c469c4e7d24d900744c10e27a2a8e5)) + + +### Features + +* add ability to customize spacing properties in "texts" ([#351](https://github.com/gregberge/xstyled/issues/351)) ([57304c2](https://github.com/gregberge/xstyled/commit/57304c2fdf5c5eecd7dbceb218bd8da9ef9ab262)), closes [#350](https://github.com/gregberge/xstyled/issues/350) +* add outlineOffset property ([#360](https://github.com/gregberge/xstyled/issues/360)) ([4dac9a3](https://github.com/gregberge/xstyled/commit/4dac9a31c6b80bc66b6f28b0ea69c41a252c7a4d)) +* added inline variants support ([#334](https://github.com/gregberge/xstyled/issues/334)) ([acfa364](https://github.com/gregberge/xstyled/commit/acfa364561a2fb69b07a2a3689baf5f3a345f028)), closes [#333](https://github.com/gregberge/xstyled/issues/333) +* **typing:** infer automatically the typing of the generators used inside of the compose ([#358](https://github.com/gregberge/xstyled/issues/358)) ([ecbae73](https://github.com/gregberge/xstyled/commit/ecbae7351280b93b7fbce02ab262e0dff5884cea)) + + + + + ## [3.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10) diff --git a/benchmarks/CHANGELOG.md b/benchmarks/CHANGELOG.md index 20c96c86..e37162f4 100644 --- a/benchmarks/CHANGELOG.md +++ b/benchmarks/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. +# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15) + +**Note:** Version bump only for package @xstyled/benchmarks + + + + + ## [3.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10) **Note:** Version bump only for package @xstyled/benchmarks diff --git a/benchmarks/package.json b/benchmarks/package.json index 50b645b0..6f5d5d49 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -1,6 +1,6 @@ { "name": "@xstyled/benchmarks", - "version": "3.5.1", + "version": "3.6.0", "private": true, "scripts": { "bench-system": "node ./system.js", @@ -26,8 +26,8 @@ "@emotion/core": "^11.0.0", "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", - "@xstyled/emotion": "^3.5.1", - "@xstyled/styled-components": "^3.5.1", + "@xstyled/emotion": "^3.6.0", + "@xstyled/styled-components": "^3.6.0", "emotion-theming": "^11.0.0", "styled-components": "^5.3.5", "styled-system": "^5.1.5" diff --git a/lerna.json b/lerna.json index 380bc93e..4ab36395 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "packages": [ "packages/*" ], - "version": "3.5.1", + "version": "3.6.0", "useWorkspaces": true } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9f4efed0..e8e56d66 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15) + + +### Bug Fixes + +* **core:** add missing util ([#362](https://github.com/gregberge/xstyled/issues/362)) ([00ae8dc](https://github.com/gregberge/xstyled/commit/00ae8dc818448a642d69a71dd5609e66737002f7)), closes [#354](https://github.com/gregberge/xstyled/issues/354) + + + + + ## [3.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10) diff --git a/packages/core/package.json b/packages/core/package.json index 5e672845..9c6cb7a9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@xstyled/core", "description": "xstyled core utilities.", - "version": "3.5.1", + "version": "3.6.0", "sideEffects": false, "type": "module", "main": "./dist/index.cjs", @@ -31,7 +31,7 @@ "access": "public" }, "dependencies": { - "@xstyled/system": "^3.5.1", + "@xstyled/system": "^3.6.0", "@xstyled/util": "^3.5.1" } } diff --git a/packages/emotion/CHANGELOG.md b/packages/emotion/CHANGELOG.md index 162b598e..5d75d190 100644 --- a/packages/emotion/CHANGELOG.md +++ b/packages/emotion/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. +# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15) + + +### Bug Fixes + +* **emotion:** add missing `createCss` ([#324](https://github.com/gregberge/xstyled/issues/324)) ([f5eaa07](https://github.com/gregberge/xstyled/commit/f5eaa079780ca374f88c9184733a05362c070938)) + + + + + ## [3.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10) diff --git a/packages/emotion/package.json b/packages/emotion/package.json index 20df15c8..6f30a0b3 100644 --- a/packages/emotion/package.json +++ b/packages/emotion/package.json @@ -1,7 +1,7 @@ { "name": "@xstyled/emotion", "description": "A utility-first CSS-in-JS framework built for React (Emotion bindings).", - "version": "3.5.1", + "version": "3.6.0", "keywords": [ "emotion", "css", @@ -42,8 +42,8 @@ "@emotion/styled": "^11.0.0" }, "dependencies": { - "@xstyled/core": "^3.5.1", - "@xstyled/system": "^3.5.1", + "@xstyled/core": "^3.6.0", + "@xstyled/system": "^3.6.0", "@xstyled/util": "^3.5.1" } } diff --git a/packages/styled-components/CHANGELOG.md b/packages/styled-components/CHANGELOG.md index 8bf5ada6..6d344888 100644 --- a/packages/styled-components/CHANGELOG.md +++ b/packages/styled-components/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. +# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15) + +**Note:** Version bump only for package @xstyled/styled-components + + + + + ## [3.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10) diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index f5e3fb52..5ccc1dc3 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,7 +1,7 @@ { "name": "@xstyled/styled-components", "description": "A utility-first CSS-in-JS framework built for React (styled-components bindings).", - "version": "3.5.1", + "version": "3.6.0", "keywords": [ "styled-components", "css", @@ -41,8 +41,8 @@ "styled-components": "^4.0.0 || ^5.0.0" }, "dependencies": { - "@xstyled/core": "^3.5.1", - "@xstyled/system": "^3.5.1", + "@xstyled/core": "^3.6.0", + "@xstyled/system": "^3.6.0", "@xstyled/util": "^3.5.1" } } diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 2c7100f1..588a9319 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15) + + +### Bug Fixes + +* move at-rules to end of nested responsive states ([6c7528e](https://github.com/gregberge/xstyled/commit/6c7528e46b2dccd934cf21ec12eb0f5076004e59)), closes [#288](https://github.com/gregberge/xstyled/issues/288) +* **types:** add missing types to the borders system utility ([#346](https://github.com/gregberge/xstyled/issues/346)) ([c0c92b4](https://github.com/gregberge/xstyled/commit/c0c92b459bb3a5de46d7854be3667861f816baa5)) +* **types:** fix missing values in types ([#361](https://github.com/gregberge/xstyled/issues/361)) ([01afa25](https://github.com/gregberge/xstyled/commit/01afa252e9c34220c799142bfc42dc0a736e55d9)), closes [#355](https://github.com/gregberge/xstyled/issues/355) +* **types:** remove deep path autocompletion ([e01e8b3](https://github.com/gregberge/xstyled/commit/e01e8b3567bebe16c90f18676797160eb9a6466a)) +* **typing:** Support any valid number for utility props that needs it ([#357](https://github.com/gregberge/xstyled/issues/357)) ([1fd72c6](https://github.com/gregberge/xstyled/commit/1fd72c6d97c469c4e7d24d900744c10e27a2a8e5)) + + +### Features + +* add ability to customize spacing properties in "texts" ([#351](https://github.com/gregberge/xstyled/issues/351)) ([57304c2](https://github.com/gregberge/xstyled/commit/57304c2fdf5c5eecd7dbceb218bd8da9ef9ab262)), closes [#350](https://github.com/gregberge/xstyled/issues/350) +* add outlineOffset property ([#360](https://github.com/gregberge/xstyled/issues/360)) ([4dac9a3](https://github.com/gregberge/xstyled/commit/4dac9a31c6b80bc66b6f28b0ea69c41a252c7a4d)) +* added inline variants support ([#334](https://github.com/gregberge/xstyled/issues/334)) ([acfa364](https://github.com/gregberge/xstyled/commit/acfa364561a2fb69b07a2a3689baf5f3a345f028)), closes [#333](https://github.com/gregberge/xstyled/issues/333) +* **typing:** infer automatically the typing of the generators used inside of the compose ([#358](https://github.com/gregberge/xstyled/issues/358)) ([ecbae73](https://github.com/gregberge/xstyled/commit/ecbae7351280b93b7fbce02ab262e0dff5884cea)) + + + + + ## [3.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10) diff --git a/packages/system/package.json b/packages/system/package.json index ba9d1e74..2d2cfec2 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,7 +1,7 @@ { "name": "@xstyled/system", "description": "xstyled system utilities.", - "version": "3.5.1", + "version": "3.6.0", "keywords": [ "emotion", "styled-components", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index eab204a8..150af2e0 100644 --- a/website/CHANGELOG.md +++ b/website/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. +# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15) + + +### Features + +* add ability to customize spacing properties in "texts" ([#351](https://github.com/gregberge/xstyled/issues/351)) ([57304c2](https://github.com/gregberge/xstyled/commit/57304c2fdf5c5eecd7dbceb218bd8da9ef9ab262)), closes [#350](https://github.com/gregberge/xstyled/issues/350) + + + + + # [3.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (2022-01-10) diff --git a/website/package.json b/website/package.json index 496e9518..15fdcbea 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@xstyled/website", - "version": "3.5.0", + "version": "3.6.0", "private": true, "scripts": { "build": "gatsby build && cp _redirects public/",