Skip to content

Commit f25ca82

Browse files
committed
v1.19.0
1 parent 194d442 commit f25ca82

File tree

16 files changed

+94
-16
lines changed

16 files changed

+94
-16
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.19.0](https://github.com/smooth-code/xstyled/compare/v1.18.1...v1.19.0) (2020-09-10)
7+
8+
9+
### Bug Fixes
10+
11+
* adds keyframes to emotion exports ([#135](https://github.com/smooth-code/xstyled/issues/135)) ([194d442](https://github.com/smooth-code/xstyled/commit/194d4429176711778d95b0815cbc39c49d3104bd))
12+
13+
14+
### Features
15+
16+
* add `flexShrink` and `flexGrow` props ([#130](https://github.com/smooth-code/xstyled/issues/130)) ([9492a00](https://github.com/smooth-code/xstyled/commit/9492a0051c31648bb40ec3a11e5b9483e1488fcd))
17+
18+
19+
20+
21+
622
## [1.18.1](https://github.com/smooth-code/xstyled/compare/v1.18.0...v1.18.1) (2020-08-10)
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.18.1",
6+
"version": "1.19.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/babel-preset-emotion-css-prop/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.19.0](https://github.com/smooth-code/xstyled/tree/master/packages/babel-preset-emotion-css-prop/compare/v1.18.1...v1.19.0) (2020-09-10)
7+
8+
**Note:** Version bump only for package @xstyled/babel-preset-emotion-css-prop
9+
10+
11+
12+
13+
614
## [1.17.2](https://github.com/smooth-code/xstyled/tree/master/packages/babel-preset-emotion-css-prop/compare/v1.17.1...v1.17.2) (2020-07-18)
715

816
**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.17.2",
4+
"version": "1.19.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.19.0](https://github.com/smooth-code/xstyled/tree/master/packages/core/compare/v1.18.1...v1.19.0) (2020-09-10)
7+
8+
**Note:** Version bump only for package @xstyled/core
9+
10+
11+
12+
13+
614
## [1.18.1](https://github.com/smooth-code/xstyled/tree/master/packages/core/compare/v1.18.0...v1.18.1) (2020-08-10)
715

816

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.18.1",
4+
"version": "1.19.0",
55
"sideEffects": false,
66
"main": "dist/xstyled-core.cjs.js",
77
"module": "dist/xstyled-core.es.js",
@@ -23,6 +23,6 @@
2323
},
2424
"dependencies": {
2525
"@babel/runtime": "^7.11.2",
26-
"@xstyled/system": "^1.17.2"
26+
"@xstyled/system": "^1.19.0"
2727
}
2828
}

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.19.0](https://github.com/smooth-code/xstyled/tree/master/packages/emotion/compare/v1.18.1...v1.19.0) (2020-09-10)
7+
8+
9+
### Bug Fixes
10+
11+
* adds keyframes to emotion exports ([#135](https://github.com/smooth-code/xstyled/tree/master/packages/emotion/issues/135)) ([194d442](https://github.com/smooth-code/xstyled/tree/master/packages/emotion/commit/194d4429176711778d95b0815cbc39c49d3104bd))
12+
13+
14+
15+
16+
617
## [1.18.1](https://github.com/smooth-code/xstyled/tree/master/packages/emotion/compare/v1.18.0...v1.18.1) (2020-08-10)
718

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

packages/emotion/package.json

Lines changed: 4 additions & 4 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.18.1",
4+
"version": "1.19.0",
55
"keywords": [
66
"emotion",
77
"css",
@@ -34,8 +34,8 @@
3434
},
3535
"dependencies": {
3636
"@babel/runtime": "^7.11.2",
37-
"@xstyled/core": "^1.18.1",
38-
"@xstyled/system": "^1.17.2",
39-
"@xstyled/util": "^1.17.2"
37+
"@xstyled/core": "^1.19.0",
38+
"@xstyled/system": "^1.19.0",
39+
"@xstyled/util": "^1.19.0"
4040
}
4141
}

packages/prop-types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.19.0](https://github.com/smooth-code/xstyled/tree/master/packages/prop-types/compare/v1.18.1...v1.19.0) (2020-09-10)
7+
8+
**Note:** Version bump only for package @xstyled/prop-types
9+
10+
11+
12+
13+
614
## [1.17.2](https://github.com/smooth-code/xstyled/tree/master/packages/prop-types/compare/v1.17.1...v1.17.2) (2020-07-18)
715

816
**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.17.2",
4+
"version": "1.19.0",
55
"keywords": [
66
"emotion",
77
"styled-components",

0 commit comments

Comments
 (0)