File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1- nodejs 14.17 .3
1+ nodejs 14.21 .3
22python 3.10.1
Original file line number Diff line number Diff 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
1117Special thanks to [ @seantimm ] ( https://github.com/seantimm ) for putting the work in to port this to Svelte.
Original file line number Diff line number Diff 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
5355If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.
Original file line number Diff line number Diff line change 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" : {
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" : {
You can’t perform that action at this time.
0 commit comments