Skip to content

Commit

Permalink
chore(release): publish 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed May 13, 2023
1 parent 85db2fc commit 745c7c0
Show file tree
Hide file tree
Showing 9 changed files with 50,570 additions and 50,554 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/markmcdowell/react-financial-charts/compare/v2.0.0...v2.0.1) (2023-05-13)

**Note:** Version bump only for package root

# [2.0.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.3.2...v2.0.0) (2023-05-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "2.0.0",
"version": "2.0.1",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
Expand Down
101,100 changes: 50,550 additions & 50,550 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v2.0.0...v2.0.1) (2023-05-13)

**Note:** Version bump only for package react-financial-charts

# [2.0.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.3.2...v2.0.0) (2023-05-12)

- feat!: removing type module from package config ([c6be298](https://github.com/reactivemarkets/react-financial-charts/commit/c6be298ef6e556a30644fdcad4faaf3b77a25599))
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-financial-charts",
"version": "2.0.0",
"version": "2.0.1",
"description": "React charts specific to finance.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/stories/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/markmcdowell/react-financial-charts/compare/v2.0.0...v2.0.1) (2023-05-13)

**Note:** Version bump only for package @react-financial-charts/stories

# [2.0.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.3.2...v2.0.0) (2023-05-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/stories/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-financial-charts/stories",
"version": "2.0.0",
"version": "2.0.1",
"description": "Stories for react financial charts",
"private": true,
"author": "Reactive Markets",
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v2.0.0...v2.0.1) (2023-05-13)

**Note:** Version bump only for package @react-financial-charts/utils

# [2.0.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.3.2...v2.0.0) (2023-05-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-financial-charts/utils",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utils for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 745c7c0

Please sign in to comment.