Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 5, 2022
1 parent 1bb5cb8 commit 9f76965
Show file tree
Hide file tree
Showing 21 changed files with 161 additions and 53 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)


### Bug Fixes

* **cache:** fix object keys caching ([#383](https://github.com/gregberge/xstyled/issues/383)) ([879708c](https://github.com/gregberge/xstyled/commit/879708cde533066cd728027275014df776b9709d))
* **color-mode:** fix clearing color mode ([#385](https://github.com/gregberge/xstyled/issues/385)) ([1bb5cb8](https://github.com/gregberge/xstyled/commit/1bb5cb8109b168f99bc4fbe7247e9d10a43df95e))
* fixed contributing guide setup step documentation ([9925f19](https://github.com/gregberge/xstyled/commit/9925f19b0de06a785ee28eef64479ebf44ecfd07))
* fixed incomplete hex alpha value generation ([#373](https://github.com/gregberge/xstyled/issues/373)) ([fd0a097](https://github.com/gregberge/xstyled/commit/fd0a09781f7c2cc0eee5d59e485381e9f3fc1ed0))


### Features

* **cache:** add option to disable xstyled cache ([#379](https://github.com/gregberge/xstyled/issues/379)) ([738f882](https://github.com/gregberge/xstyled/commit/738f88229e7d3a144fb150be2c4ca71e514cda96))





# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15)


Expand Down
8 changes: 8 additions & 0 deletions benchmarks/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.

# [3.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)

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





# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15)

**Note:** Version bump only for package @xstyled/benchmarks
Expand Down
6 changes: 3 additions & 3 deletions benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstyled/benchmarks",
"version": "3.6.0",
"version": "3.7.0",
"private": true,
"scripts": {
"bench-system": "node ./system.js",
Expand All @@ -26,8 +26,8 @@
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@xstyled/emotion": "^3.6.0",
"@xstyled/styled-components": "^3.6.0",
"@xstyled/emotion": "^3.7.0",
"@xstyled/styled-components": "^3.7.0",
"emotion-theming": "^11.0.0",
"styled-components": "^5.3.6",
"styled-system": "^5.1.5"
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"lerna": "3.3.0",
"packages": ["packages/*"],
"version": "3.6.0",
"packages": [
"packages/*"
],
"version": "3.7.0",
"useWorkspaces": true
}
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/babel-preset-emotion-css-prop/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.

# [3.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)

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





## [3.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-emotion-css-prop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/babel-preset-emotion-css-prop",
"description": "A babel preset to automatically enable emotion's css prop with xstyled.",
"version": "3.5.1",
"version": "3.7.0",
"sideEffects": false,
"type": "commonjs",
"main": "./dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.

# [3.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)


### Bug Fixes

* **color-mode:** fix clearing color mode ([#385](https://github.com/gregberge/xstyled/issues/385)) ([1bb5cb8](https://github.com/gregberge/xstyled/commit/1bb5cb8109b168f99bc4fbe7247e9d10a43df95e))





# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15)


Expand Down
6 changes: 3 additions & 3 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": "3.6.0",
"version": "3.7.0",
"sideEffects": false,
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -31,7 +31,7 @@
"access": "public"
},
"dependencies": {
"@xstyled/system": "^3.6.0",
"@xstyled/util": "^3.5.1"
"@xstyled/system": "^3.7.0",
"@xstyled/util": "^3.7.0"
}
}
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.

# [3.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)

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





# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15)


Expand Down
8 changes: 4 additions & 4 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/emotion",
"description": "A utility-first CSS-in-JS framework built for React (Emotion bindings).",
"version": "3.6.0",
"version": "3.7.0",
"keywords": [
"emotion",
"css",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@emotion/styled": "^11.0.0"
},
"dependencies": {
"@xstyled/core": "^3.6.0",
"@xstyled/system": "^3.6.0",
"@xstyled/util": "^3.5.1"
"@xstyled/core": "^3.7.0",
"@xstyled/system": "^3.7.0",
"@xstyled/util": "^3.7.0"
}
}
8 changes: 8 additions & 0 deletions packages/prop-types/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.

# [3.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)

**Note:** Version bump only for package @xstyled/prop-types





## [3.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10)


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": "3.5.1",
"version": "3.7.0",
"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.

# [3.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)

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





# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15)

**Note:** Version bump only for package @xstyled/styled-components
Expand Down
8 changes: 4 additions & 4 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": "A utility-first CSS-in-JS framework built for React (styled-components bindings).",
"version": "3.6.0",
"version": "3.7.0",
"keywords": [
"styled-components",
"css",
Expand Down Expand Up @@ -41,8 +41,8 @@
"styled-components": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@xstyled/core": "^3.6.0",
"@xstyled/system": "^3.6.0",
"@xstyled/util": "^3.5.1"
"@xstyled/core": "^3.7.0",
"@xstyled/system": "^3.7.0",
"@xstyled/util": "^3.7.0"
}
}
Loading

0 comments on commit 9f76965

Please sign in to comment.