Skip to content

Commit

Permalink
v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 10, 2022
1 parent 18a22cd commit fef2e78
Show file tree
Hide file tree
Showing 18 changed files with 115 additions and 19 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.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10)


### Bug Fixes

* fix missing files ([18a22cd](https://github.com/gregberge/xstyled/commit/18a22cd6bbf3ffac9b3df385eb169ca0364c8b45))





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


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.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10)

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





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

**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.5.0",
"version": "3.5.1",
"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.5.0",
"@xstyled/styled-components": "^3.5.0",
"@xstyled/emotion": "^3.5.1",
"@xstyled/styled-components": "^3.5.1",
"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.5.0",
"version": "3.5.1",
"useWorkspaces": true
}
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* fix missing files ([18a22cd](https://github.com/gregberge/xstyled/commit/18a22cd6bbf3ffac9b3df385eb169ca0364c8b45))





# [3.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (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.0",
"version": "3.5.1",
"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.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10)


### Bug Fixes

* fix missing files ([18a22cd](https://github.com/gregberge/xstyled/commit/18a22cd6bbf3ffac9b3df385eb169ca0364c8b45))





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


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.5.0",
"version": "3.5.1",
"sideEffects": false,
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -31,6 +31,6 @@
"access": "public"
},
"dependencies": {
"@xstyled/system": "^3.5.0"
"@xstyled/system": "^3.5.1"
}
}
11 changes: 11 additions & 0 deletions packages/emotion/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.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10)


### Bug Fixes

* fix missing files ([18a22cd](https://github.com/gregberge/xstyled/commit/18a22cd6bbf3ffac9b3df385eb169ca0364c8b45))





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


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.5.0",
"version": "3.5.1",
"keywords": [
"emotion",
"css",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@emotion/styled": "^11.0.0"
},
"dependencies": {
"@xstyled/core": "^3.5.0",
"@xstyled/system": "^3.5.0",
"@xstyled/util": "^3.5.0"
"@xstyled/core": "^3.5.1",
"@xstyled/system": "^3.5.1",
"@xstyled/util": "^3.5.1"
}
}
11 changes: 11 additions & 0 deletions packages/prop-types/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.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10)


### Bug Fixes

* fix missing files ([18a22cd](https://github.com/gregberge/xstyled/commit/18a22cd6bbf3ffac9b3df385eb169ca0364c8b45))





# [3.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (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.0",
"version": "3.5.1",
"keywords": [
"emotion",
"styled-components",
Expand Down
11 changes: 11 additions & 0 deletions packages/styled-components/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.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10)


### Bug Fixes

* fix missing files ([18a22cd](https://github.com/gregberge/xstyled/commit/18a22cd6bbf3ffac9b3df385eb169ca0364c8b45))





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


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.5.0",
"version": "3.5.1",
"keywords": [
"styled-components",
"css",
Expand Down Expand Up @@ -41,8 +41,8 @@
"styled-components": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@xstyled/core": "^3.5.0",
"@xstyled/system": "^3.5.0",
"@xstyled/util": "^3.5.0"
"@xstyled/core": "^3.5.1",
"@xstyled/system": "^3.5.1",
"@xstyled/util": "^3.5.1"
}
}
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.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10)


### Bug Fixes

* fix missing files ([18a22cd](https://github.com/gregberge/xstyled/commit/18a22cd6bbf3ffac9b3df385eb169ca0364c8b45))





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


Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "3.5.1",
"keywords": [
"emotion",
"styled-components",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@xstyled/util": "^3.5.0",
"@xstyled/util": "^3.5.1",
"csstype": "^3.0.8"
}
}
11 changes: 11 additions & 0 deletions packages/util/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.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10)


### Bug Fixes

* fix missing files ([18a22cd](https://github.com/gregberge/xstyled/commit/18a22cd6bbf3ffac9b3df385eb169ca0364c8b45))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/util",
"description": "xstyled common utilities.",
"version": "3.5.0",
"version": "3.5.1",
"sideEffects": false,
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit fef2e78

Please sign in to comment.