@synerise/ds-ordered-list 0.3.68 → 0.3.70

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 +3 -3
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.70](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.69...@synerise/ds-ordered-list@0.3.70) (2024-02-19)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-ordered-list
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.3.69](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.68...@synerise/ds-ordered-list@0.3.69) (2024-02-06)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-ordered-list
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.3.68](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.67...@synerise/ds-ordered-list@0.3.68) (2024-01-24)
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.68",
3
+ "version": "0.3.70",
4
4
  "description": "OrderedList UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -27,7 +27,7 @@
27
27
  "types": "dist/index.d.ts",
28
28
  "dependencies": {
29
29
  "@synerise/ds-icon": "^0.60.0",
30
- "@synerise/ds-input": "^0.19.15",
30
+ "@synerise/ds-input": "^0.19.17",
31
31
  "@synerise/ds-utils": "^0.24.24"
32
32
  },
33
33
  "peerDependencies": {
@@ -39,5 +39,5 @@
39
39
  "@testing-library/jest-dom": "5.1.1",
40
40
  "@testing-library/react": "10.0.1"
41
41
  },
42
- "gitHead": "9e7d97fc5f8a9fd938b38e9d1678e050e0478e0e"
42
+ "gitHead": "17e3bca1d4d134a28aaa186f0e2637616ca86174"
43
43
  }