Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jun 3, 2019
1 parent 5a4a213 commit 698119a
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions 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.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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.1.0",
"version": "1.1.1",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/styled-components/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.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)


Expand Down
4 changes: 2 additions & 2 deletions packages/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -26,6 +26,6 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@xstyled/system": "^1.1.0"
"@xstyled/system": "^1.1.1"
}
}
11 changes: 11 additions & 0 deletions packages/system/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.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)


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

0 comments on commit 698119a

Please sign in to comment.