gbs-add-block 1.2.2 → 1.2.3

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # GBS Building Blocks 2.0 (v1.2.2)
1
+ # GBS Building Blocks 2.0 (v1.2.3)
2
2
 
3
3
  Latest and upgraded version of GBS building blocks with headless UI and removed dependencies.
4
4
 
@@ -6,9 +6,8 @@ Latest and upgraded version of GBS building blocks with headless UI and removed
6
6
 
7
7
  For detailed documentation on usage and props, Please visit: [Building Block Documentation v2.0](https://gramprokit.vercel.app)
8
8
 
9
- ## What's New 🎉 (Ver 1.2.2)
9
+ ## What's New 🎉 (Ver 1.2.3)
10
10
 
11
- - Style Updates
12
11
  - Bug Fix
13
12
 
14
13
  ## Authors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gbs-add-block",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "React Component Library",
5
5
  "type": "module",
6
6
  "files": [
@@ -4,4 +4,3 @@ export { usePagination } from "./usePagination";
4
4
  export { useSearch } from "./useSearch";
5
5
  export { useFiltering } from "./useFiltering";
6
6
  export { useRowSelection } from "./useRowSelection";
7
- export { usePageStatus } from "./usePageStatus";