Skip to content

Commit 6e5ffa8

Browse files
committed
v1.14.0
1 parent 970bbdd commit 6e5ffa8

File tree

16 files changed

+102
-14
lines changed

16 files changed

+102
-14
lines changed

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.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)
7+
8+
9+
### Features
10+
11+
* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))
12+
13+
14+
15+
16+
617
## [1.13.1](https://github.com/smooth-code/xstyled/compare/v1.13.0...v1.13.1) (2019-09-26)
718

819

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.13.1",
6+
"version": "1.14.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/babel-preset-emotion-css-prop/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.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)
7+
8+
9+
### Features
10+
11+
* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))
12+
13+
14+
15+
16+
617
# [1.11.0](https://github.com/smooth-code/xstyled/compare/v1.10.1...v1.11.0) (2019-08-28)
718

819
**Note:** Version bump only for package @xstyled/babel-preset-emotion-css-prop

packages/babel-preset-emotion-css-prop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/babel-preset-emotion-css-prop",
33
"description": "A babel preset to automatically enable emotion's css prop with xstyled",
4-
"version": "1.11.0",
4+
"version": "1.14.0",
55
"sideEffects": false,
66
"main": "dist/xstyled-babel-preset-emotion-css-prop.cjs.js",
77
"module": "dist/xstyled-babel-preset-emotion-css-prop.es.js",

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.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)
7+
8+
9+
### Features
10+
11+
* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))
12+
13+
14+
15+
16+
617
## [1.13.1](https://github.com/smooth-code/xstyled/compare/v1.13.0...v1.13.1) (2019-09-26)
718

819

packages/core/package.json

Lines changed: 2 additions & 2 deletions
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.13.1",
4+
"version": "1.14.0",
55
"sideEffects": false,
66
"main": "dist/xstyled-core.cjs.js",
77
"module": "dist/xstyled-core.es.js",
@@ -17,6 +17,6 @@
1717
},
1818
"dependencies": {
1919
"@babel/runtime": "^7.7.2",
20-
"@xstyled/system": "^1.11.0"
20+
"@xstyled/system": "^1.14.0"
2121
}
2222
}

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.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)
7+
8+
9+
### Features
10+
11+
* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))
12+
13+
14+
15+
16+
617
## [1.13.1](https://github.com/smooth-code/xstyled/compare/v1.13.0...v1.13.1) (2019-09-26)
718

819
**Note:** Version bump only for package @xstyled/emotion

packages/emotion/package.json

Lines changed: 3 additions & 3 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.13.1",
4+
"version": "1.14.0",
55
"keywords": [
66
"emotion",
77
"css",
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@babel/runtime": "^7.7.2",
31-
"@xstyled/core": "^1.13.1",
32-
"@xstyled/util": "^1.11.0"
31+
"@xstyled/core": "^1.14.0",
32+
"@xstyled/util": "^1.14.0"
3333
}
3434
}

packages/prop-types/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.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)
7+
8+
9+
### Features
10+
11+
* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))
12+
13+
14+
15+
16+
617
# [1.11.0](https://github.com/smooth-code/xstyled/compare/v1.10.1...v1.11.0) (2019-08-28)
718

819
**Note:** Version bump only for package @xstyled/prop-types

packages/prop-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/prop-types",
33
"description": "Generate prop-types from xstyled utilities.",
4-
"version": "1.11.0",
4+
"version": "1.14.0",
55
"keywords": [
66
"emotion",
77
"styled-components",

0 commit comments

Comments
 (0)