Skip to content

Commit

Permalink
Merge pull request #189 from IPWright83/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
github-actions[bot] authored Dec 28, 2023
2 parents 13dd7aa + ddfe9de commit 4ae2c32
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/pretty-spoons-talk.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @chart-io/core

## 0.2.0

### Minor Changes

- 13dd7aa: Added a new core package for main rendering logic
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-io/core",
"private": false,
"version": "0.1.0",
"version": "0.2.0",
"packageManager": "pnpm@8.10.2",
"description": "@chart-io core rendering engine",
"repository": "git@github.com:IPWright83/chart-io.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chart-io/react-d3

## 0.46.0

### Minor Changes

- 13dd7aa: Added a new core package for main rendering logic

## 0.45.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-io/react",
"private": false,
"version": "0.45.0",
"version": "0.46.0",
"packageManager": "pnpm@8.10.2",
"description": "@chart-io is a react-d3 charting library",
"repository": "git@github.com:IPWright83/chart-io.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chart-io/types

## 0.15.0

### Minor Changes

- 13dd7aa: Added a new core package for main rendering logic

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chart-io/types",
"version": "0.14.0",
"version": "0.15.0",
"private": true,
"packageManager": "pnpm@8.10.2",
"description": "Provides core type definitions for chart-io packages",
Expand Down

0 comments on commit 4ae2c32

Please sign in to comment.