Skip to content

Commit

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

## [1.19.1](https://github.com/smooth-code/xstyled/compare/v1.19.0...v1.19.1) (2020-11-04)


### Bug Fixes

* **breakpoints:** multiple responsive style props ([#141](https://github.com/smooth-code/xstyled/issues/141)) ([b884076](https://github.com/smooth-code/xstyled/commit/b884076cec72cd89a9434616c22cb9e9468f656b))
* **prop-types:** add bool option to the prop-types to use it with col and row props ([#142](https://github.com/smooth-code/xstyled/issues/142)) ([3a835ba](https://github.com/smooth-code/xstyled/commit/3a835ba97177dbe0a1ef3848e16b6e1b8373f1e0))





# [1.19.0](https://github.com/smooth-code/xstyled/compare/v1.18.1...v1.19.0) (2020-09-10)


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.19.0",
"version": "1.19.1",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/core/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.19.1](https://github.com/smooth-code/xstyled/tree/master/packages/core/compare/v1.19.0...v1.19.1) (2020-11-04)

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





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

**Note:** Version bump only for package @xstyled/core
Expand Down
4 changes: 2 additions & 2 deletions 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.19.0",
"version": "1.19.1",
"sideEffects": false,
"main": "dist/xstyled-core.cjs.js",
"module": "dist/xstyled-core.es.js",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@xstyled/system": "^1.19.0"
"@xstyled/system": "^1.19.1"
}
}
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.19.1](https://github.com/smooth-code/xstyled/tree/master/packages/emotion/compare/v1.19.0...v1.19.1) (2020-11-04)

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





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


Expand Down
6 changes: 3 additions & 3 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.19.0",
"version": "1.19.1",
"keywords": [
"emotion",
"css",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@xstyled/core": "^1.19.0",
"@xstyled/system": "^1.19.0",
"@xstyled/core": "^1.19.1",
"@xstyled/system": "^1.19.1",
"@xstyled/util": "^1.19.0"
}
}
11 changes: 11 additions & 0 deletions packages/prop-types/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.19.1](https://github.com/smooth-code/xstyled/tree/master/packages/prop-types/compare/v1.19.0...v1.19.1) (2020-11-04)


### Bug Fixes

* **prop-types:** add bool option to the prop-types to use it with col and row props ([#142](https://github.com/smooth-code/xstyled/tree/master/packages/prop-types/issues/142)) ([3a835ba](https://github.com/smooth-code/xstyled/tree/master/packages/prop-types/commit/3a835ba97177dbe0a1ef3848e16b6e1b8373f1e0))





# [1.19.0](https://github.com/smooth-code/xstyled/tree/master/packages/prop-types/compare/v1.18.1...v1.19.0) (2020-09-10)

**Note:** Version bump only for package @xstyled/prop-types
Expand Down
2 changes: 1 addition & 1 deletion packages/prop-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/prop-types",
"description": "Generate prop-types from xstyled utilities.",
"version": "1.19.0",
"version": "1.19.1",
"keywords": [
"emotion",
"styled-components",
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.19.1](https://github.com/smooth-code/xstyled/tree/master/packages/styled-components/compare/v1.19.0...v1.19.1) (2020-11-04)

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





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

**Note:** Version bump only for package @xstyled/styled-components
Expand Down
6 changes: 3 additions & 3 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.19.0",
"version": "1.19.1",
"keywords": [
"styled-components",
"css",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@xstyled/core": "^1.19.0",
"@xstyled/system": "^1.19.0",
"@xstyled/core": "^1.19.1",
"@xstyled/system": "^1.19.1",
"@xstyled/util": "^1.19.0"
}
}
11 changes: 11 additions & 0 deletions packages/system/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.19.1](https://github.com/smooth-code/xstyled/tree/master/packages/system/compare/v1.19.0...v1.19.1) (2020-11-04)


### Bug Fixes

* **breakpoints:** multiple responsive style props ([#141](https://github.com/smooth-code/xstyled/tree/master/packages/system/issues/141)) ([b884076](https://github.com/smooth-code/xstyled/tree/master/packages/system/commit/b884076cec72cd89a9434616c22cb9e9468f656b))





# [1.19.0](https://github.com/smooth-code/xstyled/tree/master/packages/system/compare/v1.18.1...v1.19.0) (2020-09-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/system",
"description": "Modern style system for styled-components & emotion.",
"version": "1.19.0",
"version": "1.19.1",
"keywords": [
"emotion",
"styled-components",
Expand Down

0 comments on commit 5a0cefa

Please sign in to comment.