@synerise/ds-ordered-list 0.3.86 → 0.3.88

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.88](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.87...@synerise/ds-ordered-list@0.3.88) (2024-06-27)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-ordered-list
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.3.87](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.86...@synerise/ds-ordered-list@0.3.87) (2024-06-21)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-ordered-list
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.3.86](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.85...@synerise/ds-ordered-list@0.3.86) (2024-05-29)
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.86",
3
+ "version": "0.3.88",
4
4
  "description": "OrderedList UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -26,8 +26,8 @@
26
26
  ],
27
27
  "types": "dist/index.d.ts",
28
28
  "dependencies": {
29
- "@synerise/ds-icon": "^0.62.0",
30
- "@synerise/ds-input": "^0.21.5",
29
+ "@synerise/ds-icon": "^0.63.0",
30
+ "@synerise/ds-input": "^0.22.1",
31
31
  "@synerise/ds-utils": "^0.27.0"
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": "6bd94c78745df68ee3b853120a863ab24fc233ef"
42
+ "gitHead": "587eb113074985ae21e4f0c25ec33c3e3e2e072b"
43
43
  }