@synerise/ds-tags 0.7.25 → 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,39 @@
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
+
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)
29
+
30
+
31
+ ### Features
32
+
33
+ * **filter:** adds letter tags to step cards and filter header ([ad9a366](https://github.com/Synerise/synerise-design/commit/ad9a366ae6bb8127eaeafa5e7bd89f7e35c1bcde))
34
+
35
+
36
+
37
+
38
+
6
39
  ## [0.7.25](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tags@0.7.24...@synerise/ds-tags@0.7.25) (2023-06-28)
7
40
 
8
41
  **Note:** Version bump only for package @synerise/ds-tags
package/dist/index.d.ts CHANGED
@@ -2,3 +2,4 @@ export { default } from './Tags';
2
2
  export { default as Tag } from './Tag/Tag';
3
3
  export * as TagsStyles from './Tags.styles';
4
4
  export { TagShape } from './Tag/Tag.types';
5
+ export type { Props as TagProps } from './Tag/Tag.types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-tags",
3
- "version": "0.7.25",
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": "948b33abd56086fc73880204892f90bd6ddc0a72"
47
+ "gitHead": "45e00916c8a1d69cf7c2d515ab8e8ab4063d3dfe"
48
48
  }