@artsy/reaction 29.9.2 β†’ 29.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v29.11.0 (Tue Nov 11 2025)
2
+
3
+ #### πŸš€ Enhancement
4
+
5
+ - feat: add yarn check github action [#3801](https://github.com/artsy/reaction/pull/3801) ([@mc-jones](https://github.com/mc-jones))
6
+
7
+ #### Authors: 1
8
+
9
+ - Matt Jones ([@mc-jones](https://github.com/mc-jones))
10
+
11
+ ---
12
+
13
+ # v29.10.0 (Mon Nov 10 2025)
14
+
15
+ #### πŸš€ Enhancement
16
+
17
+ - feat: add add-version-label github action [#3800](https://github.com/artsy/reaction/pull/3800) ([@amonkhouse](https://github.com/amonkhouse))
18
+
19
+ #### Authors: 1
20
+
21
+ - Amy Monkhouse ([@amonkhouse](https://github.com/amonkhouse))
22
+
23
+ ---
24
+
1
25
  # v29.9.2 (Fri Oct 31 2025)
2
26
 
3
27
  #### πŸ› Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/reaction",
3
- "version": "29.9.2",
3
+ "version": "29.11.0",
4
4
  "description": "Force’s React Components",
5
5
  "main": "dist/index.js",
6
6
  "repository": "https://github.com/artsy/reaction.git",