Skip to content

Commit

Permalink
chore(release): publish 1.0.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Sep 1, 2020
1 parent ec80146 commit 58441df
Show file tree
Hide file tree
Showing 24 changed files with 180 additions and 12 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
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.13](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01)


### Bug Fixes

* **core:** correcting xextents props ([ec80146](https://github.com/markmcdowell/react-financial-charts/commit/ec80146bb171c21fd0daa41ac620b8081d6e6266))
* **series:** small performance improvments in bar and candles ([98c06ea](https://github.com/markmcdowell/react-financial-charts/commit/98c06eab5cb9809d7f1cabff131b698c4404339d))
* fixing scaling when data is discontinuous ([4b20255](https://github.com/markmcdowell/react-financial-charts/commit/4b20255d05b4590c2a5fc196bf505c95a63431f0))
* **axes:** correcting tickFormat prop ([f97e9c5](https://github.com/markmcdowell/react-financial-charts/commit/f97e9c57f2a96b5f5f431a160d8fe02dc7a38e27))
* **core:** correcting bar width with continuous scales ([a967a18](https://github.com/markmcdowell/react-financial-charts/commit/a967a18347be6b8ad11d50da579911c9bd2f97ee))
* **core:** displayXAccessor is optional ([d6a5dda](https://github.com/markmcdowell/react-financial-charts/commit/d6a5dda949c5178a8213cabda23d1178d4ea155a))
* **interactive:** correcting exports ([afe3ba9](https://github.com/markmcdowell/react-financial-charts/commit/afe3ba9c38a9300c720895c51b5a0d09631eace9)), closes [#440](https://github.com/markmcdowell/react-financial-charts/issues/440)
* **series:** correcting props & dealing with undefined data ([99664ba](https://github.com/markmcdowell/react-financial-charts/commit/99664ba609692aab7b56edb81c0fec31a4922422))
* removing canvas gradients ([2205163](https://github.com/markmcdowell/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66))


### Features

* **core:** replaced onLoadMore with onLoadBefore & onLoadAfter ([4957c32](https://github.com/markmcdowell/react-financial-charts/commit/4957c32314db84131d3b34a8759dcc9ab28770c1))
* **indicator:** adding algorithm indicator ([206c6a2](https://github.com/markmcdowell/react-financial-charts/commit/206c6a23061deeddfdd740237ab76ba5abdbfe40))
* **stories:** adding custom timeFormat to scales stories ([c72b81c](https://github.com/markmcdowell/react-financial-charts/commit/c72b81c8ff4351de3a6ccb1d55c6b2c783cdd000))
* **stories:** adding scales examples ([5cbcd9d](https://github.com/markmcdowell/react-financial-charts/commit/5cbcd9dc8c7a1624ddd197daab28bb837c9ff698))





# [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)


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.12",
"version": "1.0.0-alpha.13",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/annotations/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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01)


### Bug Fixes

* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66))





# [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)

**Note:** Version bump only for package @react-financial-charts/annotations
Expand Down
2 changes: 1 addition & 1 deletion packages/annotations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-financial-charts/annotations",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.13",
"description": "Annotations for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
13 changes: 13 additions & 0 deletions packages/axes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01)


### Bug Fixes

* fixing scaling when data is discontinuous ([4b20255](https://github.com/reactivemarkets/react-financial-charts/commit/4b20255d05b4590c2a5fc196bf505c95a63431f0))
* **axes:** correcting tickFormat prop ([f97e9c5](https://github.com/reactivemarkets/react-financial-charts/commit/f97e9c57f2a96b5f5f431a160d8fe02dc7a38e27))
* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66))





# [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)

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

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





# [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
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.12",
"version": "1.0.0-alpha.13",
"description": "React charts specific to finance.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/coordinates/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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01)


### Bug Fixes

* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66))





# [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/coordinates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-financial-charts/coordinates",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.13",
"description": "Coordinates for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01)


### Bug Fixes

* **core:** correcting xextents props ([ec80146](https://github.com/reactivemarkets/react-financial-charts/commit/ec80146bb171c21fd0daa41ac620b8081d6e6266))
* fixing scaling when data is discontinuous ([4b20255](https://github.com/reactivemarkets/react-financial-charts/commit/4b20255d05b4590c2a5fc196bf505c95a63431f0))
* **core:** correcting bar width with continuous scales ([a967a18](https://github.com/reactivemarkets/react-financial-charts/commit/a967a18347be6b8ad11d50da579911c9bd2f97ee))
* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66))
* **core:** displayXAccessor is optional ([d6a5dda](https://github.com/reactivemarkets/react-financial-charts/commit/d6a5dda949c5178a8213cabda23d1178d4ea155a))


### Features

* **core:** replaced onLoadMore with onLoadBefore & onLoadAfter ([4957c32](https://github.com/reactivemarkets/react-financial-charts/commit/4957c32314db84131d3b34a8759dcc9ab28770c1))





# [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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-financial-charts/core",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.13",
"description": "Core code for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/indicators/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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01)


### Features

* **indicator:** adding algorithm indicator ([206c6a2](https://github.com/reactivemarkets/react-financial-charts/commit/206c6a23061deeddfdd740237ab76ba5abdbfe40))





# [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)

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


### Bug Fixes

* **interactive:** correcting exports ([afe3ba9](https://github.com/reactivemarkets/react-financial-charts/commit/afe3ba9c38a9300c720895c51b5a0d09631eace9)), closes [#440](https://github.com/reactivemarkets/react-financial-charts/issues/440)
* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66))





# [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)


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.12",
"version": "1.0.0-alpha.13",
"description": "Interactive features for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/scales/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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01)


### Bug Fixes

* **core:** correcting xextents props ([ec80146](https://github.com/reactivemarkets/react-financial-charts/commit/ec80146bb171c21fd0daa41ac620b8081d6e6266))
* fixing scaling when data is discontinuous ([4b20255](https://github.com/reactivemarkets/react-financial-charts/commit/4b20255d05b4590c2a5fc196bf505c95a63431f0))





# [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/scales/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-financial-charts/scales",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.13",
"description": "Scales for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
13 changes: 13 additions & 0 deletions packages/series/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01)


### Bug Fixes

* **series:** correcting props & dealing with undefined data ([99664ba](https://github.com/reactivemarkets/react-financial-charts/commit/99664ba609692aab7b56edb81c0fec31a4922422))
* **series:** small performance improvments in bar and candles ([98c06ea](https://github.com/reactivemarkets/react-financial-charts/commit/98c06eab5cb9809d7f1cabff131b698c4404339d))
* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66))





# [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)


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.12",
"version": "1.0.0-alpha.13",
"description": "Series for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
19 changes: 19 additions & 0 deletions packages/stories/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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.13](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01)


### Bug Fixes

* **core:** correcting xextents props ([ec80146](https://github.com/markmcdowell/react-financial-charts/commit/ec80146bb171c21fd0daa41ac620b8081d6e6266))
* fixing scaling when data is discontinuous ([4b20255](https://github.com/markmcdowell/react-financial-charts/commit/4b20255d05b4590c2a5fc196bf505c95a63431f0))
* **core:** correcting bar width with continuous scales ([a967a18](https://github.com/markmcdowell/react-financial-charts/commit/a967a18347be6b8ad11d50da579911c9bd2f97ee))


### Features

* **stories:** adding custom timeFormat to scales stories ([c72b81c](https://github.com/markmcdowell/react-financial-charts/commit/c72b81c8ff4351de3a6ccb1d55c6b2c783cdd000))
* **stories:** adding scales examples ([5cbcd9d](https://github.com/markmcdowell/react-financial-charts/commit/5cbcd9dc8c7a1624ddd197daab28bb837c9ff698))





# [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
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.12",
"version": "1.0.0-alpha.13",
"description": "Stories for react financial charts",
"private": true,
"author": "Reactive Markets",
Expand Down
11 changes: 11 additions & 0 deletions packages/tooltip/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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01)


### Bug Fixes

* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66))





# [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/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-financial-charts/tooltip",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.13",
"description": "Tooltips for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 58441df

Please sign in to comment.