@synerise/ds-badge 2.0.3 → 2.0.4

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.
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
+ ## [2.0.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-badge@2.0.3...@synerise/ds-badge@2.0.4) (2026-09-18)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-badge
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.0.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-badge@2.0.2...@synerise/ds-badge@2.0.3) (2026-09-16)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-badge
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export { default } from './Badge';
2
- export { default as BadgeWithLabel, type BadgeWithLabelProps, } from './BadgeWithLabel';
3
- export type { Status as BadgeStatus, BadgeProps, Color as BadgeColor, ColorHue as BadgeColorHue, } from './Badge.types';
2
+ export type { BadgeProps, Color as BadgeColor, ColorHue as BadgeColorHue, Status as BadgeStatus, } from './Badge.types';
3
+ export { type BadgeWithLabelProps, default as BadgeWithLabel, } from './BadgeWithLabel';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-badge",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Badge UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -42,9 +42,9 @@
42
42
  ],
43
43
  "types": "dist/index.d.ts",
44
44
  "dependencies": {
45
- "@synerise/ds-icon": "^2.1.1",
46
- "@synerise/ds-typography": "^2.0.3",
47
- "@synerise/ds-utils": "^2.1.0"
45
+ "@synerise/ds-icon": "^2.1.2",
46
+ "@synerise/ds-typography": "^2.0.4",
47
+ "@synerise/ds-utils": "^2.1.1"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@synerise/ds-core": "*",
@@ -52,5 +52,5 @@
52
52
  "styled-components": "^5.3.3",
53
53
  "vitest": "4"
54
54
  },
55
- "gitHead": "71f08fdaba8e7b80731e29a03883dc6a33f2b9db"
55
+ "gitHead": "b1d905617dfb186b5d80966d63ce55bf29df743d"
56
56
  }