Skip to content

Commit 2f74a07

Browse files
committed
v3.0.2
1 parent 8daafcf commit 2f74a07

File tree

20 files changed

+130
-20
lines changed

20 files changed

+130
-20
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [3.0.2](https://github.com/gregberge/xstyled/compare/v3.0.1...v3.0.2) (2021-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **breakpoints:** add _ into breakpoints ([bcfda4b](https://github.com/gregberge/xstyled/commit/bcfda4b77531487ac5a6b8c30b715dd2bcfd08bd)), closes [#277](https://github.com/gregberge/xstyled/issues/277)
12+
* **emotion:** fix color prop ([4d88c18](https://github.com/gregberge/xstyled/commit/4d88c18712f9c020af988b8072157a836a6cd0d7)), closes [#276](https://github.com/gregberge/xstyled/issues/276)
13+
* **system:** fix rpx transformers ([339f7fc](https://github.com/gregberge/xstyled/commit/339f7fcf59fb79b6e042564a03c07d40514a6c87)), closes [#274](https://github.com/gregberge/xstyled/issues/274)
14+
* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/commit/9098b83407888dea985081029dc93c18d5bb6eab))
15+
16+
17+
18+
19+
620
# [2.5.0](https://github.com/gregberge/xstyled/compare/v2.4.1...v2.5.0) (2021-05-02)
721

822

benchmarks/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+
## [3.0.2](https://github.com/gregberge/xstyled/compare/v3.0.1...v3.0.2) (2021-06-18)
7+
8+
**Note:** Version bump only for package @xstyled/benchmarks
9+
10+
11+
12+
13+
614
# [2.5.0](https://github.com/gregberge/xstyled/compare/v2.4.1...v2.5.0) (2021-05-02)
715

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

benchmarks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xstyled/benchmarks",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"scripts": {
66
"bench-system": "node ./system.js",
@@ -26,8 +26,8 @@
2626
"@emotion/core": "^11.0.0",
2727
"@emotion/react": "^11.4.0",
2828
"@emotion/styled": "^11.3.0",
29-
"@xstyled/emotion": "^3.0.1",
30-
"@xstyled/styled-components": "^3.0.1",
29+
"@xstyled/emotion": "^3.0.2",
30+
"@xstyled/styled-components": "^3.0.2",
3131
"emotion-theming": "^11.0.0",
3232
"styled-components": "^5.3.0",
3333
"styled-system": "^5.1.5"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "3.0.1",
6+
"version": "3.0.2",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/babel-preset-emotion-css-prop/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+
## [3.0.2](https://github.com/gregberge/xstyled/tree/master/packages/babel-preset-emotion-css-prop/compare/v3.0.1...v3.0.2) (2021-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/tree/master/packages/babel-preset-emotion-css-prop/commit/9098b83407888dea985081029dc93c18d5bb6eab))
12+
13+
14+
15+
16+
617
# [2.3.0](https://github.com/gregberge/xstyled/tree/master/packages/babel-preset-emotion-css-prop/compare/v2.2.3...v2.3.0) (2021-03-23)
718

819
**Note:** Version bump only for package @xstyled/babel-preset-emotion-css-prop

packages/babel-preset-emotion-css-prop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/babel-preset-emotion-css-prop",
33
"description": "A babel preset to automatically enable emotion's css prop with xstyled.",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"sideEffects": false,
66
"main": "dist/index.js",
77
"module": "dist/index.esm.js",

packages/core/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+
## [3.0.2](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v3.0.1...v3.0.2) (2021-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/tree/master/packages/core/commit/9098b83407888dea985081029dc93c18d5bb6eab))
12+
13+
14+
15+
16+
617
# [2.5.0](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.4.1...v2.5.0) (2021-05-02)
718

819

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": "3.0.1",
4+
"version": "3.0.2",
55
"sideEffects": false,
66
"main": "dist/index.js",
77
"module": "dist/index.esm.js",
@@ -23,6 +23,6 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@xstyled/system": "^3.0.1"
26+
"@xstyled/system": "^3.0.2"
2727
}
2828
}

packages/emotion/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+
## [3.0.2](https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v3.0.1...v3.0.2) (2021-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **emotion:** fix color prop ([4d88c18](https://github.com/gregberge/xstyled/tree/master/packages/emotion/commit/4d88c18712f9c020af988b8072157a836a6cd0d7)), closes [#276](https://github.com/gregberge/xstyled/tree/master/packages/emotion/issues/276)
12+
* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/tree/master/packages/emotion/commit/9098b83407888dea985081029dc93c18d5bb6eab))
13+
14+
15+
16+
17+
618
# [2.5.0](https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v2.4.1...v2.5.0) (2021-05-02)
719

820

packages/emotion/package.json

Lines changed: 4 additions & 4 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": "3.0.1",
4+
"version": "3.0.2",
55
"keywords": [
66
"emotion",
77
"css",
@@ -34,8 +34,8 @@
3434
"@emotion/styled": "^11.0.0"
3535
},
3636
"dependencies": {
37-
"@xstyled/core": "^3.0.1",
38-
"@xstyled/system": "^3.0.1",
39-
"@xstyled/util": "^3.0.1"
37+
"@xstyled/core": "^3.0.2",
38+
"@xstyled/system": "^3.0.2",
39+
"@xstyled/util": "^3.0.2"
4040
}
4141
}

0 commit comments

Comments
 (0)