Skip to content

Commit a079717

Browse files
committed
v1.18.1
1 parent 304602c commit a079717

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
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.18.1](https://github.com/smooth-code/xstyled/compare/v1.18.0...v1.18.1) (2020-08-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **styled-components:** local storage not available ([#129](https://github.com/smooth-code/xstyled/issues/129)) ([304602c](https://github.com/smooth-code/xstyled/commit/304602c2454127a2ce3bf2d6f81cd3a75dc97ad9))
12+
13+
14+
15+
16+
617
# [1.18.0](https://github.com/smooth-code/xstyled/compare/v1.17.2...v1.18.0) (2020-08-06)
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.18.0",
6+
"version": "1.18.1",
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.18.1](https://github.com/smooth-code/xstyled/tree/master/packages/core/compare/v1.18.0...v1.18.1) (2020-08-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **styled-components:** local storage not available ([#129](https://github.com/smooth-code/xstyled/tree/master/packages/core/issues/129)) ([304602c](https://github.com/smooth-code/xstyled/tree/master/packages/core/commit/304602c2454127a2ce3bf2d6f81cd3a75dc97ad9))
12+
13+
14+
15+
16+
617
# [1.18.0](https://github.com/smooth-code/xstyled/tree/master/packages/core/compare/v1.17.2...v1.18.0) (2020-08-06)
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.18.0",
4+
"version": "1.18.1",
55
"sideEffects": false,
66
"main": "dist/xstyled-core.cjs.js",
77
"module": "dist/xstyled-core.es.js",

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.18.1](https://github.com/smooth-code/xstyled/tree/master/packages/emotion/compare/v1.18.0...v1.18.1) (2020-08-10)
7+
8+
**Note:** Version bump only for package @xstyled/emotion
9+
10+
11+
12+
13+
614
# [1.18.0](https://github.com/smooth-code/xstyled/tree/master/packages/emotion/compare/v1.17.2...v1.18.0) (2020-08-06)
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.18.0",
4+
"version": "1.18.1",
55
"keywords": [
66
"emotion",
77
"css",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@babel/runtime": "^7.10.5",
37-
"@xstyled/core": "^1.18.0",
37+
"@xstyled/core": "^1.18.1",
3838
"@xstyled/system": "^1.17.2",
3939
"@xstyled/util": "^1.17.2"
4040
}

packages/styled-components/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.18.1](https://github.com/smooth-code/xstyled/tree/master/packages/styled-components/compare/v1.18.0...v1.18.1) (2020-08-10)
7+
8+
**Note:** Version bump only for package @xstyled/styled-components
9+
10+
11+
12+
13+
614
# [1.18.0](https://github.com/smooth-code/xstyled/tree/master/packages/styled-components/compare/v1.17.2...v1.18.0) (2020-08-06)
715

816
**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.18.0",
4+
"version": "1.18.1",
55
"keywords": [
66
"styled-components",
77
"css",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@babel/runtime": "^7.10.5",
35-
"@xstyled/core": "^1.18.0",
35+
"@xstyled/core": "^1.18.1",
3636
"@xstyled/system": "^1.17.2",
3737
"@xstyled/util": "^1.17.2"
3838
}

0 commit comments

Comments
 (0)