@synerise/ds-editable-items-list 0.1.7 → 0.1.9

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.1.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-editable-items-list@0.1.8...@synerise/ds-editable-items-list@0.1.9) (2024-04-02)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-editable-items-list
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.1.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-editable-items-list@0.1.7...@synerise/ds-editable-items-list@0.1.8) (2024-03-29)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-editable-items-list
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.1.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-editable-items-list@0.1.6...@synerise/ds-editable-items-list@0.1.7) (2024-03-20)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-editable-items-list
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-editable-items-list",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "EditableItemsList UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-button": "^0.19.4",
36
+ "@synerise/ds-button": "^0.19.6",
37
37
  "@synerise/ds-cruds": "^0.3.40"
38
38
  },
39
39
  "peerDependencies": {
@@ -41,5 +41,5 @@
41
41
  "react": ">=16.9.0 < 17.0.0",
42
42
  "styled-components": "5.0.1"
43
43
  },
44
- "gitHead": "2df913352aa96e8aed75894489afb3a4ee303370"
44
+ "gitHead": "67108cb227db0024b189fa289840cfb5a5d0de8c"
45
45
  }