@techlabi/kycrazy-ui-kit 0.55.0-beta.3 → 0.55.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 +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.55.0
4
+
5
+ ### Features
6
+
7
+ - Added Average Transaction Size to Company Activity (KYB)
8
+ - Replaced Annual Sales Volume with Monthly Sales Volume (KYB)
9
+
3
10
  ## 0.54.0
4
11
 
5
12
  ### Fixes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "description": "A modern React component library for KYC",
5
5
  "author": "TechLabi",
6
- "version": "0.55.0-beta.3",
6
+ "version": "0.55.0",
7
7
  "type": "module",
8
8
  "types": "dist/types/index.d.ts",
9
9
  "style": "dist/style.css",