Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent 3bfb426 commit c855509
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-ears-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-steaks-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-moles-pretend.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# react-minimal-pie-chart

## 9.0.0

### Major Changes

- 3bfb426: UMD export removed
- 3bfb426: Package compiled in ES6. Consuming JS engines should be able to interpret features like arrow functions and const.
- 3bfb426: `svg-partial-circle` unbundled and imported via plain import

## 8.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-minimal-pie-chart",
"version": "8.4.1",
"version": "9.0.0",
"description": "Lightweight but versatile SVG pie/donut charts for React",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit c855509

Please sign in to comment.