Skip to content

Commit fb9ea34

Browse files
Merge branch 'main' into main
2 parents 8aecd6e + 877e7fe commit fb9ea34

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

automations/js/src/project_thread_updates.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const activeDevelopmentStatuses = [
77
"🚀 In Kickoff",
88
"💬 In RFC",
99
"🚧 In Progress",
10-
"🚢 Shipped",
1110
]
1211

1312
const GET_PROJECT_CARDS = `
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# 2024.09.25.05.33.23
2+
3+
## Improvements
4+
5+
- Add new feature notice for dark mode
6+
([#4922](https://github.com/WordPress/openverse/pull/4922)) by @dhruvkb
7+
8+
## Internal Improvements
9+
10+
- Add `lg` dark mode snapshots
11+
([#4977](https://github.com/WordPress/openverse/pull/4977)) by @obulat
12+
- Add dark snapshots to 2xl breakpoint visual regression tests
13+
([#4915](https://github.com/WordPress/openverse/pull/4915)) by @obulat
14+
- Fix just argument splitting on pass-through recipes with complex args
15+
([#4961](https://github.com/WordPress/openverse/pull/4961)) by @sarayourfriend
16+
- Add dark snapshots to xl breakpoint visual regression tests
17+
([#4970](https://github.com/WordPress/openverse/pull/4970)) by @obulat
18+
- Add dark snapshots to 2xl breakpoint visual regression tests
19+
([#4915](https://github.com/WordPress/openverse/pull/4915)) by @obulat
20+
- Organise and fix bugs in color definitions
21+
([#4969](https://github.com/WordPress/openverse/pull/4969)) by @dhruvkb
22+
- Make Storybook visual regression tests more strict
23+
([#4919](https://github.com/WordPress/openverse/pull/4919)) by @obulat
24+
- Sign k6 requests with HMAC to enable WAF bypass
25+
([#4908](https://github.com/WordPress/openverse/pull/4908)) by @sarayourfriend
26+
- Enable running the snapshot tests for both color modes
27+
([#4926](https://github.com/WordPress/openverse/pull/4926)) by @obulat
28+
29+
## Bug Fixes
30+
31+
- Fix just argument splitting on pass-through recipes with complex args
32+
([#4961](https://github.com/WordPress/openverse/pull/4961)) by @sarayourfriend
33+
- Fix flaky image cell test
34+
([#4968](https://github.com/WordPress/openverse/pull/4968)) by @obulat
35+
- Remove "Testing Nuxt 3" text from markup
36+
([#4945](https://github.com/WordPress/openverse/pull/4945)) by @d3jawu
37+
- Fix `VSelectField` focus ring
38+
([#4939](https://github.com/WordPress/openverse/pull/4939)) by @obulat
39+
- Remove the gradient background from the VSafetyWall
40+
([#4938](https://github.com/WordPress/openverse/pull/4938)) by @obulat

0 commit comments

Comments
 (0)