Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and serjilyashenko committed May 10, 2024
1 parent 3c5425c commit 2d830ed
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/proud-guests-shout.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react-simple-pie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# react-simple-pie

## 1.1.0

### Minor Changes

- 3c5425c: - migrate from rollup to tsup
- use core pie-math internall package
2 changes: 1 addition & 1 deletion packages/react-simple-pie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simple-pie",
"version": "1.0.26",
"version": "1.1.0",
"private": false,
"description": "Super light weight and super simple svg pie diagram react component",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/simple-pie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# simple-pie

## 1.3.0

### Minor Changes

- 3c5425c: - migrate from rollup to tsup
- use core pie-math internall package

## 1.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-pie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-pie",
"version": "1.2.6",
"version": "1.3.0",
"private": false,
"description": "Super light weight and super simple svg pie diagram",
"main": "./dist/index.js",
Expand Down

0 comments on commit 2d830ed

Please sign in to comment.