From f409ce9a88fc1d01d8e58b31a441833590e43794 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 1 Oct 2019 12:16:16 +0300 Subject: [PATCH] chore(release): 9.10.0 [skip ci] # [9.10.0](https://github.com/react-native-community/react-native-svg/compare/v9.9.9...v9.10.0) (2019-10-01) ### Features * improve marker rendering ([9628830](https://github.com/react-native-community/react-native-svg/commit/9628830)) * improve marker rendering ([2e3069d](https://github.com/react-native-community/react-native-svg/commit/2e3069d)) * **android:** implement marker rendering ([ceee5ff](https://github.com/react-native-community/react-native-svg/commit/ceee5ff)) * **ios:** implement marker rendering ([589363d](https://github.com/react-native-community/react-native-svg/commit/589363d)) * define marker attributes ([61533c6](https://github.com/react-native-community/react-native-svg/commit/61533c6)) * define marker element ([e7b5978](https://github.com/react-native-community/react-native-svg/commit/e7b5978)) --- CHANGELOG.md | 12 ++++++++++ android/.classpath | 6 +++++ android/.project | 23 +++++++++++++++++++ .../org.eclipse.buildship.core.prefs | 2 ++ package-lock.json | 2 +- package.json | 2 +- 6 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 android/.classpath create mode 100644 android/.project create mode 100644 android/.settings/org.eclipse.buildship.core.prefs diff --git a/CHANGELOG.md b/CHANGELOG.md index a78226cf1..dcaf32239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [9.10.0](https://github.com/react-native-community/react-native-svg/compare/v9.9.9...v9.10.0) (2019-10-01) + + +### Features + +* improve marker rendering ([9628830](https://github.com/react-native-community/react-native-svg/commit/9628830)) +* improve marker rendering ([2e3069d](https://github.com/react-native-community/react-native-svg/commit/2e3069d)) +* **android:** implement marker rendering ([ceee5ff](https://github.com/react-native-community/react-native-svg/commit/ceee5ff)) +* **ios:** implement marker rendering ([589363d](https://github.com/react-native-community/react-native-svg/commit/589363d)) +* define marker attributes ([61533c6](https://github.com/react-native-community/react-native-svg/commit/61533c6)) +* define marker element ([e7b5978](https://github.com/react-native-community/react-native-svg/commit/e7b5978)) + ## [9.9.9](https://github.com/react-native-community/react-native-svg/compare/v9.9.8...v9.9.9) (2019-09-28) diff --git a/android/.classpath b/android/.classpath new file mode 100644 index 000000000..eb19361b5 --- /dev/null +++ b/android/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/.project b/android/.project new file mode 100644 index 000000000..3865e0fa4 --- /dev/null +++ b/android/.project @@ -0,0 +1,23 @@ + + + android + Project android created by Buildship. + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.buildship.core.gradleprojectbuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.buildship.core.gradleprojectnature + + diff --git a/android/.settings/org.eclipse.buildship.core.prefs b/android/.settings/org.eclipse.buildship.core.prefs new file mode 100644 index 000000000..e8895216f --- /dev/null +++ b/android/.settings/org.eclipse.buildship.core.prefs @@ -0,0 +1,2 @@ +connection.project.dir= +eclipse.preferences.version=1 diff --git a/package-lock.json b/package-lock.json index d0dd35ec0..8ada62ad9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-svg", - "version": "9.9.9", + "version": "9.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 40c5f84ba..6cfd3136c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.9.9", + "version": "9.10.0", "name": "react-native-svg", "description": "SVG library for react-native", "homepage": "https://github.com/react-native-community/react-native-svg",