@synerise/ds-ordered-list 0.3.96 → 0.3.98

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 +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.98](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.97...@synerise/ds-ordered-list@0.3.98) (2024-09-03)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-ordered-list
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.3.97](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.96...@synerise/ds-ordered-list@0.3.97) (2024-08-30)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-ordered-list
17
+
18
+
19
+
20
+
21
+
6
22
  ## [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
23
 
8
24
  **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.96",
3
+ "version": "0.3.98",
4
4
  "description": "OrderedList UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -26,14 +26,14 @@
26
26
  ],
27
27
  "types": "dist/index.d.ts",
28
28
  "dependencies": {
29
- "@synerise/ds-icon": "^0.65.1",
30
- "@synerise/ds-input": "^0.24.0",
31
- "@synerise/ds-utils": "^0.28.2"
29
+ "@synerise/ds-icon": "^0.65.3",
30
+ "@synerise/ds-input": "^0.24.2",
31
+ "@synerise/ds-utils": "^0.29.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@synerise/ds-core": "*",
35
35
  "react": ">=16.9.0 <= 17.0.2",
36
36
  "styled-components": "5.0.1"
37
37
  },
38
- "gitHead": "a035aeea499cea00e72e20e3790c0ffcad4fe956"
38
+ "gitHead": "6fe94d574f25c5267c7593dec9399527f441b23a"
39
39
  }