Skip to content

Commit a1a1b31

Browse files
committed
chore(release): publish 1.1.0
1 parent 584dd26 commit a1a1b31

26 files changed

+171
-13
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **series:** fixing volume profile series ([584dd26](https://github.com/markmcdowell/react-financial-charts/commit/584dd26a074756685d13ac2085667491d3b30899)), closes [#418](https://github.com/markmcdowell/react-financial-charts/issues/418)
12+
13+
14+
### Features
15+
16+
* adding react 17 as peer dependency ([569209b](https://github.com/markmcdowell/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/markmcdowell/react-financial-charts/issues/468)
17+
18+
19+
20+
21+
622
## [1.0.1](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01)
723

824

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.1",
5+
"version": "1.1.0",
66
"npmClient": "npm",
77
"useWorkspaces": true,
88
"command": {

packages/annotations/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Features
10+
11+
* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468)
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01)
718

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

packages/annotations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-financial-charts/annotations",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Annotations for react-financial-charts",
55
"publishConfig": {
66
"access": "public"

packages/axes/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Features
10+
11+
* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468)
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01)
718

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

packages/axes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-financial-charts/axes",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Axes for react-financial-charts",
55
"publishConfig": {
66
"access": "public"

packages/charts/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Features
10+
11+
* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468)
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01)
718

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

packages/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-financial-charts",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "React charts specific to finance.",
55
"main": "./lib/index.js",
66
"typings": "./lib/index.d.ts",

packages/coordinates/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Features
10+
11+
* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468)
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01)
718

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

packages/coordinates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-financial-charts/coordinates",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Coordinates for react-financial-charts",
55
"publishConfig": {
66
"access": "public"

packages/core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Features
10+
11+
* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468)
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01)
718

819

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-financial-charts/core",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Core code for react-financial-charts",
55
"publishConfig": {
66
"access": "public"

packages/indicators/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Features
10+
11+
* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468)
12+
13+
14+
15+
16+
617
# [1.0.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.16...v1.0.0) (2020-12-30)
718

819

packages/indicators/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-financial-charts/indicators",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Indicators for react-financial-charts",
55
"publishConfig": {
66
"access": "public"

packages/interactive/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Features
10+
11+
* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468)
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01)
718

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

packages/interactive/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-financial-charts/interactive",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Interactive features for react-financial-charts",
55
"publishConfig": {
66
"access": "public"

packages/scales/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Features
10+
11+
* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468)
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01)
718

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

packages/scales/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-financial-charts/scales",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Scales for react-financial-charts",
55
"publishConfig": {
66
"access": "public"

packages/series/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **series:** fixing volume profile series ([584dd26](https://github.com/reactivemarkets/react-financial-charts/commit/584dd26a074756685d13ac2085667491d3b30899)), closes [#418](https://github.com/reactivemarkets/react-financial-charts/issues/418)
12+
13+
14+
### Features
15+
16+
* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468)
17+
18+
19+
20+
21+
622
## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01)
723

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

packages/series/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-financial-charts/series",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Series for react-financial-charts",
55
"publishConfig": {
66
"access": "public"

packages/stories/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **series:** fixing volume profile series ([584dd26](https://github.com/markmcdowell/react-financial-charts/commit/584dd26a074756685d13ac2085667491d3b30899)), closes [#418](https://github.com/markmcdowell/react-financial-charts/issues/418)
12+
13+
14+
### Features
15+
16+
* adding react 17 as peer dependency ([569209b](https://github.com/markmcdowell/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/markmcdowell/react-financial-charts/issues/468)
17+
18+
19+
20+
21+
622
## [1.0.1](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01)
723

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

packages/stories/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-financial-charts/stories",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Stories for react financial charts",
55
"private": true,
66
"author": "Reactive Markets",

packages/tooltip/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Features
10+
11+
* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468)
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01)
718

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

packages/tooltip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-financial-charts/tooltip",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Tooltips for react-financial-charts",
55
"publishConfig": {
66
"access": "public"

packages/utils/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26)
7+
8+
9+
### Features
10+
11+
* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468)
12+
13+
14+
15+
16+
617
# [1.0.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.16...v1.0.0) (2020-12-30)
718

819

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-financial-charts/utils",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Utils for react-financial-charts",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)