Skip to content

Commit ae8d088

Browse files
committed
Merge stable into develop for release preparation
2 parents fea0470 + 2a80e49 commit ae8d088

4 files changed

Lines changed: 87 additions & 1 deletion

File tree

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,15 @@
11911191
"doc",
11921192
"code"
11931193
]
1194+
},
1195+
{
1196+
"login": "sammarxz",
1197+
"name": "Sam Marxz",
1198+
"avatar_url": "https://avatars.githubusercontent.com/u/19997815?v=4",
1199+
"profile": "https://sammarxz.co/",
1200+
"contributions": [
1201+
"doc"
1202+
]
11941203
}
11951204
]
11961205
}

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
# v0.17.2 (Fri Feb 14 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Handle derived sx in Flex.tsx [#2535](https://github.com/system-ui/theme-ui/pull/2535) ([@rtturner](https://github.com/rtturner))
6+
7+
#### Authors: 1
8+
9+
- Ryan Turner ([@rtturner](https://github.com/rtturner))
10+
11+
---
12+
13+
# v0.17.1 (Thu Oct 24 2024)
14+
15+
#### 🐛 Bug Fix
16+
17+
- fix(types): don't lock csstype version ([@hasparus](https://github.com/hasparus))
18+
19+
#### Authors: 1
20+
21+
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
22+
23+
---
24+
25+
# v0.17.0 (Fri Oct 18 2024)
26+
27+
#### 🚀 Enhancement
28+
29+
- fix(color-modes): make useRootStyles=false work with useCustomProperties [#2519](https://github.com/system-ui/theme-ui/pull/2519) ([@hasparus](https://github.com/hasparus) [@dependabot[bot]](https://github.com/dependabot[bot]))
30+
31+
#### Authors: 2
32+
33+
- [@dependabot[bot]](https://github.com/dependabot[bot])
34+
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
35+
36+
---
37+
38+
# v0.16.2 (Mon Feb 19 2024)
39+
40+
:tada: This release contains work from new contributors! :tada:
41+
42+
Thanks for all your work!
43+
44+
:heart: Arun Sathiya ([@arunsathiya](https://github.com/arunsathiya))
45+
46+
:heart: Jeff Bell ([@jhbell](https://github.com/jhbell))
47+
48+
:heart: Paweł Kowalewski ([@pawkow](https://github.com/pawkow))
49+
50+
:heart: Sam Marxz ([@sammarxz](https://github.com/sammarxz))
51+
52+
#### 🐛 Bug Fix
53+
54+
- fix(theme-ui): generate missing exports field ([@hasparus](https://github.com/hasparus))
55+
- Filter scale tuples in Theme type inside .sx prop [#2457](https://github.com/system-ui/theme-ui/pull/2457) ([@hasparus](https://github.com/hasparus))
56+
- (chore) upload logo dark version [#2446](https://github.com/system-ui/theme-ui/pull/2446) ([@sammarxz](https://github.com/sammarxz))
57+
- (chore) Update logo.svg to use currentColor [#2446](https://github.com/system-ui/theme-ui/pull/2446) ([@sammarxz](https://github.com/sammarxz))
58+
59+
#### 👨‍💻 Minor changes
60+
61+
- Bump version ([@hasparus](https://github.com/hasparus))
62+
63+
#### 🏠 Internal
64+
65+
- docs: Fix incorrect config sample [#2467](https://github.com/system-ui/theme-ui/pull/2467) ([@pawkow](https://github.com/pawkow))
66+
67+
#### Authors: 5
68+
69+
- Arun Sathiya ([@arunsathiya](https://github.com/arunsathiya))
70+
- Jeff Bell ([@jhbell](https://github.com/jhbell))
71+
- Paweł Kowalewski ([@pawkow](https://github.com/pawkow))
72+
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
73+
- Sam Marxz ([@sammarxz](https://github.com/sammarxz))
74+
75+
---
76+
177
# v0.16.1 (Thu Sep 07 2023)
278

379
#### 🐛 Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theme-ui/monorepo",
3-
"version": "0.16.2-develop.3",
3+
"version": "0.17.2",
44
"private": true,
55
"scripts": {
66
"build": "preconstruct build",

packages/theme-ui/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ Thanks goes to these wonderful people
387387
</tr>
388388
<tr>
389389
<td align="center"><a href="https://devcj.in/"><img src="https://avatars.githubusercontent.com/u/47112778?v=4?s=63" width="63px;" alt=""/><br /><sub><b>CJ</b></sub></a><br /><a href="https://github.com/system-ui/theme-ui/commits?author=dev-cj" title="Documentation">📖</a> <a href="https://github.com/system-ui/theme-ui/commits?author=dev-cj" title="Code">💻</a></td>
390+
<td align="center"><a href="https://sammarxz.co/"><img src="https://avatars.githubusercontent.com/u/19997815?v=4?s=63" width="63px;" alt=""/><br /><sub><b>Sam Marxz</b></sub></a><br /><a href="https://github.com/system-ui/theme-ui/commits?author=sammarxz" title="Documentation">📖</a></td>
390391
</tr>
391392
</table>
392393

0 commit comments

Comments
 (0)