@synerise/ds-ordered-list 0.3.98 → 0.3.99

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 +8 -0
  2. package/package.json +5 -5
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.99](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.98...@synerise/ds-ordered-list@0.3.99) (2024-09-11)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-ordered-list
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.3.98](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.97...@synerise/ds-ordered-list@0.3.98) (2024-09-03)
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.98",
3
+ "version": "0.3.99",
4
4
  "description": "OrderedList UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -26,14 +26,14 @@
26
26
  ],
27
27
  "types": "dist/index.d.ts",
28
28
  "dependencies": {
29
- "@synerise/ds-icon": "^0.65.3",
30
- "@synerise/ds-input": "^0.24.2",
31
- "@synerise/ds-utils": "^0.29.0"
29
+ "@synerise/ds-icon": "^0.65.4",
30
+ "@synerise/ds-input": "^0.24.3",
31
+ "@synerise/ds-utils": "^0.29.1"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@synerise/ds-core": "*",
35
35
  "react": ">=16.9.0 <= 17.0.2",
36
36
  "styled-components": "5.0.1"
37
37
  },
38
- "gitHead": "6fe94d574f25c5267c7593dec9399527f441b23a"
38
+ "gitHead": "fcf3fa64e906cf9fefb37a61ee28218c8eed9b73"
39
39
  }