From 698119af3c098d8c24eed8b4ae47edc6914de182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Mon, 3 Jun 2019 15:30:58 +0200 Subject: [PATCH] v1.1.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/styled-components/CHANGELOG.md | 11 +++++++++++ packages/styled-components/package.json | 4 ++-- packages/system/CHANGELOG.md | 11 +++++++++++ packages/system/package.json | 2 +- 6 files changed, 37 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6957db4f..44841d64 100644 --- a/CHANGELOG.md +++ b/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.1.1](https://github.com/smooth-code/xstyled/compare/v1.1.0...v1.1.1) (2019-06-03) + + +### Bug Fixes + +* add border-width utility ([df4c47f](https://github.com/smooth-code/xstyled/commit/df4c47f)) + + + + + # [1.1.0](https://github.com/smooth-code/xstyled/compare/v1.0.4...v1.1.0) (2019-06-03) diff --git a/lerna.json b/lerna.json index 89fb828d..9acdeaf2 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "1.1.0", + "version": "1.1.1", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/styled-components/CHANGELOG.md b/packages/styled-components/CHANGELOG.md index 6957db4f..44841d64 100644 --- a/packages/styled-components/CHANGELOG.md +++ b/packages/styled-components/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.1.1](https://github.com/smooth-code/xstyled/compare/v1.1.0...v1.1.1) (2019-06-03) + + +### Bug Fixes + +* add border-width utility ([df4c47f](https://github.com/smooth-code/xstyled/commit/df4c47f)) + + + + + # [1.1.0](https://github.com/smooth-code/xstyled/compare/v1.0.4...v1.1.0) (2019-06-03) diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index 6cd3458f..50037033 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,7 +1,7 @@ { "name": "@xstyled/styled-components", "description": "Xstyled bindings for styled components.", - "version": "1.1.0", + "version": "1.1.1", "keywords": [ "styled-components", "css", @@ -26,6 +26,6 @@ }, "dependencies": { "@babel/runtime": "^7.4.4", - "@xstyled/system": "^1.1.0" + "@xstyled/system": "^1.1.1" } } diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index e4a156be..bac736b5 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/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.1.1](https://github.com/smooth-code/xstyled/compare/v1.1.0...v1.1.1) (2019-06-03) + + +### Bug Fixes + +* add border-width utility ([df4c47f](https://github.com/smooth-code/xstyled/commit/df4c47f)) + + + + + # [1.1.0](https://github.com/smooth-code/xstyled/compare/v1.0.4...v1.1.0) (2019-06-03) diff --git a/packages/system/package.json b/packages/system/package.json index daf59539..8c45edc0 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,7 +1,7 @@ { "name": "@xstyled/system", "description": "Modern style system for styled-components & emotion.", - "version": "1.1.0", + "version": "1.1.1", "keywords": [ "emotion", "styled-components",