Skip to content

Commit a4fec55

Browse files
committed
v1.5.4
1 parent 7e1b8d3 commit a4fec55

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
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.5.4](https://github.com/smooth-code/xstyled/compare/v1.5.3...v1.5.4) (2019-07-07)
7+
8+
9+
### Bug Fixes
10+
11+
* remove unused code ([7e1b8d3](https://github.com/smooth-code/xstyled/commit/7e1b8d3))
12+
13+
14+
15+
16+
617
## [1.5.3](https://github.com/smooth-code/xstyled/compare/v1.5.2...v1.5.3) (2019-07-07)
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.5.3",
6+
"version": "1.5.4",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

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.5.4](https://github.com/smooth-code/xstyled/compare/v1.5.3...v1.5.4) (2019-07-07)
7+
8+
9+
### Bug Fixes
10+
11+
* remove unused code ([7e1b8d3](https://github.com/smooth-code/xstyled/commit/7e1b8d3))
12+
13+
14+
15+
16+
617
## [1.5.3](https://github.com/smooth-code/xstyled/compare/v1.5.2...v1.5.3) (2019-07-07)
718

819

packages/styled-components/package.json

Lines changed: 1 addition & 1 deletion
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.5.3",
4+
"version": "1.5.4",
55
"keywords": [
66
"styled-components",
77
"css",

0 commit comments

Comments
 (0)