Skip to content

Commit e9598e6

Browse files
committed
v1.15.0
1 parent 8684c8b commit e9598e6

File tree

8 files changed

+55
-6
lines changed

8 files changed

+55
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.15.0](https://github.com/smooth-code/xstyled/compare/v1.14.0...v1.15.0) (2019-11-13)
7+
8+
9+
### Bug Fixes
10+
11+
* add missing properties top, left, right, bottom ([c20345b](https://github.com/smooth-code/xstyled/commit/c20345bc69d2056c26b133d1ad969ec22f874609))
12+
13+
14+
### Features
15+
16+
* re-export everything from @xstyled/system ([a2b6fc8](https://github.com/smooth-code/xstyled/commit/a2b6fc81494c42add14b45d5743e2fa7f3a4797f))
17+
18+
19+
20+
21+
622
# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.14.0",
6+
"version": "1.15.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.15.0](https://github.com/smooth-code/xstyled/compare/v1.14.0...v1.15.0) (2019-11-13)
7+
8+
9+
### Bug Fixes
10+
11+
* add missing properties top, left, right, bottom ([c20345b](https://github.com/smooth-code/xstyled/commit/c20345bc69d2056c26b133d1ad969ec22f874609))
12+
13+
14+
15+
16+
617
# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)
718

819

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/core",
33
"description": "xstyled core utilities",
4-
"version": "1.14.0",
4+
"version": "1.15.0",
55
"sideEffects": false,
66
"main": "dist/xstyled-core.cjs.js",
77
"module": "dist/xstyled-core.es.js",

packages/emotion/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.15.0](https://github.com/smooth-code/xstyled/compare/v1.14.0...v1.15.0) (2019-11-13)
7+
8+
9+
### Features
10+
11+
* re-export everything from @xstyled/system ([a2b6fc8](https://github.com/smooth-code/xstyled/commit/a2b6fc81494c42add14b45d5743e2fa7f3a4797f))
12+
13+
14+
15+
16+
617
# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)
718

819

packages/emotion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/emotion",
33
"description": "Xstyled bindings for emotion.",
4-
"version": "1.14.0",
4+
"version": "1.15.0",
55
"keywords": [
66
"emotion",
77
"css",
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@babel/runtime": "^7.7.2",
31-
"@xstyled/core": "^1.14.0",
31+
"@xstyled/core": "^1.15.0",
3232
"@xstyled/system": "^1.14.0",
3333
"@xstyled/util": "^1.14.0"
3434
}

packages/styled-components/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.15.0](https://github.com/smooth-code/xstyled/compare/v1.14.0...v1.15.0) (2019-11-13)
7+
8+
9+
### Features
10+
11+
* re-export everything from @xstyled/system ([a2b6fc8](https://github.com/smooth-code/xstyled/commit/a2b6fc81494c42add14b45d5743e2fa7f3a4797f))
12+
13+
14+
15+
16+
617
# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)
718

819

packages/styled-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/styled-components",
33
"description": "Xstyled bindings for styled-components.",
4-
"version": "1.14.0",
4+
"version": "1.15.0",
55
"keywords": [
66
"styled-components",
77
"css",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@babel/runtime": "^7.7.2",
29-
"@xstyled/core": "^1.14.0",
29+
"@xstyled/core": "^1.15.0",
3030
"@xstyled/system": "^1.14.0",
3131
"@xstyled/util": "^1.14.0"
3232
}

0 commit comments

Comments
 (0)