@synerise/ds-ordered-list 0.3.116 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.4.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.117...@synerise/ds-ordered-list@0.4.0) (2025-01-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * antd@4.24 react@18 ([d97a667](https://github.com/Synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.3.117](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.116...@synerise/ds-ordered-list@0.3.117) (2025-01-21)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-ordered-list
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.3.116](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.115...@synerise/ds-ordered-list@0.3.116) (2025-01-15)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-ordered-list
package/dist/modules.d.js CHANGED
@@ -1 +1 @@
1
- import '@testing-library/jest-dom/extend-expect';
1
+ import '@testing-library/jest-dom';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-ordered-list",
3
- "version": "0.3.116",
3
+ "version": "0.4.0",
4
4
  "description": "OrderedList UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -27,14 +27,14 @@
27
27
  ],
28
28
  "types": "dist/index.d.ts",
29
29
  "dependencies": {
30
- "@synerise/ds-icon": "^0.69.1",
31
- "@synerise/ds-input": "^0.24.20",
32
- "@synerise/ds-utils": "^0.31.2"
30
+ "@synerise/ds-icon": "^0.71.0",
31
+ "@synerise/ds-input": "^0.25.0",
32
+ "@synerise/ds-utils": "^0.32.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@synerise/ds-core": "*",
36
- "react": ">=16.9.0 <= 17.0.2",
37
- "styled-components": "5.0.1"
36
+ "react": ">=16.9.0 <= 18.3.1",
37
+ "styled-components": "^5.3.3"
38
38
  },
39
- "gitHead": "f591d14d24d6a14aab76edcb60f04aaadec8336d"
39
+ "gitHead": "fbde34e126b492edaf148e469ab96247a891d6df"
40
40
  }