Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clementallen committed Oct 24, 2021
1 parent a644b97 commit cc5a425
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ 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).

#### [3.0.2](https://github.com/clementallen/react-leaflet-semicircle/compare/v3.0.1...3.0.2)
#### [3.0.3](https://github.com/clementallen/react-leaflet-semicircle/compare/v3.0.2...3.0.3)

- Support style props mutating [`#75`](https://github.com/clementallen/react-leaflet-semicircle/pull/75)

#### [v3.0.2](https://github.com/clementallen/react-leaflet-semicircle/compare/v3.0.1...v3.0.2)

> 18 October 2021
- Support Popup and other Semicircle children [`#74`](https://github.com/clementallen/react-leaflet-semicircle/pull/74)
- Bump path-parse from 1.0.6 to 1.0.7 [`#71`](https://github.com/clementallen/react-leaflet-semicircle/pull/71)
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": "3.0.2",
"version": "3.0.3",
"description": "React wrapper of leaflet-semicircle",
"main": "dist/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit cc5a425

Please sign in to comment.