Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jun 18, 2021
1 parent 8daafcf commit 2f74a07
Show file tree
Hide file tree
Showing 20 changed files with 130 additions and 20 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2](https://github.com/gregberge/xstyled/compare/v3.0.1...v3.0.2) (2021-06-18)


### Bug Fixes

* **breakpoints:** add _ into breakpoints ([bcfda4b](https://github.com/gregberge/xstyled/commit/bcfda4b77531487ac5a6b8c30b715dd2bcfd08bd)), closes [#277](https://github.com/gregberge/xstyled/issues/277)
* **emotion:** fix color prop ([4d88c18](https://github.com/gregberge/xstyled/commit/4d88c18712f9c020af988b8072157a836a6cd0d7)), closes [#276](https://github.com/gregberge/xstyled/issues/276)
* **system:** fix rpx transformers ([339f7fc](https://github.com/gregberge/xstyled/commit/339f7fcf59fb79b6e042564a03c07d40514a6c87)), closes [#274](https://github.com/gregberge/xstyled/issues/274)
* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/commit/9098b83407888dea985081029dc93c18d5bb6eab))





# [2.5.0](https://github.com/gregberge/xstyled/compare/v2.4.1...v2.5.0) (2021-05-02)


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.0.2](https://github.com/gregberge/xstyled/compare/v3.0.1...v3.0.2) (2021-06-18)

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





# [2.5.0](https://github.com/gregberge/xstyled/compare/v2.4.1...v2.5.0) (2021-05-02)

**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.0.1",
"version": "3.0.2",
"private": true,
"scripts": {
"bench-system": "node ./system.js",
Expand All @@ -26,8 +26,8 @@
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@xstyled/emotion": "^3.0.1",
"@xstyled/styled-components": "^3.0.1",
"@xstyled/emotion": "^3.0.2",
"@xstyled/styled-components": "^3.0.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,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "3.0.1",
"version": "3.0.2",
"npmClient": "yarn",
"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.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)


### Bug Fixes

* 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))





# [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)

**Note:** Version bump only for package @xstyled/babel-preset-emotion-css-prop
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.0.1",
"version": "3.0.2",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.esm.js",
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.0.2](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v3.0.1...v3.0.2) (2021-06-18)


### Bug Fixes

* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/tree/master/packages/core/commit/9098b83407888dea985081029dc93c18d5bb6eab))





# [2.5.0](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.4.1...v2.5.0) (2021-05-02)


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.0.1",
"version": "3.0.2",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -23,6 +23,6 @@
"access": "public"
},
"dependencies": {
"@xstyled/system": "^3.0.1"
"@xstyled/system": "^3.0.2"
}
}
12 changes: 12 additions & 0 deletions packages/emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2](https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v3.0.1...v3.0.2) (2021-06-18)


### Bug Fixes

* **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)
* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/tree/master/packages/emotion/commit/9098b83407888dea985081029dc93c18d5bb6eab))





# [2.5.0](https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v2.4.1...v2.5.0) (2021-05-02)


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.0.1",
"version": "3.0.2",
"keywords": [
"emotion",
"css",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@emotion/styled": "^11.0.0"
},
"dependencies": {
"@xstyled/core": "^3.0.1",
"@xstyled/system": "^3.0.1",
"@xstyled/util": "^3.0.1"
"@xstyled/core": "^3.0.2",
"@xstyled/system": "^3.0.2",
"@xstyled/util": "^3.0.2"
}
}
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.0.2](https://github.com/gregberge/xstyled/tree/master/packages/prop-types/compare/v3.0.1...v3.0.2) (2021-06-18)


### Bug Fixes

* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/tree/master/packages/prop-types/commit/9098b83407888dea985081029dc93c18d5bb6eab))





## [2.2.2](https://github.com/gregberge/xstyled/tree/master/packages/prop-types/compare/v2.2.1...v2.2.2) (2021-02-03)

**Note:** Version bump only for package @xstyled/prop-types
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.0.1",
"version": "3.0.2",
"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.0.2](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v3.0.1...v3.0.2) (2021-06-18)


### Bug Fixes

* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/commit/9098b83407888dea985081029dc93c18d5bb6eab))





# [2.5.0](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v2.4.1...v2.5.0) (2021-05-02)

**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.0.1",
"version": "3.0.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.0.1",
"@xstyled/system": "^3.0.1",
"@xstyled/util": "^3.0.1"
"@xstyled/core": "^3.0.2",
"@xstyled/system": "^3.0.2",
"@xstyled/util": "^3.0.2"
}
}
13 changes: 13 additions & 0 deletions packages/system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2](https://github.com/gregberge/xstyled/tree/master/packages/system/compare/v3.0.1...v3.0.2) (2021-06-18)


### Bug Fixes

* **breakpoints:** add _ into breakpoints ([bcfda4b](https://github.com/gregberge/xstyled/tree/master/packages/system/commit/bcfda4b77531487ac5a6b8c30b715dd2bcfd08bd)), closes [#277](https://github.com/gregberge/xstyled/tree/master/packages/system/issues/277)
* **system:** fix rpx transformers ([339f7fc](https://github.com/gregberge/xstyled/tree/master/packages/system/commit/339f7fcf59fb79b6e042564a03c07d40514a6c87)), closes [#274](https://github.com/gregberge/xstyled/tree/master/packages/system/issues/274)
* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/tree/master/packages/system/commit/9098b83407888dea985081029dc93c18d5bb6eab))





# [2.5.0](https://github.com/gregberge/xstyled/tree/master/packages/system/compare/v2.4.1...v2.5.0) (2021-05-02)


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.0.1",
"version": "3.0.2",
"keywords": [
"emotion",
"styled-components",
Expand Down Expand Up @@ -31,7 +31,7 @@
"access": "public"
},
"dependencies": {
"@xstyled/util": "^3.0.1",
"@xstyled/util": "^3.0.2",
"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.0.2](https://github.com/gregberge/xstyled/tree/master/packages/util/compare/v3.0.1...v3.0.2) (2021-06-18)


### Bug Fixes

* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/tree/master/packages/util/commit/9098b83407888dea985081029dc93c18d5bb6eab))





## [2.2.3](https://github.com/gregberge/xstyled/tree/master/packages/util/compare/v2.2.2...v2.2.3) (2021-02-13)


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.0.1",
"version": "3.0.2",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions website/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.0.2](https://github.com/gregberge/xstyled/compare/v3.0.1...v3.0.2) (2021-06-18)

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





# [2.5.0](https://github.com/gregberge/xstyled/compare/v2.4.1...v2.5.0) (2021-05-02)

**Note:** Version bump only for package @xstyled/website
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstyled/website",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"scripts": {
"build": "gatsby build && cp _redirects public/",
Expand Down

0 comments on commit 2f74a07

Please sign in to comment.