Skip to content

Commit 8446dbd

Browse files
committed
v3.3.0
1 parent a080d96 commit 8446dbd

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.3.0](https://github.com/gregberge/xstyled/compare/v3.2.0...v3.3.0) (2021-12-22)
7+
8+
9+
### Features
10+
11+
* **styled:** add esm support ([a080d96](https://github.com/gregberge/xstyled/commit/a080d9609c6bdf02fb91de9e989de7157b131133)), closes [#3601](https://github.com/gregberge/xstyled/issues/3601)
12+
13+
14+
15+
16+
617
# [3.2.0](https://github.com/gregberge/xstyled/compare/v3.1.2...v3.2.0) (2021-12-22)
718

819

benchmarks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.3.0](https://github.com/gregberge/xstyled/compare/v3.2.0...v3.3.0) (2021-12-22)
7+
8+
**Note:** Version bump only for package @xstyled/benchmarks
9+
10+
11+
12+
13+
614
# [3.2.0](https://github.com/gregberge/xstyled/compare/v3.1.2...v3.2.0) (2021-12-22)
715

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

benchmarks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xstyled/benchmarks",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"private": true,
55
"scripts": {
66
"bench-system": "node ./system.js",
@@ -27,7 +27,7 @@
2727
"@emotion/react": "^11.4.1",
2828
"@emotion/styled": "^11.3.0",
2929
"@xstyled/emotion": "^3.2.0",
30-
"@xstyled/styled-components": "^3.2.0",
30+
"@xstyled/styled-components": "^3.3.0",
3131
"emotion-theming": "^11.0.0",
3232
"styled-components": "^5.3.0",
3333
"styled-system": "^5.1.5"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "3.2.0",
6+
"version": "3.3.0",
77
"useWorkspaces": true
88
}

packages/styled-components/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.3.0](https://github.com/gregberge/xstyled/compare/v3.2.0...v3.3.0) (2021-12-22)
7+
8+
9+
### Features
10+
11+
* **styled:** add esm support ([a080d96](https://github.com/gregberge/xstyled/commit/a080d9609c6bdf02fb91de9e989de7157b131133)), closes [#3601](https://github.com/gregberge/xstyled/issues/3601)
12+
13+
14+
15+
16+
617
# [3.2.0](https://github.com/gregberge/xstyled/compare/v3.1.2...v3.2.0) (2021-12-22)
718

819

packages/styled-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xstyled/styled-components",
33
"description": "A utility-first CSS-in-JS framework built for React (styled-components bindings).",
4-
"version": "3.2.0",
4+
"version": "3.3.0",
55
"keywords": [
66
"styled-components",
77
"css",

0 commit comments

Comments
 (0)