Skip to content

Commit

Permalink
v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 5, 2021
1 parent 4a6ded3 commit 7966ffb
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 13 deletions.
11 changes: 11 additions & 0 deletions 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.1.2](https://github.com/gregberge/xstyled/compare/v3.1.1...v3.1.2) (2021-11-05)


### Bug Fixes

* **system:** fix caching issue with value with different types ([4a6ded3](https://github.com/gregberge/xstyled/commit/4a6ded3c89e2822bac4c672e06c2e74a8f2c7141))





## [3.1.1](https://github.com/gregberge/xstyled/compare/v3.1.0...v3.1.1) (2021-10-30)


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.1.2](https://github.com/gregberge/xstyled/compare/v3.1.1...v3.1.2) (2021-11-05)

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





## [3.1.1](https://github.com/gregberge/xstyled/compare/v3.1.0...v3.1.1) (2021-10-30)

**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.1.1",
"version": "3.1.2",
"private": true,
"scripts": {
"bench-system": "node ./system.js",
Expand All @@ -26,8 +26,8 @@
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@xstyled/emotion": "^3.1.1",
"@xstyled/styled-components": "^3.1.1",
"@xstyled/emotion": "^3.1.2",
"@xstyled/styled-components": "^3.1.2",
"emotion-theming": "^11.0.0",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "3.1.1",
"version": "3.1.2",
"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.

## [3.1.2](https://github.com/gregberge/xstyled/compare/v3.1.1...v3.1.2) (2021-11-05)

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





## [3.1.1](https://github.com/gregberge/xstyled/compare/v3.1.0...v3.1.1) (2021-10-30)

**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": "3.1.1",
"version": "3.1.2",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -23,6 +23,6 @@
"access": "public"
},
"dependencies": {
"@xstyled/system": "^3.1.1"
"@xstyled/system": "^3.1.2"
}
}
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.1.2](https://github.com/gregberge/xstyled/compare/v3.1.1...v3.1.2) (2021-11-05)

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





## [3.1.1](https://github.com/gregberge/xstyled/compare/v3.1.0...v3.1.1) (2021-10-30)


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": "A utility-first CSS-in-JS framework built for React (Emotion bindings).",
"version": "3.1.1",
"version": "3.1.2",
"keywords": [
"emotion",
"css",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@emotion/styled": "^11.0.0"
},
"dependencies": {
"@xstyled/core": "^3.1.1",
"@xstyled/system": "^3.1.1",
"@xstyled/core": "^3.1.2",
"@xstyled/system": "^3.1.2",
"@xstyled/util": "^3.1.0"
}
}
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.1.2](https://github.com/gregberge/xstyled/compare/v3.1.1...v3.1.2) (2021-11-05)

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





## [3.1.1](https://github.com/gregberge/xstyled/compare/v3.1.0...v3.1.1) (2021-10-30)

**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": "A utility-first CSS-in-JS framework built for React (styled-components bindings).",
"version": "3.1.1",
"version": "3.1.2",
"keywords": [
"styled-components",
"css",
Expand Down Expand Up @@ -33,8 +33,8 @@
"styled-components": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@xstyled/core": "^3.1.1",
"@xstyled/system": "^3.1.1",
"@xstyled/core": "^3.1.2",
"@xstyled/system": "^3.1.2",
"@xstyled/util": "^3.1.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.

## [3.1.2](https://github.com/gregberge/xstyled/compare/v3.1.1...v3.1.2) (2021-11-05)


### Bug Fixes

* **system:** fix caching issue with value with different types ([4a6ded3](https://github.com/gregberge/xstyled/commit/4a6ded3c89e2822bac4c672e06c2e74a8f2c7141))





## [3.1.1](https://github.com/gregberge/xstyled/compare/v3.1.0...v3.1.1) (2021-10-30)


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": "xstyled system utilities.",
"version": "3.1.1",
"version": "3.1.2",
"keywords": [
"emotion",
"styled-components",
Expand Down

0 comments on commit 7966ffb

Please sign in to comment.