Skip to content

Commit 77489c9

Browse files
author
Evan Jacobs
committed
v3.8.1
1 parent 168adcf commit 77489c9

File tree

14 files changed

+357
-1863
lines changed

14 files changed

+357
-1863
lines changed

CHANGELOG.md

Lines changed: 140 additions & 496 deletions
Large diffs are not rendered by default.

benchmarks/CHANGELOG.md

Lines changed: 4 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -3,129 +3,72 @@
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.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)
6+
## [3.8.1](https://github.com/styled-components/xstyled/compare/v3.8.0...v3.8.1) (2024-05-08)
77

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

10+
# [3.7.0](https://github.com/gregberge/xstyled/compare/v3.6.0...v3.7.0) (2022-10-05)
1011

11-
12-
12+
**Note:** Version bump only for package @xstyled/benchmarks
1313

1414
# [3.6.0](https://github.com/gregberge/xstyled/compare/v3.5.1...v3.6.0) (2022-04-15)
1515

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

18-
19-
20-
21-
2218
## [3.5.1](https://github.com/gregberge/xstyled/compare/v3.5.0...v3.5.1) (2022-01-10)
2319

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

26-
27-
28-
29-
3022
# [3.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (2022-01-10)
3123

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

34-
35-
36-
37-
3826
# [3.4.0](https://github.com/gregberge/xstyled/compare/v3.3.0...v3.4.0) (2021-12-22)
3927

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

42-
43-
44-
45-
4630
# [3.3.0](https://github.com/gregberge/xstyled/compare/v3.2.0...v3.3.0) (2021-12-22)
4731

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

50-
51-
52-
53-
5434
# [3.2.0](https://github.com/gregberge/xstyled/compare/v3.1.2...v3.2.0) (2021-12-22)
5535

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

58-
59-
60-
61-
6238
## [3.1.2](https://github.com/gregberge/xstyled/compare/v3.1.1...v3.1.2) (2021-11-05)
6339

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

66-
67-
68-
69-
7042
## [3.1.1](https://github.com/gregberge/xstyled/compare/v3.1.0...v3.1.1) (2021-10-30)
7143

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

74-
75-
76-
77-
7846
# [3.1.0](https://github.com/gregberge/xstyled/compare/v3.0.3...v3.1.0) (2021-10-02)
7947

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

82-
83-
84-
85-
8650
## [3.0.3](https://github.com/gregberge/xstyled/compare/v3.0.2...v3.0.3) (2021-06-25)
8751

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

90-
91-
92-
93-
9454
## [3.0.2](https://github.com/gregberge/xstyled/compare/v3.0.1...v3.0.2) (2021-06-18)
9555

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

98-
99-
100-
101-
10258
# [2.5.0](https://github.com/gregberge/xstyled/compare/v2.4.1...v2.5.0) (2021-05-02)
10359

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

106-
107-
108-
109-
11062
## [2.4.1](https://github.com/gregberge/xstyled/compare/v2.4.0...v2.4.1) (2021-03-29)
11163

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

114-
115-
116-
117-
11866
# [2.4.0](https://github.com/gregberge/xstyled/compare/v2.3.0...v2.4.0) (2021-03-28)
11967

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

122-
123-
124-
125-
12670
# [2.3.0](https://github.com/gregberge/xstyled/compare/v2.2.3...v2.3.0) (2021-03-23)
12771

128-
12972
### Performance Improvements
13073

131-
* add media query to benchmark ([af10f5a](https://github.com/gregberge/xstyled/commit/af10f5abcdea00cd06396360c9bb696541b73e28))
74+
- add media query to benchmark ([af10f5a](https://github.com/gregberge/xstyled/commit/af10f5abcdea00cd06396360c9bb696541b73e28))

benchmarks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xstyled/benchmarks",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"private": true,
55
"scripts": {
66
"bench-system": "node ./system.js",
@@ -26,8 +26,8 @@
2626
"@emotion/core": "^11.0.0",
2727
"@emotion/react": "^11.10.4",
2828
"@emotion/styled": "^11.10.4",
29-
"@xstyled/emotion": "^3.8.0",
30-
"@xstyled/styled-components": "^3.8.0",
29+
"@xstyled/emotion": "^3.8.1",
30+
"@xstyled/styled-components": "^3.8.1",
3131
"emotion-theming": "^11.0.0",
3232
"styled-components": "^5.3.6",
3333
"styled-system": "^5.1.5"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.3.0",
33
"packages": ["packages/*"],
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"useWorkspaces": true
66
}

0 commit comments

Comments
 (0)