Skip to content

Commit

Permalink
3.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
clementallen committed Jan 30, 2021
1 parent 50732e8 commit cbff2a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [2.0.12](https://github.com/clementallen/react-leaflet-semicircle/compare/v2.0.11...2.0.12)
#### [3.0.0-0](https://github.com/clementallen/react-leaflet-semicircle/compare/v2.0.12...3.0.0-0)

- Added react-leaflet v3 support [`a924148`](https://github.com/clementallen/react-leaflet-semicircle/commit/a924148d310d1e6d29d8ec1c656b4dc4e34d107a)
- Added v3 tests [`8045509`](https://github.com/clementallen/react-leaflet-semicircle/commit/80455092fc3fcdbc6e0458b1c03144d54474e93b)
- Updated readme for V3 [`50732e8`](https://github.com/clementallen/react-leaflet-semicircle/commit/50732e8bdd3d8e9dcef495a7c16b2d240f191e93)

#### [v2.0.12](https://github.com/clementallen/react-leaflet-semicircle/compare/v2.0.11...v2.0.12)

> 24 January 2021
- Changes to update position method to address #51 and #52 [`#53`](https://github.com/clementallen/react-leaflet-semicircle/pull/53)
- don't update if position is not changed [#51] [`1e165f1`](https://github.com/clementallen/react-leaflet-semicircle/commit/1e165f13f45e200dd348ad95d97a7baeb20b7eff)
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,6 +1,6 @@
{
"name": "react-leaflet-semicircle",
"version": "2.0.12",
"version": "3.0.0-0",
"description": "React wrapper of leaflet-semicircle",
"main": "dist/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit cbff2a8

Please sign in to comment.