@synerise/ds-pagination 2.0.2 → 2.0.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
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-pagination@2.0.2...@synerise/ds-pagination@2.0.3) (2026-09-07)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-pagination
9
+
6
10
  ## [2.0.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-pagination@2.0.1...@synerise/ds-pagination@2.0.2) (2026-09-02)
7
11
 
8
12
  **Note:** Version bump only for package @synerise/ds-pagination
package/CLAUDE.md CHANGED
@@ -85,6 +85,6 @@ No CSS import is required (styled-components).
85
85
  - **Controlled/uncontrolled** both for `current` and `pageSize` independently.
86
86
  - **`itemRender` is ignored** — the component always renders its own DS nav controls (the prop is kept
87
87
  in the type for back-compat since the old wrapper also overrode it).
88
- - ds-table / ds-table-new render this component and target the `ds-pagination-*` hooks (updated from the
88
+ - ds-table-new renders this component and targets the `ds-pagination-*` hooks (updated from the
89
89
  old `ant-pagination-*`).
90
90
  - Uses **Vitest**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-pagination",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Pagination UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -44,7 +44,7 @@
44
44
  "dependencies": {
45
45
  "@synerise/ds-button": "^2.0.1",
46
46
  "@synerise/ds-icon": "^2.1.0",
47
- "@synerise/ds-select": "^2.0.2",
47
+ "@synerise/ds-select": "^2.0.3",
48
48
  "@synerise/ds-utils": "^2.0.0"
49
49
  },
50
50
  "peerDependencies": {
@@ -53,5 +53,5 @@
53
53
  "styled-components": "^5.3.3",
54
54
  "vitest": "4"
55
55
  },
56
- "gitHead": "1dc97a2bae9f1d20c3f35e6672d059d502c90d1a"
56
+ "gitHead": "788eba77544b291f7e938864a3994df4b4d904e2"
57
57
  }