@synerise/ds-ordered-list 0.3.97 → 0.3.98
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +5 -5
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.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
|
+
|
6
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)
|
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.
|
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.
|
30
|
-
"@synerise/ds-input": "^0.24.
|
31
|
-
"@synerise/ds-utils": "^0.
|
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": "
|
38
|
+
"gitHead": "6fe94d574f25c5267c7593dec9399527f441b23a"
|
39
39
|
}
|