@synerise/ds-ordered-list 0.3.95 → 0.3.96

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [0.3.96](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.95...@synerise/ds-ordered-list@0.3.96) (2024-08-27)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-ordered-list
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.3.95](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.94...@synerise/ds-ordered-list@0.3.95) (2024-08-19)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-ordered-list
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-ordered-list",
3
- "version": "0.3.95",
3
+ "version": "0.3.96",
4
4
  "description": "OrderedList UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -26,8 +26,8 @@
26
26
  ],
27
27
  "types": "dist/index.d.ts",
28
28
  "dependencies": {
29
- "@synerise/ds-icon": "^0.65.0",
30
- "@synerise/ds-input": "^0.23.6",
29
+ "@synerise/ds-icon": "^0.65.1",
30
+ "@synerise/ds-input": "^0.24.0",
31
31
  "@synerise/ds-utils": "^0.28.2"
32
32
  },
33
33
  "peerDependencies": {
@@ -35,5 +35,5 @@
35
35
  "react": ">=16.9.0 <= 17.0.2",
36
36
  "styled-components": "5.0.1"
37
37
  },
38
- "gitHead": "2e6de17b64023536c24be8fcb67b1e53e8bffa3d"
38
+ "gitHead": "a035aeea499cea00e72e20e3790c0ffcad4fe956"
39
39
  }