Skip to content

Commit

Permalink
v1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 10, 2020
1 parent 304602c commit a079717
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.1](https://github.com/smooth-code/xstyled/compare/v1.18.0...v1.18.1) (2020-08-10)


### Bug Fixes

* **styled-components:** local storage not available ([#129](https://github.com/smooth-code/xstyled/issues/129)) ([304602c](https://github.com/smooth-code/xstyled/commit/304602c2454127a2ce3bf2d6f81cd3a75dc97ad9))





# [1.18.0](https://github.com/smooth-code/xstyled/compare/v1.17.2...v1.18.0) (2020-08-06)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.18.0",
"version": "1.18.1",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.1](https://github.com/smooth-code/xstyled/tree/master/packages/core/compare/v1.18.0...v1.18.1) (2020-08-10)


### Bug Fixes

* **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))





# [1.18.0](https://github.com/smooth-code/xstyled/tree/master/packages/core/compare/v1.17.2...v1.18.0) (2020-08-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/core",
"description": "xstyled core utilities",
"version": "1.18.0",
"version": "1.18.1",
"sideEffects": false,
"main": "dist/xstyled-core.cjs.js",
"module": "dist/xstyled-core.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.1](https://github.com/smooth-code/xstyled/tree/master/packages/emotion/compare/v1.18.0...v1.18.1) (2020-08-10)

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





# [1.18.0](https://github.com/smooth-code/xstyled/tree/master/packages/emotion/compare/v1.17.2...v1.18.0) (2020-08-06)

**Note:** Version bump only for package @xstyled/emotion
Expand Down
4 changes: 2 additions & 2 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/emotion",
"description": "Xstyled bindings for emotion.",
"version": "1.18.0",
"version": "1.18.1",
"keywords": [
"emotion",
"css",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@babel/runtime": "^7.10.5",
"@xstyled/core": "^1.18.0",
"@xstyled/core": "^1.18.1",
"@xstyled/system": "^1.17.2",
"@xstyled/util": "^1.17.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/styled-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.1](https://github.com/smooth-code/xstyled/tree/master/packages/styled-components/compare/v1.18.0...v1.18.1) (2020-08-10)

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





# [1.18.0](https://github.com/smooth-code/xstyled/tree/master/packages/styled-components/compare/v1.17.2...v1.18.0) (2020-08-06)

**Note:** Version bump only for package @xstyled/styled-components
Expand Down
4 changes: 2 additions & 2 deletions packages/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/styled-components",
"description": "Xstyled bindings for styled-components.",
"version": "1.18.0",
"version": "1.18.1",
"keywords": [
"styled-components",
"css",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@babel/runtime": "^7.10.5",
"@xstyled/core": "^1.18.0",
"@xstyled/core": "^1.18.1",
"@xstyled/system": "^1.17.2",
"@xstyled/util": "^1.17.2"
}
Expand Down

0 comments on commit a079717

Please sign in to comment.