@artsy/reaction 29.6.0 β†’ 29.7.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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v29.7.0 (Mon Apr 18 2022)
2
+
3
+ #### πŸš€ Enhancement
4
+
5
+ - security: upgrade union-value transitive dependecy to resolve CVE-2019-10747 [#3726](https://github.com/artsy/reaction/pull/3726) ([@ovasdi](https://github.com/ovasdi))
6
+
7
+ #### Authors: 1
8
+
9
+ - Ozzie Vasdi ([@ovasdi](https://github.com/ovasdi))
10
+
11
+ ---
12
+
1
13
  # v29.6.0 (Tue Apr 12 2022)
2
14
 
3
15
  #### πŸš€ Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/reaction",
3
- "version": "29.6.0",
3
+ "version": "29.7.0",
4
4
  "description": "Force’s React Components",
5
5
  "main": "dist/index.js",
6
6
  "repository": "https://github.com/artsy/reaction.git",