Skip to content

Commit

Permalink
v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 13, 2019
1 parent 8684c8b commit e9598e6
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.15.0](https://github.com/smooth-code/xstyled/compare/v1.14.0...v1.15.0) (2019-11-13)


### Bug Fixes

* add missing properties top, left, right, bottom ([c20345b](https://github.com/smooth-code/xstyled/commit/c20345bc69d2056c26b133d1ad969ec22f874609))


### Features

* re-export everything from @xstyled/system ([a2b6fc8](https://github.com/smooth-code/xstyled/commit/a2b6fc81494c42add14b45d5743e2fa7f3a4797f))





# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)


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.14.0",
"version": "1.15.0",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/core/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.15.0](https://github.com/smooth-code/xstyled/compare/v1.14.0...v1.15.0) (2019-11-13)


### Bug Fixes

* add missing properties top, left, right, bottom ([c20345b](https://github.com/smooth-code/xstyled/commit/c20345bc69d2056c26b133d1ad969ec22f874609))





# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/core",
"description": "xstyled core utilities",
"version": "1.14.0",
"version": "1.15.0",
"sideEffects": false,
"main": "dist/xstyled-core.cjs.js",
"module": "dist/xstyled-core.es.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/emotion/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.15.0](https://github.com/smooth-code/xstyled/compare/v1.14.0...v1.15.0) (2019-11-13)


### Features

* re-export everything from @xstyled/system ([a2b6fc8](https://github.com/smooth-code/xstyled/commit/a2b6fc81494c42add14b45d5743e2fa7f3a4797f))





# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/emotion",
"description": "Xstyled bindings for emotion.",
"version": "1.14.0",
"version": "1.15.0",
"keywords": [
"emotion",
"css",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@xstyled/core": "^1.14.0",
"@xstyled/core": "^1.15.0",
"@xstyled/system": "^1.14.0",
"@xstyled/util": "^1.14.0"
}
Expand Down
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.15.0](https://github.com/smooth-code/xstyled/compare/v1.14.0...v1.15.0) (2019-11-13)


### Features

* re-export everything from @xstyled/system ([a2b6fc8](https://github.com/smooth-code/xstyled/commit/a2b6fc81494c42add14b45d5743e2fa7f3a4797f))





# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)


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.14.0",
"version": "1.15.0",
"keywords": [
"styled-components",
"css",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@xstyled/core": "^1.14.0",
"@xstyled/core": "^1.15.0",
"@xstyled/system": "^1.14.0",
"@xstyled/util": "^1.14.0"
}
Expand Down

0 comments on commit e9598e6

Please sign in to comment.