@synerise/ds-description 0.3.25 → 0.3.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.25](https://github.com/Synerise/synerise-design/compare/@synerise/ds-description@0.3.24...@synerise/ds-description@0.3.25) (2022-08-04)
6
+ ## [0.3.28](https://github.com/Synerise/synerise-design/compare/@synerise/ds-description@0.3.27...@synerise/ds-description@0.3.28) (2022-08-25)
7
7
 
8
8
  **Note:** Version bump only for package @synerise/ds-description
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [0.3.24](https://github.com/Synerise/synerise-design/compare/@synerise/ds-description@0.3.21...@synerise/ds-description@0.3.24) (2022-08-04)
14
+ ## [0.3.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-description@0.3.22...@synerise/ds-description@0.3.27) (2022-08-11)
15
15
 
16
16
  **Note:** Version bump only for package @synerise/ds-description
17
17
 
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
19
 
20
20
 
21
21
 
22
- ## [0.3.23](https://github.com/Synerise/synerise-design/compare/@synerise/ds-description@0.3.21...@synerise/ds-description@0.3.23) (2022-08-04)
22
+ ## [0.3.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-description@0.3.21...@synerise/ds-description@0.3.22) (2022-07-28)
23
23
 
24
24
  **Note:** Version bump only for package @synerise/ds-description
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-description",
3
- "version": "0.3.25",
3
+ "version": "0.3.28",
4
4
  "description": "Description UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -32,12 +32,12 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-avatar": "^0.14.25",
36
- "@synerise/ds-button": "^0.17.5",
37
- "@synerise/ds-core": "^0.35.3",
38
- "@synerise/ds-icon": "^0.49.3",
39
- "@synerise/ds-tooltip": "^0.11.13",
40
- "@synerise/ds-typography": "^0.12.5",
35
+ "@synerise/ds-avatar": "^0.14.28",
36
+ "@synerise/ds-button": "^0.17.8",
37
+ "@synerise/ds-core": "^0.35.5",
38
+ "@synerise/ds-icon": "^0.50.0",
39
+ "@synerise/ds-tooltip": "^0.11.16",
40
+ "@synerise/ds-typography": "^0.12.7",
41
41
  "classnames": "^2.2.6"
42
42
  },
43
43
  "peerDependencies": {
@@ -48,5 +48,5 @@
48
48
  "devDependencies": {
49
49
  "@synerise/ds-utils": "^0.19.0"
50
50
  },
51
- "gitHead": "28486eab4b37b485cbe2a383e3ae9b8e9d789862"
51
+ "gitHead": "c9530f0548fa244796b0c6b1ea5fa3d6330e84ea"
52
52
  }