Skip to content

Commit 9f76965

Browse files
committed
v3.7.0
1 parent 1bb5cb8 commit 9f76965

File tree

21 files changed

+161
-53
lines changed

21 files changed

+161
-53
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **cache:** fix object keys caching ([#383](https://github.com/gregberge/xstyled/issues/383)) ([879708c](https://github.com/gregberge/xstyled/commit/879708cde533066cd728027275014df776b9709d))
12+
* **color-mode:** fix clearing color mode ([#385](https://github.com/gregberge/xstyled/issues/385)) ([1bb5cb8](https://github.com/gregberge/xstyled/commit/1bb5cb8109b168f99bc4fbe7247e9d10a43df95e))
13+
* fixed contributing guide setup step documentation ([9925f19](https://github.com/gregberge/xstyled/commit/9925f19b0de06a785ee28eef64479ebf44ecfd07))
14+
* fixed incomplete hex alpha value generation ([#373](https://github.com/gregberge/xstyled/issues/373)) ([fd0a097](https://github.com/gregberge/xstyled/commit/fd0a09781f7c2cc0eee5d59e485381e9f3fc1ed0))
15+
16+
17+
### Features
18+
19+
* **cache:** add option to disable xstyled cache ([#379](https://github.com/gregberge/xstyled/issues/379)) ([738f882](https://github.com/gregberge/xstyled/commit/738f88229e7d3a144fb150be2c4ca71e514cda96))
20+
21+
22+
23+
24+
625
# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15)
726

827

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.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)
7+
8+
**Note:** Version bump only for package @xstyled/benchmarks
9+
10+
11+
12+
13+
614
# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15)
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.6.0",
3+
"version": "3.7.0",
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.10.4",
2828
"@emotion/styled": "^11.10.4",
29-
"@xstyled/emotion": "^3.6.0",
30-
"@xstyled/styled-components": "^3.6.0",
29+
"@xstyled/emotion": "^3.7.0",
30+
"@xstyled/styled-components": "^3.7.0",
3131
"emotion-theming": "^11.0.0",
3232
"styled-components": "^5.3.6",
3333
"styled-system": "^5.1.5"

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"lerna": "3.3.0",
3-
"packages": ["packages/*"],
4-
"version": "3.6.0",
3+
"packages": [
4+
"packages/*"
5+
],
6+
"version": "3.7.0",
57
"useWorkspaces": true
68
}

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-preset-emotion-css-prop/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.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)
7+
8+
**Note:** Version bump only for package @xstyled/babel-preset-emotion-css-prop
9+
10+
11+
12+
13+
614
## [3.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10)
715

816

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.5.1",
4+
"version": "3.7.0",
55
"sideEffects": false,
66
"type": "commonjs",
77
"main": "./dist/index.cjs",

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.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **color-mode:** fix clearing color mode ([#385](https://github.com/gregberge/xstyled/issues/385)) ([1bb5cb8](https://github.com/gregberge/xstyled/commit/1bb5cb8109b168f99bc4fbe7247e9d10a43df95e))
12+
13+
14+
15+
16+
617
# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15)
718

819

packages/core/package.json

Lines changed: 3 additions & 3 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.6.0",
4+
"version": "3.7.0",
55
"sideEffects": false,
66
"type": "module",
77
"main": "./dist/index.cjs",
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"dependencies": {
34-
"@xstyled/system": "^3.6.0",
35-
"@xstyled/util": "^3.5.1"
34+
"@xstyled/system": "^3.7.0",
35+
"@xstyled/util": "^3.7.0"
3636
}
3737
}

packages/emotion/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.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)
7+
8+
**Note:** Version bump only for package @xstyled/emotion
9+
10+
11+
12+
13+
614
# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15)
715

816

0 commit comments

Comments
 (0)