Skip to content

Commit

Permalink
chore(release): 12.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [12.1.0](v12.0.3...v12.1.0) (2020-04-09)

### Bug Fixes

* **web:** improve react-native-web version compatibility ([88953c3](88953c3))

### Features

* implement WithLocalSvg ([e66e87a](e66e87a))
* Support local .svg files, fixes [#1306](#1306) ([4e9e8b5](4e9e8b5))
* **svgUri:** add onError prop to SvgUri/Xml/Ast ([3c32a6f](3c32a6f))
  • Loading branch information
semantic-release-bot committed Apr 9, 2020
1 parent 276febe commit ffa2e69
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [12.1.0](https://github.com/react-native-community/react-native-svg/compare/v12.0.3...v12.1.0) (2020-04-09)


### Bug Fixes

* **web:** improve react-native-web version compatibility ([88953c3](https://github.com/react-native-community/react-native-svg/commit/88953c3f296e2ff3a201a53626e32b7cc4f6abcc))


### Features

* implement WithLocalSvg ([e66e87a](https://github.com/react-native-community/react-native-svg/commit/e66e87a5b5c090509d5e2127237963f83e60f1e9))
* Support local .svg files, fixes [#1306](https://github.com/react-native-community/react-native-svg/issues/1306) ([4e9e8b5](https://github.com/react-native-community/react-native-svg/commit/4e9e8b58b21d317cfc98c0a34ec5fb0bea5ae2ee))
* **svgUri:** add onError prop to SvgUri/Xml/Ast ([3c32a6f](https://github.com/react-native-community/react-native-svg/commit/3c32a6fdd580dea53ecc271288155117ce040b55))

## [12.0.3](https://github.com/react-native-community/react-native-svg/compare/v12.0.2...v12.0.3) (2020-03-08)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "12.0.3",
"version": "12.1.0",
"name": "react-native-svg",
"description": "SVG library for react-native",
"homepage": "https://github.com/react-native-community/react-native-svg",
Expand Down

0 comments on commit ffa2e69

Please sign in to comment.