Skip to content

Commit

Permalink
chore(release): publish 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Apr 26, 2021
1 parent d800dc5 commit 4909fdf
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.1.0...v1.2.0) (2021-04-26)


### Features

* **series:** adding connectNulls to AreaSeries ([d800dc5](https://github.com/markmcdowell/react-financial-charts/commit/d800dc5289387d29bc4b194a57b85c62b2ff18ed)), closes [#497](https://github.com/markmcdowell/react-financial-charts/issues/497)





# [1.1.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.1.0",
"version": "1.2.0",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.1.0...v1.2.0) (2021-04-26)

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





# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)


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": "1.1.0",
"version": "1.2.0",
"description": "React charts specific to finance.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/series/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.1.0...v1.2.0) (2021-04-26)


### Features

* **series:** adding connectNulls to AreaSeries ([d800dc5](https://github.com/reactivemarkets/react-financial-charts/commit/d800dc5289387d29bc4b194a57b85c62b2ff18ed)), closes [#497](https://github.com/reactivemarkets/react-financial-charts/issues/497)





# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/series/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-financial-charts/series",
"version": "1.1.0",
"version": "1.2.0",
"description": "Series for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/stories/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.1.0...v1.2.0) (2021-04-26)

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





# [1.1.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)


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": "1.1.0",
"version": "1.2.0",
"description": "Stories for react financial charts",
"private": true,
"author": "Reactive Markets",
Expand Down

0 comments on commit 4909fdf

Please sign in to comment.