Skip to content

Commit

Permalink
chore(release): publish 1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Jul 8, 2020
1 parent 354eb54 commit eae3db6
Show file tree
Hide file tree
Showing 26 changed files with 211 additions and 14 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.0](https://github.com/markmcdowell/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


### Bug Fixes

* **core:** only draw canvas if the draw function is defined ([354eb54](https://github.com/markmcdowell/react-financial-charts/commit/354eb5448b8b09dfea1d4515829af4172da9dcc0))


* feat!: separating code into packages ([670537f](https://github.com/markmcdowell/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code down.





## [0.5.1](https://github.com/markmcdowell/react-financial-charts/compare/v0.5.0...v0.5.1) (2020-01-08)


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": "0.5.1",
"version": "1.0.0-alpha.0",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
Expand Down
14 changes: 14 additions & 0 deletions packages/annotations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

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.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


* feat!: separating code into packages ([670537f](https://github.com/reactivemarkets/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code 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": "0.5.1",
"version": "1.0.0-alpha.0",
"description": "Annotations for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/axes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

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.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


* feat!: separating code into packages ([670537f](https://github.com/reactivemarkets/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code 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": "0.5.1",
"version": "1.0.0-alpha.0",
"description": "Axes for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


* feat!: separating code into packages ([670537f](https://github.com/reactivemarkets/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code down.





## [0.5.1](https://github.com/reactivemarkets/react-financial-charts/compare/v0.5.0...v0.5.1) (2020-01-08)


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": "0.5.1",
"version": "1.0.0-alpha.0",
"description": "React charts specific to finance.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/coordinates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

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.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


* feat!: separating code into packages ([670537f](https://github.com/reactivemarkets/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code 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": "0.5.1",
"version": "1.0.0-alpha.0",
"description": "Coordinates for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
19 changes: 19 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

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.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


### Bug Fixes

* **core:** only draw canvas if the draw function is defined ([354eb54](https://github.com/reactivemarkets/react-financial-charts/commit/354eb5448b8b09dfea1d4515829af4172da9dcc0))


* feat!: separating code into packages ([670537f](https://github.com/reactivemarkets/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code 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": "0.5.1",
"version": "1.0.0-alpha.0",
"description": "Core code for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/indicators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

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.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


* feat!: separating code into packages ([670537f](https://github.com/reactivemarkets/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code 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": "0.5.1",
"version": "1.0.0-alpha.0",
"description": "Indicators for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/interactive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

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.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


* feat!: separating code into packages ([670537f](https://github.com/reactivemarkets/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code down.
4 changes: 2 additions & 2 deletions packages/interactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-financial-charts/interactive",
"version": "0.5.1",
"version": "1.0.0-alpha.0",
"description": "Interactive features for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -38,8 +38,8 @@
"watch": "tsc -p tsconfig.json --watch --preserveWatchOutput"
},
"dependencies": {
"@react-financial-charts/core": "file:../core",
"@react-financial-charts/coordinates": "file:../coordinates",
"@react-financial-charts/core": "file:../core",
"d3-array": "2.4.0",
"d3-format": "1.4.4",
"d3-interpolate": "1.4.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/scales/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

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.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


* feat!: separating code into packages ([670537f](https://github.com/reactivemarkets/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code 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": "0.5.1",
"version": "1.0.0-alpha.0",
"description": "Scales for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/series/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

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.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


* feat!: separating code into packages ([670537f](https://github.com/reactivemarkets/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code 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": "0.5.1",
"version": "1.0.0-alpha.0",
"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.0](https://github.com/markmcdowell/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


### Bug Fixes

* **core:** only draw canvas if the draw function is defined ([354eb54](https://github.com/markmcdowell/react-financial-charts/commit/354eb5448b8b09dfea1d4515829af4172da9dcc0))


* feat!: separating code into packages ([670537f](https://github.com/markmcdowell/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code down.





## [0.5.1](https://github.com/markmcdowell/react-financial-charts/compare/v0.5.0...v0.5.1) (2020-01-08)


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": "0.5.1",
"version": "1.0.0-alpha.0",
"description": "Stories for react financial charts",
"private": true,
"author": "Reactive Markets",
Expand Down
14 changes: 14 additions & 0 deletions packages/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

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.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


* feat!: separating code into packages ([670537f](https://github.com/reactivemarkets/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code 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": "0.5.1",
"version": "1.0.0-alpha.0",
"description": "Tooltips for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

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.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.5.1...v1.0.0-alpha.0) (2020-07-08)


* feat!: separating code into packages ([670537f](https://github.com/reactivemarkets/react-financial-charts/commit/670537fa280dddfbe921639a8e22a7c11d14e5f3))


### BREAKING CHANGES

* first stage of refactor breaking the code down.
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-financial-charts/utils",
"version": "0.5.1",
"version": "1.0.0-alpha.0",
"description": "Utils for react-financial-charts",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit eae3db6

Please sign in to comment.