@haus-storefront-react/shared-types 1.0.4-next.2 → 1.0.4-next.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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.0.4-next.2 (2026-03-04)
2
+
3
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
4
+
1
5
  ## 1.0.4-next.1 (2026-03-04)
2
6
 
3
7
  ### 🚀 Features
package/index.d.ts CHANGED
@@ -141,6 +141,7 @@ export interface Pagination {
141
141
  nextState: SearchInput;
142
142
  nextPage: () => void;
143
143
  prevPage: () => void;
144
+ goToPage: (page: number) => void;
144
145
  }
145
146
  export declare enum SortOrder {
146
147
  Asc = "ASC",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "restricted"
5
5
  },
6
- "version": "1.0.4-next.2",
6
+ "version": "1.0.4-next.3",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "exports": {