@fortawesome/vue-fontawesome 3.0.5 → 3.0.6

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
@@ -4,20 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## [3.0.6](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.6) - 2024-01-29
8
+
9
+ ### Changed
10
+
11
+ - Added missing exports to TS definition in `index.d.ts`
12
+
13
+ ---
14
+
7
15
  ## [3.0.5](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.5) - 2023-11-06
8
16
 
9
17
  ### Changed
10
18
 
11
19
  - Removed .tgz file
12
20
 
13
- ### Added
14
-
15
21
  ---
16
22
 
17
23
  ## [3.0.4](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.4) - 2023-11-06
18
24
 
19
- ### Changed
20
-
21
25
  ### Added
22
26
 
23
27
  - Tests for Sharp Family
package/README.md CHANGED
@@ -48,20 +48,21 @@ The following contributors have either helped to start this project, have contri
48
48
  code, are actively maintaining it (including documentation), or in other ways
49
49
  being awesome contributors to this project. **We'd like to take a moment to recognize them.**
50
50
 
51
- | | Name | GitHub |
52
- | :----------------------------------------------------------: | --------------- | ------------------------------------------------------ |
53
- | <img src="https://github.com/SirLamer.png?size=72" /> | SirLamer | [@SirLamer](https://github.com/SirLamer) |
54
- | <img src="https://github.com/meteorlxy.png?size=72" /> | Liu Xinyu | [@meteorlxy](https://github.com/meteorlxy) |
55
- | <img src="https://github.com/schulz3000.png?size=72" /> | Xaver Schulz | [@schulz3000](https://github.com/schulz3000) |
56
- | <img src="https://github.com/ihmels.png?size=72" /> | Yannick Ihmels | [@ihmels](https://github.com/ihmels) |
57
- | <img src="https://github.com/btaens.png?size=72" /> | btaens | [@btaens](https://github.com/btaens) |
58
- | <img src="https://github.com/david-driscoll.png?size=72" /> | David Driscoll | [@david-driscoll](https://github.com/david-driscoll) |
59
- | <img src="https://github.com/tyranteon.png?size=72" /> | Tyranteon | [@tyranteon](https://github.com/tyranteon) |
60
- | <img src="https://github.com/rigma.png?size=72" /> | Romain Failla | [@rigma](https://github.com/rigma) |
61
- | <img src="https://github.com/viniciuslrangel.png?size=72" /> | Vinicius Rangel | [@viniciuslrangel](https://github.com/viniciuslrangel) |
62
- | <img src="https://github.com/otijhuis.png?size=72" /> | Okke Tijhuis | [@otijhuis](https://github.com/otijhuis) |
63
- | <img src="https://github.com/parkeyparker.png?size=72" /> | Aaron Parker | [@parkeyparker](https://github.com/parkeyparker) |
64
- | <img src="https://github.com/brandon-mork.png?size=72" /> | Brandon Mork | [@brandon-mork](https://github.com/brandon-mork) |
51
+ | | Name | GitHub |
52
+ | :------------------------------------------------------------: | ----------------- | --------------------------------------------------------- |
53
+ | <img src="https://github.com/SirLamer.png?size=72" /> | SirLamer | [@SirLamer](https://github.com/SirLamer) |
54
+ | <img src="https://github.com/meteorlxy.png?size=72" /> | Liu Xinyu | [@meteorlxy](https://github.com/meteorlxy) |
55
+ | <img src="https://github.com/schulz3000.png?size=72" /> | Xaver Schulz | [@schulz3000](https://github.com/schulz3000) |
56
+ | <img src="https://github.com/ihmels.png?size=72" /> | Yannick Ihmels | [@ihmels](https://github.com/ihmels) |
57
+ | <img src="https://github.com/btaens.png?size=72" /> | btaens | [@btaens](https://github.com/btaens) |
58
+ | <img src="https://github.com/david-driscoll.png?size=72" /> | David Driscoll | [@david-driscoll](https://github.com/david-driscoll) |
59
+ | <img src="https://github.com/tyranteon.png?size=72" /> | Tyranteon | [@tyranteon](https://github.com/tyranteon) |
60
+ | <img src="https://github.com/rigma.png?size=72" /> | Romain Failla | [@rigma](https://github.com/rigma) |
61
+ | <img src="https://github.com/viniciuslrangel.png?size=72" /> | Vinicius Rangel | [@viniciuslrangel](https://github.com/viniciuslrangel) |
62
+ | <img src="https://github.com/otijhuis.png?size=72" /> | Okke Tijhuis | [@otijhuis](https://github.com/otijhuis) |
63
+ | <img src="https://github.com/parkeyparker.png?size=72" /> | Aaron Parker | [@parkeyparker](https://github.com/parkeyparker) |
64
+ | <img src="https://github.com/brandon-mork.png?size=72" /> | Brandon Mork | [@brandon-mork](https://github.com/brandon-mork) |
65
+ | <img src="https://github.com/michaelcozzolino.png?size=72" /> | Michael Cozzolino | [@michaelcozzolino](https://github.com/michaelcozzolino) |
65
66
 
66
67
  If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.
67
68
 
package/index.d.ts CHANGED
@@ -43,3 +43,5 @@ interface FontAwesomeLayersTextProps {
43
43
  declare const FontAwesomeIcon: DefineComponent<FontAwesomeIconProps>
44
44
  declare const FontAwesomeLayers: DefineComponent<FontAwesomeLayersProps>
45
45
  declare const FontAwesomeLayersText: DefineComponent<FontAwesomeLayersTextProps>
46
+
47
+ export { FontAwesomeIcon, FontAwesomeLayers, FontAwesomeLayersText }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fortawesome/vue-fontawesome",
3
3
  "description": "Official Vue component for Font Awesome 6",
4
- "version": "3.0.5",
4
+ "version": "3.0.6",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "README.md",