Skip to content

Commit 074f36f

Browse files
committed
v2.2.1
1 parent 4245f46 commit 074f36f

File tree

12 files changed

+75
-12
lines changed

12 files changed

+75
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/gregberge/xstyled/compare/v2.2.0...v2.2.1) (2021-01-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **emotion:** fix interpolation usage ([#184](https://github.com/gregberge/xstyled/issues/184)) ([d093e7f](https://github.com/gregberge/xstyled/commit/d093e7feceb19ac061a358e06f6204c55f41af76))
12+
* remove size utility ([#183](https://github.com/gregberge/xstyled/issues/183)) ([3fb9239](https://github.com/gregberge/xstyled/commit/3fb92397a4f2e9e824504c16f2a12e84c46637d6))
13+
14+
15+
16+
17+
618
# [2.2.0](https://github.com/gregberge/xstyled/compare/v2.1.0...v2.2.0) (2021-01-18)
719

820

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"lerna": "3.3.0",
3-
"packages": ["packages/*"],
4-
"version": "2.2.0",
3+
"packages": [
4+
"packages/*"
5+
],
6+
"version": "2.2.1",
57
"npmClient": "yarn",
68
"useWorkspaces": true
79
}

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.2.0...v2.2.1) (2021-01-31)
7+
8+
**Note:** Version bump only for package @xstyled/core
9+
10+
11+
12+
13+
614
# [2.2.0](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.1.0...v2.2.0) (2021-01-18)
715

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

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/core",
33
"description": "xstyled core utilities.",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"sideEffects": false,
66
"main": "dist/index.js",
77
"module": "dist/core.esm.js",
@@ -25,6 +25,6 @@
2525
},
2626
"dependencies": {
2727
"@babel/runtime": "^7.11.2",
28-
"@xstyled/system": "^2.2.0"
28+
"@xstyled/system": "^2.2.1"
2929
}
3030
}

packages/emotion/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v2.2.0...v2.2.1) (2021-01-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **emotion:** fix interpolation usage ([#184](https://github.com/gregberge/xstyled/tree/master/packages/emotion/issues/184)) ([d093e7f](https://github.com/gregberge/xstyled/tree/master/packages/emotion/commit/d093e7feceb19ac061a358e06f6204c55f41af76))
12+
13+
14+
15+
16+
617
# [2.2.0](https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v2.1.0...v2.2.0) (2021-01-18)
718

819

packages/emotion/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/emotion",
33
"description": "A utility-first CSS-in-JS framework built for React (Emotion bindings).",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"keywords": [
66
"emotion",
77
"css",
@@ -36,8 +36,8 @@
3636
},
3737
"dependencies": {
3838
"@babel/runtime": "^7.11.2",
39-
"@xstyled/core": "^2.2.0",
40-
"@xstyled/system": "^2.2.0",
39+
"@xstyled/core": "^2.2.1",
40+
"@xstyled/system": "^2.2.1",
4141
"@xstyled/util": "^2.0.0"
4242
}
4343
}

packages/styled-components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v2.2.0...v2.2.1) (2021-01-31)
7+
8+
**Note:** Version bump only for package @xstyled/styled-components
9+
10+
11+
12+
13+
614
# [2.2.0](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v2.1.0...v2.2.0) (2021-01-18)
715

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

packages/styled-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/styled-components",
33
"description": "A utility-first CSS-in-JS framework built for React (styled-components bindings).",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"keywords": [
66
"styled-components",
77
"css",
@@ -35,8 +35,8 @@
3535
},
3636
"dependencies": {
3737
"@babel/runtime": "^7.11.2",
38-
"@xstyled/core": "^2.2.0",
39-
"@xstyled/system": "^2.2.0",
38+
"@xstyled/core": "^2.2.1",
39+
"@xstyled/system": "^2.2.1",
4040
"@xstyled/util": "^2.0.0"
4141
}
4242
}

packages/system/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/gregberge/xstyled/tree/master/packages/system/compare/v2.2.0...v2.2.1) (2021-01-31)
7+
8+
9+
### Bug Fixes
10+
11+
* remove size utility ([#183](https://github.com/gregberge/xstyled/tree/master/packages/system/issues/183)) ([3fb9239](https://github.com/gregberge/xstyled/tree/master/packages/system/commit/3fb92397a4f2e9e824504c16f2a12e84c46637d6))
12+
13+
14+
15+
16+
617
# [2.2.0](https://github.com/gregberge/xstyled/tree/master/packages/system/compare/v2.1.0...v2.2.0) (2021-01-18)
718

819

packages/system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/system",
33
"description": "xstyled system utilities.",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"keywords": [
66
"emotion",
77
"styled-components",

0 commit comments

Comments
 (0)