Skip to content

Commit

Permalink
chore(release): publish 1.0.0-alpha.14
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Sep 2, 2020
1 parent 03fbb00 commit 3d5d010
Show file tree
Hide file tree
Showing 24 changed files with 135 additions and 12 deletions.
19 changes: 19 additions & 0 deletions 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.14](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02)


### Bug Fixes

* **core:** correcting xExtents type ([d3607fe](https://github.com/markmcdowell/react-financial-charts/commit/d3607fedccda783badd2214b9d2ec27fa2faca31))
* **core:** correcting zoom anchor types ([052981a](https://github.com/markmcdowell/react-financial-charts/commit/052981a9d7462c7c2e9bba4ae9486f1a1db14553))
* **series:** don't stroke markers by default ([f564a8c](https://github.com/markmcdowell/react-financial-charts/commit/f564a8c7824412f5d3d2e4cc605e9351ea332f25))
* **stories:** correcting file casing of series examples ([b2bf6d7](https://github.com/markmcdowell/react-financial-charts/commit/b2bf6d7503cb1e7a76341c2bbd0c8c6b6ad6906e))


### Features

* **series:** adding AlternateDataSeries component ([03fbb00](https://github.com/markmcdowell/react-financial-charts/commit/03fbb00f15dfd6487e7f92aa6e1517c99d7c1d1c))





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


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

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





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


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

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





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


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.13",
"version": "1.0.0-alpha.14",
"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.14](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02)

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





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

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





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


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


### Bug Fixes

* **core:** correcting xExtents type ([d3607fe](https://github.com/reactivemarkets/react-financial-charts/commit/d3607fedccda783badd2214b9d2ec27fa2faca31))
* **core:** correcting zoom anchor types ([052981a](https://github.com/reactivemarkets/react-financial-charts/commit/052981a9d7462c7c2e9bba4ae9486f1a1db14553))





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


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

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





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


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

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





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


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

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





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


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


### Bug Fixes

* **series:** don't stroke markers by default ([f564a8c](https://github.com/reactivemarkets/react-financial-charts/commit/f564a8c7824412f5d3d2e4cc605e9351ea332f25))


### Features

* **series:** adding AlternateDataSeries component ([03fbb00](https://github.com/reactivemarkets/react-financial-charts/commit/03fbb00f15dfd6487e7f92aa6e1517c99d7c1d1c))





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


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


### Bug Fixes

* **core:** correcting zoom anchor types ([052981a](https://github.com/markmcdowell/react-financial-charts/commit/052981a9d7462c7c2e9bba4ae9486f1a1db14553))
* **stories:** correcting file casing of series examples ([b2bf6d7](https://github.com/markmcdowell/react-financial-charts/commit/b2bf6d7503cb1e7a76341c2bbd0c8c6b6ad6906e))





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


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

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





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


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.13",
"version": "1.0.0-alpha.14",
"description": "Tooltips for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3d5d010

Please sign in to comment.