Skip to content

Commit 72c59be

Browse files
committed
Release 0.2.1
1 parent 8ea2555 commit 72c59be

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 14.17.3
1+
nodejs 14.21.3
22
python 3.10.1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
---
88

9+
## [0.2.1](https://github.com/FortAwesome/svelte-fontawesome/releases/tag/0.2.1) - 2023-12-21
10+
11+
### Fixed
12+
13+
- Support Sveltekit 2 by adding exports to package.json #6
14+
915
## [0.2.0](https://github.com/FortAwesome/svelte-fontawesome/releases/tag/0.2.0) - 2022-08-02
1016

1117
Special thanks to [@seantimm](https://github.com/seantimm) for putting the work in to port this to Svelte.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ being awesome contributors to this project. **We'd like to take a moment to reco
4848
| Name | GitHub |
4949
| ----------------- | ---------------------------------------------------------- |
5050
| Sean Timm | [@seantimm](https://github.com/seantimm) |
51+
| Akiomi Kamakura | [@akiomik](https://github.com/akiomik) |
52+
| Daniel Senff | [@Dahie](https://github.com/Dahie) |
5153
| Font Awesome Team | [@FortAwesome](https://github.com/orgs/FortAwesome/people) |
5254

5355
If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fortawesome/svelte-fontawesome",
33
"description": "Svelte component for Font Awesome",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"type": "module",
66
"svelte": "src/index.js",
77
"exports": {
@@ -20,7 +20,9 @@
2020
},
2121
"contributors": [
2222
"Font Awesome Team <[email protected]>",
23-
"Sean Timm <github.com/seantimm>"
23+
"Sean Timm <github.com/seantimm>",
24+
"Akiomi Kamakura <github.com/akiomik>",
25+
"Daniel Senff <github.comm/Dahie>"
2426
],
2527
"license": "MIT",
2628
"scripts": {

0 commit comments

Comments
 (0)