io-sanita-theme 2.25.0 → 2.25.1
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 +6 -0
- package/package.json +1 -1
- package/src/config/ioSanitaConfig.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.25.1](https://github.com/RedTurtle/io-sanita-theme/compare/2.25.0...2.25.1) (2026-04-21)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* import icon ASL ([c678ec5](https://github.com/RedTurtle/io-sanita-theme/commit/c678ec5d3ae4a44a912393dd3e9d183940e3028e))
|
|
8
|
+
|
|
3
9
|
## [2.25.0](https://github.com/RedTurtle/io-sanita-theme/compare/2.24.0...2.25.0) (2026-04-21)
|
|
4
10
|
|
|
5
11
|
### Features
|
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@ import faUserSVG from 'io-sanita-theme/icons/user.svg';
|
|
|
25
25
|
import faCogSVG from 'io-sanita-theme/icons/cog.svg';
|
|
26
26
|
import faSitemapSVG from 'io-sanita-theme/icons/sitemap.svg';
|
|
27
27
|
import faBuildingSVG from 'io-sanita-theme/icons/building.svg';
|
|
28
|
-
import faAslSVG from 'io-sanita-theme/icons/
|
|
28
|
+
import faAslSVG from 'io-sanita-theme/icons/ASL.svg';
|
|
29
29
|
import faFileDownloadSVG from 'io-sanita-theme/icons/file-download.svg';
|
|
30
30
|
import faQuestionSVG from 'io-sanita-theme/icons/question-solid.svg';
|
|
31
31
|
import bandoSVG from 'io-sanita-theme/icons/bando.svg';
|