Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 22, 2021
1 parent 292fe28 commit af57842
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.4.0](https://github.com/gregberge/xstyled/compare/v3.3.0...v3.4.0) (2021-12-22)


### Features

* **emotion:** support ESM ([292fe28](https://github.com/gregberge/xstyled/commit/292fe28d71c280cb755ed4ecf01ac6deae693031))





# [3.3.0](https://github.com/gregberge/xstyled/compare/v3.2.0...v3.3.0) (2021-12-22)


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.4.0](https://github.com/gregberge/xstyled/compare/v3.3.0...v3.4.0) (2021-12-22)

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





# [3.3.0](https://github.com/gregberge/xstyled/compare/v3.2.0...v3.3.0) (2021-12-22)

**Note:** Version bump only for package @xstyled/benchmarks
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstyled/benchmarks",
"version": "3.3.0",
"version": "3.4.0",
"private": true,
"scripts": {
"bench-system": "node ./system.js",
Expand All @@ -26,7 +26,7 @@
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@xstyled/emotion": "^3.2.0",
"@xstyled/emotion": "^3.4.0",
"@xstyled/styled-components": "^3.3.0",
"emotion-theming": "^11.0.0",
"styled-components": "^5.3.0",
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.3.0",
"version": "3.4.0",
"useWorkspaces": true
}
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.4.0](https://github.com/gregberge/xstyled/compare/v3.3.0...v3.4.0) (2021-12-22)


### Features

* **emotion:** support ESM ([292fe28](https://github.com/gregberge/xstyled/commit/292fe28d71c280cb755ed4ecf01ac6deae693031))





# [3.2.0](https://github.com/gregberge/xstyled/compare/v3.1.2...v3.2.0) (2021-12-22)


Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "3.4.0",
"keywords": [
"emotion",
"css",
Expand Down

0 comments on commit af57842

Please sign in to comment.