@artsy/reaction 29.3.0 β†’ 29.4.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 +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ # v29.4.0 (Fri Apr 08 2022)
2
+
3
+ #### πŸš€ Enhancement
4
+
5
+ - chore: update renovate assignee [#3722](https://github.com/artsy/reaction/pull/3722) ([@ovasdi](https://github.com/ovasdi))
6
+
7
+ #### 🏠 Internal
8
+
9
+ - Bump handlebars from 4.5.3 to 4.7.7 [#3682](https://github.com/artsy/reaction/pull/3682) ([@dependabot[bot]](https://github.com/dependabot[bot]))
10
+
11
+ #### Authors: 2
12
+
13
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
14
+ - Ozzie Vasdi ([@ovasdi](https://github.com/ovasdi))
15
+
16
+ ---
17
+
1
18
  # v29.3.0 (Thu Apr 07 2022)
2
19
 
3
20
  #### πŸš€ Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/reaction",
3
- "version": "29.3.0",
3
+ "version": "29.4.0",
4
4
  "description": "Force’s React Components",
5
5
  "main": "dist/index.js",
6
6
  "repository": "https://github.com/artsy/reaction.git",