Skip to content

Commit

Permalink
14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy03h committed Apr 8, 2024
1 parent efa98ff commit 7c80aa5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog of `@rescript-react-native/svg`

## 14.0.0 - 2024-04-08

- rescript 11 and @rescript/react 12 [#16](https://github.com/rescript-react-native/svg/pull/16) by [@Freddy03h](https://github.com/Freddy03h)

## 13.0.1 - 2024-04-07

- Add children prop to Pattern [a39ed57](https://github.com/rescript-react-native/svg/commit/a39ed57) by [@Freddy03h](https://github.com/Freddy03h)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@rescript-react-native/svg",
"description": "ReScript bindings for react-native-svg.",
"version": "13.0.1",
"version": "14.0.0",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@rescript/react": ">=0.12.0",
"react-native-svg": ">=13.0.0",
"react-native-svg": ">=14.0.0",
"rescript-react-native": ">=0.71.0"
},
"repository": "https://github.com/rescript-react-native/svg.git",
Expand Down
2 changes: 1 addition & 1 deletion src/ReactNativeSvg.res
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module SvgXml = {

// https://github.com/react-native-community/react-native-svg#css-support
module SvgCss = {
@react.component @module("react-native-svg")
@react.component @module("react-native-svg/css")
external make: (
~xml: string,
~width: size=?,
Expand Down

0 comments on commit 7c80aa5

Please sign in to comment.