@synerise/ds-tags 0.8.0 → 0.8.2

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,28 @@
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.8.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tags@0.8.1...@synerise/ds-tags@0.8.2) (2023-07-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **ds-tags:** split value and type export ([62db42f](https://github.com/Synerise/synerise-design/commit/62db42f65142c2f4a49467f63dd3d6f2bf50ccb5))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.8.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tags@0.8.0...@synerise/ds-tags@0.8.1) (2023-07-11)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **ds-tags:** specify that export is exported ([443031a](https://github.com/Synerise/synerise-design/commit/443031a23d7656c0f692dcf6172013ad2eb20a7e))
23
+
24
+
25
+
26
+
27
+
6
28
  # [0.8.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tags@0.7.25...@synerise/ds-tags@0.8.0) (2023-07-04)
7
29
 
8
30
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export { default } from './Tags';
2
2
  export { default as Tag } from './Tag/Tag';
3
3
  export * as TagsStyles from './Tags.styles';
4
- export { TagShape, Props as TagProps } from './Tag/Tag.types';
4
+ export { TagShape } from './Tag/Tag.types';
5
+ export type { Props as TagProps } from './Tag/Tag.types';
package/dist/index.js CHANGED
@@ -2,4 +2,4 @@ export { default } from './Tags';
2
2
  export { default as Tag } from './Tag/Tag';
3
3
  import * as _TagsStyles from './Tags.styles';
4
4
  export { _TagsStyles as TagsStyles };
5
- export { TagShape, Props as TagProps } from './Tag/Tag.types';
5
+ export { TagShape } from './Tag/Tag.types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-tags",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "Tags UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -44,5 +44,5 @@
44
44
  "devDependencies": {
45
45
  "@synerise/ds-utils": "^0.19.0"
46
46
  },
47
- "gitHead": "e8a06c902ef96e767576df5377b8965e1034d6c0"
47
+ "gitHead": "45e00916c8a1d69cf7c2d515ab8e8ab4063d3dfe"
48
48
  }