Skip to content

Commit

Permalink
v1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 23, 2019
1 parent 18cb938 commit c95d7d1
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.12.5](https://github.com/smooth-code/xstyled/compare/v1.12.4...v1.12.5) (2019-09-23)


### Bug Fixes

* **color-mode:** sync system color mode ([6428360](https://github.com/smooth-code/xstyled/commit/6428360))





## [1.12.4](https://github.com/smooth-code/xstyled/compare/v1.12.3...v1.12.4) (2019-09-22)


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.12.4",
"version": "1.12.5",
"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.12.5](https://github.com/smooth-code/xstyled/compare/v1.12.4...v1.12.5) (2019-09-23)


### Bug Fixes

* **color-mode:** sync system color mode ([6428360](https://github.com/smooth-code/xstyled/commit/6428360))





## [1.12.4](https://github.com/smooth-code/xstyled/compare/v1.12.3...v1.12.4) (2019-09-22)


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.12.4",
"version": "1.12.5",
"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.12.5](https://github.com/smooth-code/xstyled/compare/v1.12.4...v1.12.5) (2019-09-23)

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





## [1.12.4](https://github.com/smooth-code/xstyled/compare/v1.12.3...v1.12.4) (2019-09-22)

**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.12.4",
"version": "1.12.5",
"keywords": [
"emotion",
"css",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@xstyled/core": "^1.12.4",
"@xstyled/core": "^1.12.5",
"@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.12.5](https://github.com/smooth-code/xstyled/compare/v1.12.4...v1.12.5) (2019-09-23)

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





## [1.12.4](https://github.com/smooth-code/xstyled/compare/v1.12.3...v1.12.4) (2019-09-22)

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

0 comments on commit c95d7d1

Please sign in to comment.