@artsy/reaction 29.4.0 β 29.5.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.
- package/CHANGELOG.md +12 -0
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v29.5.0 (Tue Apr 12 2022)
|
|
2
|
+
|
|
3
|
+
#### π Enhancement
|
|
4
|
+
|
|
5
|
+
- chore: bump immer and minimist [#3724](https://github.com/artsy/reaction/pull/3724) ([@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
|
+
|
|
1
13
|
# v29.4.0 (Fri Apr 08 2022)
|
|
2
14
|
|
|
3
15
|
#### π Enhancement
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/reaction",
|
|
3
|
-
"version": "29.
|
|
3
|
+
"version": "29.5.0",
|
|
4
4
|
"description": "Forceβs React Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"repository": "https://github.com/artsy/reaction.git",
|
|
@@ -117,7 +117,6 @@
|
|
|
117
117
|
"fork-ts-checker-webpack-plugin": "0.4.10",
|
|
118
118
|
"graphql": "14.5.8",
|
|
119
119
|
"husky": "1.3.1",
|
|
120
|
-
"immer": "1.12.1",
|
|
121
120
|
"jest": "24.9.0",
|
|
122
121
|
"jest-junit": "6.4.0",
|
|
123
122
|
"jest-raw-loader": "1.0.1",
|