Skip to content

Commit 0d96082

Browse files
committed
v1.8.2
1 parent 031031f commit 0d96082

File tree

10 files changed

+57
-8
lines changed

10 files changed

+57
-8
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.8.2](https://github.com/smooth-code/xstyled/compare/v1.8.1...v1.8.2) (2019-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* use React.forwardRef in createSystemComponent ([6c7da13](https://github.com/smooth-code/xstyled/commit/6c7da13))
12+
13+
14+
15+
16+
617
## [1.8.1](https://github.com/smooth-code/xstyled/compare/v1.8.0...v1.8.1) (2019-07-09)
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.8.1",
6+
"version": "1.8.2",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

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.8.2](https://github.com/smooth-code/xstyled/compare/v1.8.1...v1.8.2) (2019-07-09)
7+
8+
**Note:** Version bump only for package @xstyled/core
9+
10+
11+
12+
13+
614
## [1.8.1](https://github.com/smooth-code/xstyled/compare/v1.8.0...v1.8.1) (2019-07-09)
715

816
**Note:** Version bump only for package @xstyled/core

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.8.1",
4+
"version": "1.8.2",
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.4.4",
20-
"@xstyled/system": "^1.8.1"
20+
"@xstyled/system": "^1.8.2"
2121
}
2222
}

packages/emotion/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.8.2](https://github.com/smooth-code/xstyled/compare/v1.8.1...v1.8.2) (2019-07-09)
7+
8+
**Note:** Version bump only for package @xstyled/emotion
9+
10+
11+
12+
13+
614
## [1.8.1](https://github.com/smooth-code/xstyled/compare/v1.8.0...v1.8.1) (2019-07-09)
715

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

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.8.1",
4+
"version": "1.8.2",
55
"keywords": [
66
"emotion",
77
"css",
@@ -28,6 +28,6 @@
2828
},
2929
"dependencies": {
3030
"@babel/runtime": "^7.4.4",
31-
"@xstyled/core": "^1.8.1"
31+
"@xstyled/core": "^1.8.2"
3232
}
3333
}

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.8.2](https://github.com/smooth-code/xstyled/compare/v1.8.1...v1.8.2) (2019-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* use React.forwardRef in createSystemComponent ([6c7da13](https://github.com/smooth-code/xstyled/commit/6c7da13))
12+
13+
14+
15+
16+
617
## [1.8.1](https://github.com/smooth-code/xstyled/compare/v1.8.0...v1.8.1) (2019-07-09)
718

819
**Note:** Version bump only for package @xstyled/styled-components

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.8.1",
4+
"version": "1.8.2",
55
"keywords": [
66
"styled-components",
77
"css",
@@ -26,6 +26,6 @@
2626
},
2727
"dependencies": {
2828
"@babel/runtime": "^7.4.4",
29-
"@xstyled/core": "^1.8.1"
29+
"@xstyled/core": "^1.8.2"
3030
}
3131
}

packages/system/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.8.2](https://github.com/smooth-code/xstyled/compare/v1.8.1...v1.8.2) (2019-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* use React.forwardRef in createSystemComponent ([6c7da13](https://github.com/smooth-code/xstyled/commit/6c7da13))
12+
13+
14+
15+
16+
617
## [1.8.1](https://github.com/smooth-code/xstyled/compare/v1.8.0...v1.8.1) (2019-07-09)
718

819

packages/system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/system",
33
"description": "Modern style system for styled-components & emotion.",
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"keywords": [
66
"emotion",
77
"styled-components",

0 commit comments

Comments
 (0)