Skip to content

Commit

Permalink
chore(release): publish 1.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Jul 26, 2020
1 parent 425b0b4 commit 71acd57
Show file tree
Hide file tree
Showing 24 changed files with 140 additions and 14 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.0.0-alpha.7](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26)


### Bug Fixes

* updating prop types ([425b0b4](https://github.com/markmcdowell/react-financial-charts/commit/425b0b459de229770e7608aff4f397b9bb00de5e))





# [1.0.0-alpha.6](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-07-23)


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


### Bug Fixes

* updating prop types ([425b0b4](https://github.com/reactivemarkets/react-financial-charts/commit/425b0b459de229770e7608aff4f397b9bb00de5e))





# [1.0.0-alpha.2](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2020-07-15)

**Note:** Version bump only for package @react-financial-charts/annotations
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "1.0.0-alpha.7",
"description": "Annotations for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -42,8 +42,8 @@
"react-dom": "^16.0.0"
},
"dependencies": {
"@types/d3-scale": "2.0.0",
"@react-financial-charts/core": "file:../core",
"@types/d3-scale": "2.0.0",
"prop-types": "^15.7.2"
}
}
11 changes: 11 additions & 0 deletions packages/axes/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.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26)


### Bug Fixes

* updating prop types ([425b0b4](https://github.com/reactivemarkets/react-financial-charts/commit/425b0b459de229770e7608aff4f397b9bb00de5e))





# [1.0.0-alpha.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2020-07-10)

**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.1",
"version": "1.0.0-alpha.7",
"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.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26)

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





# [1.0.0-alpha.6](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-07-23)

**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.6",
"version": "1.0.0-alpha.7",
"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.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26)


### Bug Fixes

* updating prop types ([425b0b4](https://github.com/reactivemarkets/react-financial-charts/commit/425b0b459de229770e7608aff4f397b9bb00de5e))





# [1.0.0-alpha.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2020-07-10)

**Note:** Version bump only for package @react-financial-charts/coordinates
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.1",
"version": "1.0.0-alpha.7",
"description": "Coordinates for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26)


### Bug Fixes

* updating prop types ([425b0b4](https://github.com/reactivemarkets/react-financial-charts/commit/425b0b459de229770e7608aff4f397b9bb00de5e))





# [1.0.0-alpha.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2020-07-10)


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.1",
"version": "1.0.0-alpha.7",
"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.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26)

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





# [1.0.0-alpha.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2020-07-10)


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.1",
"version": "1.0.0-alpha.7",
"description": "Indicators for react-financial-charts",
"publishConfig": {
"access": "public"
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.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26)


### Bug Fixes

* updating prop types ([425b0b4](https://github.com/reactivemarkets/react-financial-charts/commit/425b0b459de229770e7608aff4f397b9bb00de5e))





# [1.0.0-alpha.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2020-07-10)


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


### Bug Fixes

* updating prop types ([425b0b4](https://github.com/reactivemarkets/react-financial-charts/commit/425b0b459de229770e7608aff4f397b9bb00de5e))





# [1.0.0-alpha.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2020-07-10)


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.1",
"version": "1.0.0-alpha.7",
"description": "Scales 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.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26)


### Bug Fixes

* updating prop types ([425b0b4](https://github.com/reactivemarkets/react-financial-charts/commit/425b0b459de229770e7608aff4f397b9bb00de5e))





# [1.0.0-alpha.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2020-07-10)


Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.0.0-alpha.7",
"description": "Series for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -38,8 +38,8 @@
"watch": "tsc -p tsconfig.json --watch --preserveWatchOutput"
},
"dependencies": {
"@types/d3-scale": "2.0.0",
"@react-financial-charts/core": "file:../core",
"@types/d3-scale": "2.0.0",
"d3-array": "2.4.0",
"d3-scale": "3.2.1",
"d3-shape": "1.3.7"
Expand Down
11 changes: 11 additions & 0 deletions packages/stories/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.7](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26)


### Bug Fixes

* updating prop types ([425b0b4](https://github.com/markmcdowell/react-financial-charts/commit/425b0b459de229770e7608aff4f397b9bb00de5e))





# [1.0.0-alpha.6](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-07-23)

**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.6",
"version": "1.0.0-alpha.7",
"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.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26)


### Bug Fixes

* updating prop types ([425b0b4](https://github.com/reactivemarkets/react-financial-charts/commit/425b0b459de229770e7608aff4f397b9bb00de5e))





# [1.0.0-alpha.6](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-07-23)


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

0 comments on commit 71acd57

Please sign in to comment.