@synerise/ds-ordered-list 0.3.103 → 0.3.105

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 +4 -4
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.105](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.104...@synerise/ds-ordered-list@0.3.105) (2024-10-23)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-ordered-list
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.3.104](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.103...@synerise/ds-ordered-list@0.3.104) (2024-10-14)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-ordered-list
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.3.103](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.102...@synerise/ds-ordered-list@0.3.103) (2024-10-01)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-ordered-list",
3
- "version": "0.3.103",
3
+ "version": "0.3.105",
4
4
  "description": "OrderedList UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -27,8 +27,8 @@
27
27
  ],
28
28
  "types": "dist/index.d.ts",
29
29
  "dependencies": {
30
- "@synerise/ds-icon": "^0.65.8",
31
- "@synerise/ds-input": "^0.24.7",
30
+ "@synerise/ds-icon": "^0.66.0",
31
+ "@synerise/ds-input": "^0.24.9",
32
32
  "@synerise/ds-utils": "^0.30.0"
33
33
  },
34
34
  "peerDependencies": {
@@ -36,5 +36,5 @@
36
36
  "react": ">=16.9.0 <= 17.0.2",
37
37
  "styled-components": "5.0.1"
38
38
  },
39
- "gitHead": "2389b995aa44e42ec1dd9a177c7ab1f1a0001a70"
39
+ "gitHead": "c45f411bd0eac69ae70b6c948da1c530539b01d6"
40
40
  }