@stenajs-webui/tooltip 17.5.0 → 17.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v17.6.0 (Fri Jul 01 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Use Stena icons instead of Font Awesome icons [#471](https://github.com/StenaIT/stenajs-webui/pull/471) (david.zetterdahl@stenaline.com [@LordDz](https://github.com/LordDz) [@lindskogen](https://github.com/lindskogen))
6
+
7
+ #### Authors: 3
8
+
9
+ - David ([@LordDz](https://github.com/LordDz))
10
+ - David Zetterdahl (david.zetterdahl@stenaline.com)
11
+ - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
12
+
13
+ ---
14
+
1
15
  # v17.0.0 (Fri Jun 17 2022)
2
16
 
3
17
  #### 💥 Breaking Change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stenajs-webui/tooltip",
3
- "version": "17.5.0",
3
+ "version": "17.6.0",
4
4
  "description": "",
5
5
  "author": "mattias800",
6
6
  "license": "MIT",
@@ -27,8 +27,8 @@
27
27
  "deploy": "gh-pages -d example/build"
28
28
  },
29
29
  "dependencies": {
30
- "@stenajs-webui/core": "17.5.0",
31
- "@stenajs-webui/elements": "17.5.0",
30
+ "@stenajs-webui/core": "17.6.0",
31
+ "@stenajs-webui/elements": "17.6.0",
32
32
  "@tippyjs/react": "^4.1.0",
33
33
  "tippy.js": "^6.2.6"
34
34
  },
@@ -54,5 +54,5 @@
54
54
  "files": [
55
55
  "dist"
56
56
  ],
57
- "gitHead": "4b007a19edfac18f521e1a643647b43c8bc86adc"
57
+ "gitHead": "2312d798dfd8af052a6340d9ee78c5bc30acbec1"
58
58
  }