Skip to content

Commit 4b16d13

Browse files
committed
7.1.2
1 parent aea0871 commit 4b16d13

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog of `react-from-svg`
22

3+
## 7.1.2 - 2025-04-29
4+
5+
- Fix unecessary .web suffix presence for web only exports
6+
37
## 7.1.1 - 2025-04-08
48

59
- Fix title & desc removal if there are attributes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-from-svg",
33
"description": "Transform SVG files into React components, Native and/or Web, JavaScript and TypeScript. Without shitload of dependencies.",
4-
"version": "7.1.1",
4+
"version": "7.1.2",
55
"license": "MIT",
66
"repository": "https://github.com/MoOx/react-from-svg",
77
"type": "module",

0 commit comments

Comments
 (0)