@tantainnovative/ndpr-toolkit 5.1.2 → 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 +14 -0
  2. package/package.json +4 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
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
+
12
+ ## [5.1.3](https://github.com/mr-tanta/ndpr-toolkit/compare/v5.1.2...v5.1.3) (2026-05-28)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **deps:** widen optional tailwind-merge peer to ^2.6.0 || ^3.0.0 ([f7d6ed8](https://github.com/mr-tanta/ndpr-toolkit/commit/f7d6ed851f36d38605e74b128b961aa789060ed9))
18
+
5
19
  ## [5.1.2](https://github.com/mr-tanta/ndpr-toolkit/compare/v5.1.1...v5.1.2) (2026-05-28)
6
20
 
7
21
 
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@tantainnovative/ndpr-toolkit",
3
- "version": "5.1.2",
3
+ "version": "5.1.4",
4
4
  "private": false,
5
+ "packageManager": "pnpm@10.34.1",
5
6
  "description": "Nigeria Data Protection Toolkit — enterprise-grade compliance components for the Nigeria Data Protection Act (NDPA) 2023",
6
7
  "pnpm": {
7
8
  "overrides": {
@@ -309,8 +310,7 @@
309
310
  "docx": ">=8.0.0",
310
311
  "jspdf": "^4.2.1",
311
312
  "react": "^18.0.0 || ^19.0.0",
312
- "react-dom": "^18.0.0 || ^19.0.0",
313
- "tailwind-merge": "^2.6.0"
313
+ "react-dom": "^18.0.0 || ^19.0.0"
314
314
  },
315
315
  "peerDependenciesMeta": {
316
316
  "@radix-ui/react-label": {
@@ -336,9 +336,6 @@
336
336
  },
337
337
  "jspdf": {
338
338
  "optional": true
339
- },
340
- "tailwind-merge": {
341
- "optional": true
342
339
  }
343
340
  },
344
341
  "devDependencies": {
@@ -352,7 +349,7 @@
352
349
  "@radix-ui/react-tabs": "^1.1.13",
353
350
  "@phosphor-icons/react": "^2.1.7",
354
351
  "@tailwindcss/postcss": "^4.1.13",
355
- "@tantainnovative/ndpr-toolkit": "^3.10.0",
352
+ "@tantainnovative/ndpr-toolkit": "^5.1.2",
356
353
  "@testing-library/dom": "^10.4.1",
357
354
  "@testing-library/jest-dom": "^6.6.3",
358
355
  "@testing-library/react": "^16.3.0",