Skip to content

Commit

Permalink
chore(release): publish 1.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Aug 28, 2020
1 parent 7d6e414 commit a35707b
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.12](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-08-28)


### Bug Fixes

* **interactive:** missing constructor to initialize state in HoverTextNearMouse ([27f410a](https://github.com/markmcdowell/react-financial-charts/commit/27f410a56a4ab87e758c55965ec162ce0066d509)), closes [#435](https://github.com/markmcdowell/react-financial-charts/issues/435)
* **series:** BarSeries should have opacity ([7d6e414](https://github.com/markmcdowell/react-financial-charts/commit/7d6e41441ff292a0a899cf4b84738b14c0b5aa24))





# [1.0.0-alpha.11](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2020-08-28)


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.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"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.0.0-alpha.12](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-08-28)

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





# [1.0.0-alpha.11](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2020-08-28)

**Note:** Version bump only for package react-financial-charts
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.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "React charts specific to finance.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/interactive/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.0.0-alpha.12](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-08-28)


### Bug Fixes

* **interactive:** missing constructor to initialize state in HoverTextNearMouse ([27f410a](https://github.com/reactivemarkets/react-financial-charts/commit/27f410a56a4ab87e758c55965ec162ce0066d509)), closes [#435](https://github.com/reactivemarkets/react-financial-charts/issues/435)





# [1.0.0-alpha.11](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2020-08-28)

**Note:** Version bump only for package @react-financial-charts/interactive
Expand Down
2 changes: 1 addition & 1 deletion packages/interactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-financial-charts/interactive",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Interactive features for react-financial-charts",
"publishConfig": {
"access": "public"
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.0.0-alpha.12](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-08-28)


### Bug Fixes

* **series:** BarSeries should have opacity ([7d6e414](https://github.com/reactivemarkets/react-financial-charts/commit/7d6e41441ff292a0a899cf4b84738b14c0b5aa24))





# [1.0.0-alpha.10](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-08-28)


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.0.0-alpha.10",
"version": "1.0.0-alpha.12",
"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.0.0-alpha.12](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-08-28)

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





# [1.0.0-alpha.11](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2020-08-28)

**Note:** Version bump only for package @react-financial-charts/stories
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.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Stories for react financial charts",
"private": true,
"author": "Reactive Markets",
Expand Down

0 comments on commit a35707b

Please sign in to comment.