@razorpay/blade 7.0.2 → 7.0.4

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @razorpay/blade
2
2
 
3
+ ## 7.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - e3d5321c: perf(blade): integrate SectionList in ActionList
8
+
9
+ ## 7.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 6f7ec83f: fix(Box): add correct prop types in react native Box
14
+ - abc4c156: fix(colors): incorrect value of ashGrayLight.1200
15
+
16
+ There was a typo earlier in the value of the token.
17
+
18
+ - fce1c767: feat(TextInput): add note on `type="number"` attribute
19
+ - c0701725: fix: remove internal BaseBox export (no change for consumers)
20
+
3
21
  ## 7.0.2
4
22
 
5
23
  ### Patch Changes