react-svg 6.0.16 → 6.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Changelog
2
2
 
3
- ## [v6.0.16](https://github.com/tanem/react-svg/tree/v6.0.16) (2018-10-05)
3
+ ## [v6.0.17](https://github.com/tanem/react-svg/tree/v6.0.17) (2018-10-05)
4
+ [Full Changelog](https://github.com/tanem/react-svg/compare/v6.0.16...v6.0.17)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - Fix example links [\#162](https://github.com/tanem/react-svg/pull/162) ([tanem](https://github.com/tanem))
9
+
10
+ ## [v6.0.16](https://github.com/tanem/react-svg/tree/v6.0.16) (2018-10-04)
4
11
  [Full Changelog](https://github.com/tanem/react-svg/compare/v6.0.15...v6.0.16)
5
12
 
6
13
  **Merged pull requests:**
package/README.md CHANGED
@@ -28,8 +28,8 @@ render(<ReactSVG src="svg.svg" />, document.getElementById('root'))
28
28
  - External Stylesheet: [Source](https://github.com/tanem/react-svg/tree/master/examples/external-stylesheet) | [Sandbox](https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/external-stylesheet)
29
29
  - Typescript: [Source](https://github.com/tanem/react-svg/tree/master/examples/typescript) | [Sandbox](https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/typescript)
30
30
  - CSS-in-JS: [Source](https://github.com/tanem/react-svg/tree/master/examples/css-in-js) | [Sandbox](https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/css-in-js)
31
- - UMD Build (Development): [Source](https://github.com/tanem/react-svg/tree/master/examples/umd-dev) | [Sandbox](https://codesandbox.io/s/github/tanem/react-svg/tree/fix-examples/examples/umd-dev)
32
- - UMD Build (Production): [Source](https://github.com/tanem/react-svg/tree/master/examples/umd-prod) | [Sandbox](https://codesandbox.io/s/github/tanem/react-svg/tree/fix-examples/examples/umd-prod)
31
+ - UMD Build (Development): [Source](https://github.com/tanem/react-svg/tree/master/examples/umd-dev) | [Sandbox](https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/umd-dev)
32
+ - UMD Build (Production): [Source](https://github.com/tanem/react-svg/tree/master/examples/umd-prod) | [Sandbox](https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/umd-prod)
33
33
 
34
34
  ## API
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-svg",
3
- "version": "6.0.16",
3
+ "version": "6.0.17",
4
4
  "description": "A React component that injects SVG into the DOM.",
5
5
  "main": "index.js",
6
6
  "module": "es/react-svg.js",