Skip to content

Commit

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

## 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)
- rescript 10, rescript-react 11 and jsx 4 [#15](https://github.com/rescript-react-native/svg/pull/15) by [@Freddy03h](https://github.com/Freddy03h)

## 13.0.0 - 2024-04-06

- bad release, sorry

## 12.1.9 - 2022-04-16

- Simplify peerDependencies
Expand Down
147 changes: 75 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.0",
"version": "13.0.1",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@rescript/react": ">=0.11.0",
"react-native-svg": ">=12.1.0",
"react-native-svg": ">=13.0.0",
"rescript-react-native": ">=0.71.0"
},
"repository": "https://github.com/rescript-react-native/svg.git",
Expand Down Expand Up @@ -57,4 +57,4 @@
"pre-commit": "lint-staged"
}
}
}
}

0 comments on commit 115160a

Please sign in to comment.