@tantainnovative/ndpr-toolkit 5.1.3 → 5.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [5.1.4](https://github.com/mr-tanta/ndpr-toolkit/compare/v5.1.3...v5.1.4) (2026-05-28)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** remove unused tailwind-merge peer dependency ([5aec54b](https://github.com/mr-tanta/ndpr-toolkit/commit/5aec54ba4fbdc9cdb69368f7477b87016af7755d))
11
+
5
12
  ## [5.1.3](https://github.com/mr-tanta/ndpr-toolkit/compare/v5.1.2...v5.1.3) (2026-05-28)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tantainnovative/ndpr-toolkit",
3
- "version": "5.1.3",
3
+ "version": "5.1.4",
4
4
  "private": false,
5
5
  "packageManager": "pnpm@10.34.1",
6
6
  "description": "Nigeria Data Protection Toolkit — enterprise-grade compliance components for the Nigeria Data Protection Act (NDPA) 2023",
@@ -310,8 +310,7 @@
310
310
  "docx": ">=8.0.0",
311
311
  "jspdf": "^4.2.1",
312
312
  "react": "^18.0.0 || ^19.0.0",
313
- "react-dom": "^18.0.0 || ^19.0.0",
314
- "tailwind-merge": "^2.6.0 || ^3.0.0"
313
+ "react-dom": "^18.0.0 || ^19.0.0"
315
314
  },
316
315
  "peerDependenciesMeta": {
317
316
  "@radix-ui/react-label": {
@@ -337,9 +336,6 @@
337
336
  },
338
337
  "jspdf": {
339
338
  "optional": true
340
- },
341
- "tailwind-merge": {
342
- "optional": true
343
339
  }
344
340
  },
345
341
  "devDependencies": {