From 0a1eee27134ee50cd6ca1f82d13bdcd7fedc433b Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 31 Dec 2020 16:37:51 +0100 Subject: [PATCH] v3.9.0 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b68ab89..77afecd 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ yarn add react-svg-pan-zoom - **v3.6** - Adds some unit tests, Fixes [#161](https://github.com/chrvadala/react-svg-pan-zoom/issues/161), upgrades deps - **v3.7** - Adds some more unit tests, upgrades deps - **v3.8** - Adds cover option on `fitToViewer` method [#167](https://github.com/chrvadala/react-svg-pan-zoom/pull/167), adds `activeToolColor` property [#168](https://github.com/chrvadala/react-svg-pan-zoom/pull/168), upgrades deps +- **v3.9** - Exports toolbar icons and buttons [#192](https://github.com/chrvadala/react-svg-pan-zoom/pull/192) ## Some projects using react-svg-pan-zoom - [**Learn Anything**](https://github.com/learn-anything/learn-anything) @@ -112,3 +113,4 @@ yarn add react-svg-pan-zoom - [wolasss](https://github.com/wolasss) - [leweohlsen](https://github.com/leweohlsen) - [sroze](https://github.com/sroze) +- [justin-hackin](https://github.com/justin-hackin) diff --git a/package.json b/package.json index ba0f062..a021b64 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "chrvadala", "name": "react-svg-pan-zoom", - "version": "3.8.1", + "version": "3.9.0", "description": "A React component that adds pan and zoom features to SVG", "main": "./build-commonjs/index.js", "module": "./build-es/index.js",