Skip to content

Commit

Permalink
v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 26, 2019
1 parent ab5ed55 commit 132bc47
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.13.1](https://github.com/smooth-code/xstyled/compare/v1.13.0...v1.13.1) (2019-09-26)


### Bug Fixes

* **color-mode:** use lazy init to solve SSR issue ([ab5ed55](https://github.com/smooth-code/xstyled/commit/ab5ed55))





# [1.13.0](https://github.com/smooth-code/xstyled/compare/v1.12.8...v1.13.0) (2019-09-26)


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.13.0",
"version": "1.13.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.13.1](https://github.com/smooth-code/xstyled/compare/v1.13.0...v1.13.1) (2019-09-26)


### Bug Fixes

* **color-mode:** use lazy init to solve SSR issue ([ab5ed55](https://github.com/smooth-code/xstyled/commit/ab5ed55))





# [1.13.0](https://github.com/smooth-code/xstyled/compare/v1.12.8...v1.13.0) (2019-09-26)


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.13.0",
"version": "1.13.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.13.1](https://github.com/smooth-code/xstyled/compare/v1.13.0...v1.13.1) (2019-09-26)

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





# [1.13.0](https://github.com/smooth-code/xstyled/compare/v1.12.8...v1.13.0) (2019-09-26)

**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.13.0",
"version": "1.13.1",
"keywords": [
"emotion",
"css",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@xstyled/core": "^1.13.0",
"@xstyled/core": "^1.13.1",
"@xstyled/util": "^1.11.0"
}
}
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.13.1](https://github.com/smooth-code/xstyled/compare/v1.13.0...v1.13.1) (2019-09-26)

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





# [1.13.0](https://github.com/smooth-code/xstyled/compare/v1.12.8...v1.13.0) (2019-09-26)

**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.13.0",
"version": "1.13.1",
"keywords": [
"styled-components",
"css",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@xstyled/core": "^1.13.0",
"@xstyled/core": "^1.13.1",
"@xstyled/util": "^1.11.0"
}
}

0 comments on commit 132bc47

Please sign in to comment.