@synerise/ds-tooltip 0.12.1 → 0.13.0

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,17 @@
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.13.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-tooltip@0.12.1...@synerise/ds-tooltip@0.13.0) (2023-03-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **tooltip:** exports types from index ([c2bedad](https://github.com/synerise/synerise-design/commit/c2bedad22e7e56c30580b8e25fec1892b703ab10))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.12.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-tooltip@0.12.0...@synerise/ds-tooltip@0.12.1) (2023-03-02)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-tooltip
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
+ export * from './Tooltip.types';
1
2
  export { default } from './Tooltip';
package/dist/index.js CHANGED
@@ -1 +1,2 @@
1
+ export * from './Tooltip.types';
1
2
  export { default } from './Tooltip';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-tooltip",
3
- "version": "0.12.1",
3
+ "version": "0.13.0",
4
4
  "description": "Tooltip UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -43,5 +43,5 @@
43
43
  "devDependencies": {
44
44
  "@synerise/ds-utils": "^0.19.0"
45
45
  },
46
- "gitHead": "91c3937d5564d273bfb0ad2029eecaf14ca921c8"
46
+ "gitHead": "a9c9628df732abd42421880fd1aa61b7f7c580ee"
47
47
  }