nhb-toolbox 4.30.14 → 4.30.15

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/README.md +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -515,6 +515,18 @@ debounceAction(fetchResults, 300);
515
515
 
516
516
  ## 🔗 Related Packages
517
517
 
518
+ <div style={{ display: 'flex', alignItems: 'center', gap: '0.5rem' }}>
519
+ <a target="_blank" href="https://www.npmjs.com/package/toolbox-x">
520
+ <img src="https://img.shields.io/badge/Toolbox--X-toolbox--x-steelblue" alt="toolbox-x" />
521
+ </a>
522
+ </div>
523
+
524
+ <div style={{ display: 'flex', alignItems: 'center', gap: '0.5rem' }}>
525
+ <a target="_blank" href="https://www.npmjs.com/package/bn-calendar">
526
+ <img src="https://img.shields.io/badge/Bangla_Calendar-bn--calendar-red" alt="bn-calendar" />
527
+ </a>
528
+ </div>
529
+
518
530
  <div style={{ display: 'flex', alignItems: 'center', gap: '0.5rem' }}>
519
531
  <a target="_blank" href="https://www.npmjs.com/package/nhb-hooks">
520
532
  <img src="https://img.shields.io/badge/React_Hooks-nhb--hooks-blue" alt="nhb-hooks" />
@@ -556,3 +568,7 @@ This project is licensed under the [Apache License 2.0](LICENSE) with the follow
556
568
  > Any fork, derivative work, or redistribution of this project must include clear attribution to [**Nazmul Hassan**](https://github.com/nazmul-nhb) in both the source code and any publicly available documentation.
557
569
 
558
570
  You are free to use, modify, and distribute this project under the terms of the Apache 2.0 License, provided that appropriate credit is given.
571
+
572
+ ---
573
+
574
+ Built with ❤️ by [**Nazmul Hassan**](https://nazmul-nhb.dev)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nhb-toolbox",
3
- "version": "4.30.14",
3
+ "version": "4.30.15",
4
4
  "description": "A versatile collection of smart, efficient, and reusable utility functions, classes and types for everyday development needs.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",