Skip to content

Commit

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

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


### Bug Fixes

* **breakpoints:** races in useViewportWidth ([#114](https://github.com/smooth-code/xstyled/issues/114)) ([fc70500](https://github.com/smooth-code/xstyled/commit/fc70500b994634a0aa3d79e4d5fdaa1cc531c711))


### Features

* **xstyled:** support multiple values in box-shadow, text-shadow ([#128](https://github.com/smooth-code/xstyled/issues/128)) ([c8487fc](https://github.com/smooth-code/xstyled/commit/c8487fce1be6dccd64c5b0d73a5221cf302c1704)), closes [#127](https://github.com/smooth-code/xstyled/issues/127)





## [1.17.2](https://github.com/smooth-code/xstyled/compare/v1.17.1...v1.17.2) (2020-07-18)


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.17.2",
"version": "1.18.0",
"npmClient": "yarn",
"useWorkspaces": true
}
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **breakpoints:** races in useViewportWidth ([#114](https://github.com/smooth-code/xstyled/tree/master/packages/core/issues/114)) ([fc70500](https://github.com/smooth-code/xstyled/tree/master/packages/core/commit/fc70500b994634a0aa3d79e4d5fdaa1cc531c711))


### Features

* **xstyled:** support multiple values in box-shadow, text-shadow ([#128](https://github.com/smooth-code/xstyled/tree/master/packages/core/issues/128)) ([c8487fc](https://github.com/smooth-code/xstyled/tree/master/packages/core/commit/c8487fce1be6dccd64c5b0d73a5221cf302c1704)), closes [#127](https://github.com/smooth-code/xstyled/tree/master/packages/core/issues/127)





## [1.17.2](https://github.com/smooth-code/xstyled/tree/master/packages/core/compare/v1.17.1...v1.17.2) (2020-07-18)


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.17.2",
"version": "1.18.0",
"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.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





## [1.17.2](https://github.com/smooth-code/xstyled/tree/master/packages/emotion/compare/v1.17.1...v1.17.2) (2020-07-18)

**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.17.2",
"version": "1.18.0",
"keywords": [
"emotion",
"css",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@babel/runtime": "^7.10.5",
"@xstyled/core": "^1.17.2",
"@xstyled/core": "^1.18.0",
"@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.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





## [1.17.2](https://github.com/smooth-code/xstyled/tree/master/packages/styled-components/compare/v1.17.1...v1.17.2) (2020-07-18)

**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.17.2",
"version": "1.18.0",
"keywords": [
"styled-components",
"css",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@babel/runtime": "^7.10.5",
"@xstyled/core": "^1.17.2",
"@xstyled/core": "^1.18.0",
"@xstyled/system": "^1.17.2",
"@xstyled/util": "^1.17.2"
}
Expand Down

0 comments on commit e57ca07

Please sign in to comment.