Skip to content

Commit dbe440b

Browse files
Version Packages
1 parent ce60971 commit dbe440b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+582
-284
lines changed

.changeset/cuddly-pumpkins-march.md

-5
This file was deleted.

.changeset/itchy-kangaroos-develop.md

-6
This file was deleted.

.changeset/late-crabs-sniff.md

-6
This file was deleted.

.changeset/perfect-schools-hammer.md

-29
This file was deleted.

packages/victory-area/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# victory-area
22

3+
## 36.6.0
4+
5+
### Patch Changes
6+
7+
- Update source code with minor lint-based improvements (see [#2236](https://github.com/FormidableLabs/victory/issues/2236)). ([#2403](https://github.com/FormidableLabs/victory/pull/2403))
8+
9+
- Updated dependencies [[`fed5a5072`](https://github.com/FormidableLabs/victory/commit/fed5a507299b337846eed3d873ec7eb91bc69668), [`a2f48555a`](https://github.com/FormidableLabs/victory/commit/a2f48555adfed15bdb004dc0793f197d90c950a2)]:
10+
- victory-core@36.6.0
11+
- victory-vendor@36.6.0
12+
313
## 36.5.3 and earlier
414

515
Change history for version 36.5.3 and earlier can be found in our root [CHANGELOG.md](https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md).

packages/victory-area/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-area",
3-
"version": "36.5.3",
3+
"version": "36.6.0",
44
"description": "Area Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,8 +22,8 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-core": "^36.5.3",
26-
"victory-vendor": "^36.5.1"
25+
"victory-core": "^36.6.0",
26+
"victory-vendor": "^36.6.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"

packages/victory-axis/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# victory-axis
22

3+
## 36.6.0
4+
5+
### Patch Changes
6+
7+
- Update source code with minor lint-based improvements (see [#2236](https://github.com/FormidableLabs/victory/issues/2236)). ([#2403](https://github.com/FormidableLabs/victory/pull/2403))
8+
9+
- Updated dependencies [[`fed5a5072`](https://github.com/FormidableLabs/victory/commit/fed5a507299b337846eed3d873ec7eb91bc69668), [`a2f48555a`](https://github.com/FormidableLabs/victory/commit/a2f48555adfed15bdb004dc0793f197d90c950a2)]:
10+
- victory-core@36.6.0
11+
312
## 36.5.3 and earlier
413

514
Change history for version 36.5.3 and earlier can be found in our root [CHANGELOG.md](https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md).

packages/victory-axis/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-axis",
3-
"version": "36.5.3",
3+
"version": "36.6.0",
44
"description": "Axis Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-core": "^36.5.3"
25+
"victory-core": "^36.6.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-bar/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# victory-bar
22

3+
## 36.6.0
4+
5+
### Patch Changes
6+
7+
- Update source code with minor lint-based improvements (see [#2236](https://github.com/FormidableLabs/victory/issues/2236)). ([#2403](https://github.com/FormidableLabs/victory/pull/2403))
8+
9+
- Updated dependencies [[`fed5a5072`](https://github.com/FormidableLabs/victory/commit/fed5a507299b337846eed3d873ec7eb91bc69668), [`a2f48555a`](https://github.com/FormidableLabs/victory/commit/a2f48555adfed15bdb004dc0793f197d90c950a2)]:
10+
- victory-core@36.6.0
11+
- victory-vendor@36.6.0
12+
313
## 36.5.3 and earlier
414

515
Change history for version 36.5.3 and earlier can be found in our root [CHANGELOG.md](https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md).

packages/victory-bar/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-bar",
3-
"version": "36.5.3",
3+
"version": "36.6.0",
44
"description": "Bar Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,8 +22,8 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-core": "^36.5.3",
26-
"victory-vendor": "^36.5.1"
25+
"victory-core": "^36.6.0",
26+
"victory-vendor": "^36.6.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"
+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# victory-box-plot
22

3+
## 36.6.0
4+
5+
### Minor Changes
6+
7+
- Migrated victory-box-plot to TypeScript ([#2387](https://github.com/FormidableLabs/victory/pull/2387))
8+
9+
### Patch Changes
10+
11+
- Update source code with minor lint-based improvements (see [#2236](https://github.com/FormidableLabs/victory/issues/2236)). ([#2403](https://github.com/FormidableLabs/victory/pull/2403))
12+
13+
- Updated dependencies [[`fed5a5072`](https://github.com/FormidableLabs/victory/commit/fed5a507299b337846eed3d873ec7eb91bc69668), [`a2f48555a`](https://github.com/FormidableLabs/victory/commit/a2f48555adfed15bdb004dc0793f197d90c950a2)]:
14+
- victory-core@36.6.0
15+
- victory-vendor@36.6.0
16+
317
## 36.5.3 and earlier
418

519
Change history for version 36.5.3 and earlier can be found in our root [CHANGELOG.md](https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md).

packages/victory-box-plot/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-box-plot",
3-
"version": "36.5.3",
3+
"version": "36.6.0",
44
"description": "Box Plot Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,15 +22,15 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-core": "^36.5.3",
26-
"victory-vendor": "^36.5.1"
25+
"victory-core": "^36.6.0",
26+
"victory-vendor": "^36.6.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"
3030
},
3131
"devDependencies": {
3232
"victory-box-plot": "*",
33-
"victory-chart": "^36.5.3"
33+
"victory-chart": "^36.6.0"
3434
},
3535
"scripts": {
3636
"### THESE SCRIPTS ARE GENERATED ###": "true",
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# victory-brush-container
22

3+
## 36.6.0
4+
5+
### Patch Changes
6+
7+
- Migrate victory-brush-container and victory-brush-line to TypeScript ([#2393](https://github.com/FormidableLabs/victory/pull/2393))
8+
9+
* Update source code with minor lint-based improvements (see [#2236](https://github.com/FormidableLabs/victory/issues/2236)). ([#2403](https://github.com/FormidableLabs/victory/pull/2403))
10+
11+
* Updated dependencies [[`fed5a5072`](https://github.com/FormidableLabs/victory/commit/fed5a507299b337846eed3d873ec7eb91bc69668), [`a2f48555a`](https://github.com/FormidableLabs/victory/commit/a2f48555adfed15bdb004dc0793f197d90c950a2)]:
12+
- victory-core@36.6.0
13+
314
## 36.5.3 and earlier
415

516
Change history for version 36.5.3 and earlier can be found in our root [CHANGELOG.md](https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md).

packages/victory-brush-container/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-brush-container",
3-
"version": "36.5.3",
3+
"version": "36.6.0",
44
"description": "Interactive Brush Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -23,7 +23,7 @@
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
2525
"react-fast-compare": "^3.2.0",
26-
"victory-core": "^36.5.3"
26+
"victory-core": "^36.6.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"
+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# victory-brush-line
22

3+
## 36.6.0
4+
5+
### Patch Changes
6+
7+
- Migrate victory-brush-container and victory-brush-line to TypeScript ([#2393](https://github.com/FormidableLabs/victory/pull/2393))
8+
9+
* Update source code with minor lint-based improvements (see [#2236](https://github.com/FormidableLabs/victory/issues/2236)). ([#2403](https://github.com/FormidableLabs/victory/pull/2403))
10+
11+
* Updated dependencies [[`fed5a5072`](https://github.com/FormidableLabs/victory/commit/fed5a507299b337846eed3d873ec7eb91bc69668), [`a2f48555a`](https://github.com/FormidableLabs/victory/commit/a2f48555adfed15bdb004dc0793f197d90c950a2)]:
12+
- victory-core@36.6.0
13+
314
## 36.5.3 and earlier
415

516
Change history for version 36.5.3 and earlier can be found in our root [CHANGELOG.md](https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md).

packages/victory-brush-line/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-brush-line",
3-
"version": "36.5.3",
3+
"version": "36.6.0",
44
"description": "Interactive Brush Line Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -23,7 +23,7 @@
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
2525
"react-fast-compare": "^3.2.0",
26-
"victory-core": "^36.5.3"
26+
"victory-core": "^36.6.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# victory-candlestick
22

3+
## 36.6.0
4+
5+
### Patch Changes
6+
7+
- Update source code with minor lint-based improvements (see [#2236](https://github.com/FormidableLabs/victory/issues/2236)). ([#2403](https://github.com/FormidableLabs/victory/pull/2403))
8+
9+
- Updated dependencies [[`fed5a5072`](https://github.com/FormidableLabs/victory/commit/fed5a507299b337846eed3d873ec7eb91bc69668), [`a2f48555a`](https://github.com/FormidableLabs/victory/commit/a2f48555adfed15bdb004dc0793f197d90c950a2)]:
10+
- victory-core@36.6.0
11+
312
## 36.5.3 and earlier
413

514
Change history for version 36.5.3 and earlier can be found in our root [CHANGELOG.md](https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md).

packages/victory-candlestick/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-candlestick",
3-
"version": "36.5.3",
3+
"version": "36.6.0",
44
"description": "Candlestick Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,13 +22,13 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-core": "^36.5.3"
25+
"victory-core": "^36.6.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"
2929
},
3030
"devDependencies": {
31-
"victory-chart": "^36.5.3"
31+
"victory-chart": "^36.6.0"
3232
},
3333
"scripts": {
3434
"### THESE SCRIPTS ARE GENERATED ###": "true",

packages/victory-canvas/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# victory-canvas
22

3+
## 36.6.0
4+
5+
### Patch Changes
6+
7+
- Update source code with minor lint-based improvements (see [#2236](https://github.com/FormidableLabs/victory/issues/2236)). ([#2403](https://github.com/FormidableLabs/victory/pull/2403))
8+
9+
- Updated dependencies [[`fed5a5072`](https://github.com/FormidableLabs/victory/commit/fed5a507299b337846eed3d873ec7eb91bc69668), [`a2f48555a`](https://github.com/FormidableLabs/victory/commit/a2f48555adfed15bdb004dc0793f197d90c950a2)]:
10+
- victory-core@36.6.0
11+
- victory-bar@36.6.0
12+
313
## 36.5.3 and earlier
414

515
Change history for version 36.5.3 and earlier can be found in our root [CHANGELOG.md](https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md).

packages/victory-canvas/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-canvas",
3-
"version": "36.5.3",
3+
"version": "36.6.0",
44
"description": "HTML5 Canvas Components for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,8 +22,8 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-bar": "^36.5.3",
26-
"victory-core": "^36.5.3"
25+
"victory-bar": "^36.6.0",
26+
"victory-core": "^36.6.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"

packages/victory-chart/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# victory-chart
22

3+
## 36.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fed5a5072`](https://github.com/FormidableLabs/victory/commit/fed5a507299b337846eed3d873ec7eb91bc69668), [`a2f48555a`](https://github.com/FormidableLabs/victory/commit/a2f48555adfed15bdb004dc0793f197d90c950a2)]:
8+
- victory-core@36.6.0
9+
- victory-axis@36.6.0
10+
- victory-polar-axis@36.6.0
11+
- victory-shared-events@36.6.0
12+
313
## 36.5.3 and earlier
414

515
Change history for version 36.5.3 and earlier can be found in our root [CHANGELOG.md](https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md).

packages/victory-chart/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-chart",
3-
"version": "36.5.3",
3+
"version": "36.6.0",
44
"description": "Chart Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -23,10 +23,10 @@
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
2525
"react-fast-compare": "^3.2.0",
26-
"victory-axis": "^36.5.3",
27-
"victory-core": "^36.5.3",
28-
"victory-polar-axis": "^36.5.3",
29-
"victory-shared-events": "^36.5.3"
26+
"victory-axis": "^36.6.0",
27+
"victory-core": "^36.6.0",
28+
"victory-polar-axis": "^36.6.0",
29+
"victory-shared-events": "^36.6.0"
3030
},
3131
"peerDependencies": {
3232
"react": ">=16.6.0"

packages/victory-core/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# victory-core
22

3+
## 36.6.0
4+
5+
### Minor Changes
6+
7+
- Migration of victory-errorbar to TypeScript ([#2395](https://github.com/FormidableLabs/victory/pull/2395))
8+
9+
### Patch Changes
10+
11+
- Update source code with minor lint-based improvements (see [#2236](https://github.com/FormidableLabs/victory/issues/2236)). ([#2403](https://github.com/FormidableLabs/victory/pull/2403))
12+
13+
- Updated dependencies [[`a2f48555a`](https://github.com/FormidableLabs/victory/commit/a2f48555adfed15bdb004dc0793f197d90c950a2)]:
14+
- victory-vendor@36.6.0
15+
316
## 36.5.3 and earlier
417

518
Change history for version 36.5.3 and earlier can be found in our root [CHANGELOG.md](https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md).

0 commit comments

Comments
 (0)