@synerise/ds-ordered-list 0.3.101 → 0.3.102
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 +7 -6
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.102](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.101...@synerise/ds-ordered-list@0.3.102) (2024-09-26)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-ordered-list
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [0.3.101](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.100...@synerise/ds-ordered-list@0.3.101) (2024-09-17)
|
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.102",
|
4
4
|
"description": "OrderedList UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -18,7 +18,8 @@
|
|
18
18
|
"prepublish": "npm run build",
|
19
19
|
"test": "jest",
|
20
20
|
"test:watch": "npm run test -- --watchAll",
|
21
|
-
"types": "tsc --noEmit"
|
21
|
+
"types": "tsc --noEmit",
|
22
|
+
"upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
|
22
23
|
},
|
23
24
|
"sideEffects": [
|
24
25
|
"dist/style/*",
|
@@ -26,14 +27,14 @@
|
|
26
27
|
],
|
27
28
|
"types": "dist/index.d.ts",
|
28
29
|
"dependencies": {
|
29
|
-
"@synerise/ds-icon": "^0.65.
|
30
|
-
"@synerise/ds-input": "^0.24.
|
31
|
-
"@synerise/ds-utils": "^0.29.
|
30
|
+
"@synerise/ds-icon": "^0.65.7",
|
31
|
+
"@synerise/ds-input": "^0.24.6",
|
32
|
+
"@synerise/ds-utils": "^0.29.4"
|
32
33
|
},
|
33
34
|
"peerDependencies": {
|
34
35
|
"@synerise/ds-core": "*",
|
35
36
|
"react": ">=16.9.0 <= 17.0.2",
|
36
37
|
"styled-components": "5.0.1"
|
37
38
|
},
|
38
|
-
"gitHead": "
|
39
|
+
"gitHead": "fc06bd0f13401a57329fb92985b735de33108dbc"
|
39
40
|
}
|