Skip to content

Commit 7c80aa5

Browse files
committed
14.0.0
1 parent efa98ff commit 7c80aa5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog of `@rescript-react-native/svg`
22

3+
## 14.0.0 - 2024-04-08
4+
5+
- rescript 11 and @rescript/react 12 [#16](https://github.com/rescript-react-native/svg/pull/16) by [@Freddy03h](https://github.com/Freddy03h)
6+
37
## 13.0.1 - 2024-04-07
48

59
- Add children prop to Pattern [a39ed57](https://github.com/rescript-react-native/svg/commit/a39ed57) by [@Freddy03h](https://github.com/Freddy03h)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@rescript-react-native/svg",
33
"description": "ReScript bindings for react-native-svg.",
4-
"version": "13.0.1",
4+
"version": "14.0.0",
55
"publishConfig": {
66
"access": "public"
77
},
88
"peerDependencies": {
99
"@rescript/react": ">=0.12.0",
10-
"react-native-svg": ">=13.0.0",
10+
"react-native-svg": ">=14.0.0",
1111
"rescript-react-native": ">=0.71.0"
1212
},
1313
"repository": "https://github.com/rescript-react-native/svg.git",

src/ReactNativeSvg.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module SvgXml = {
9999

100100
// https://github.com/react-native-community/react-native-svg#css-support
101101
module SvgCss = {
102-
@react.component @module("react-native-svg")
102+
@react.component @module("react-native-svg/css")
103103
external make: (
104104
~xml: string,
105105
~width: size=?,

0 commit comments

Comments
 (0)