Skip to content

Commit

Permalink
2.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
clementallen committed Jan 21, 2021
1 parent 557a499 commit 9ce531d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ 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).

#### [1.0.9](https://github.com/clementallen/react-leaflet-textpath/compare/v1.0.8...1.0.9)
#### [2.0.0-0](https://github.com/clementallen/react-leaflet-textpath/compare/v1.0.9...2.0.0-0)

- Migrate to react-leaflet v3 (redo) [`#50`](https://github.com/clementallen/react-leaflet-textpath/pull/50)
- Migrate TextPath to utilize react-leaflet v3.0.0. [`7842b8a`](https://github.com/clementallen/react-leaflet-textpath/commit/7842b8a0be36e82fb0377a0e58fd9a48bde09844)
- Cleanup, removing getOptions and extraneous testing code. [`3e48fda`](https://github.com/clementallen/react-leaflet-textpath/commit/3e48fda1b2ea93b03c55a69e065cf8b3bddafd9b)
- Updated prettier config [`593fd85`](https://github.com/clementallen/react-leaflet-textpath/commit/593fd857c3a716761a29a900942cb8feb7fa65e0)

#### [v1.0.9](https://github.com/clementallen/react-leaflet-textpath/compare/v1.0.8...v1.0.9)

> 27 December 2020
- Upgraded deps [`#47`](https://github.com/clementallen/react-leaflet-textpath/pull/47)
- Bump node-notifier from 8.0.0 to 8.0.1 [`#46`](https://github.com/clementallen/react-leaflet-textpath/pull/46)
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-textpath",
"version": "1.0.9",
"version": "2.0.0-0",
"description": "React wrapper of leaflet-textpath",
"main": "dist/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 9ce531d

Please sign in to comment.