Skip to content

Commit 491d0fd

Browse files
Version Packages (#2682)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4b3b417 commit 491d0fd

Some content is hidden

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

66 files changed

+374
-277
lines changed

.changeset/eleven-waves-attend.md

-17
This file was deleted.

.changeset/green-parents-argue.md

-6
This file was deleted.

.changeset/slimy-guests-accept.md

-8
This file was deleted.

.changeset/tender-insects-rest.md

-5
This file was deleted.

.changeset/warm-rocks-rest.md

-5
This file was deleted.

packages/victory-area/CHANGELOG.md

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

3+
## 36.8.0
4+
5+
### Patch Changes
6+
7+
- Remove usage of defaultProps from components ([#2679](https://github.com/FormidableLabs/victory/pull/2679))
8+
39
## 36.7.0
410

511
## 36.6.12

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.7.0",
3+
"version": "36.8.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.7.0",
26-
"victory-vendor": "^36.7.0"
25+
"victory-core": "^36.8.0",
26+
"victory-vendor": "^36.8.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"

packages/victory-axis/CHANGELOG.md

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

3+
## 36.8.0
4+
35
## 36.7.0
46

57
### Patch Changes

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.7.0",
3+
"version": "36.8.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.7.0"
25+
"victory-core": "^36.8.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.8.0
4+
5+
### Minor Changes
6+
7+
- Remove v37 experimental code ([#2697](https://github.com/FormidableLabs/victory/pull/2697))
8+
9+
### Patch Changes
10+
11+
- Remove usage of defaultProps from components ([#2679](https://github.com/FormidableLabs/victory/pull/2679))
12+
313
## 36.7.0
414

515
### Minor Changes

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.7.0",
3+
"version": "36.8.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.7.0",
26-
"victory-vendor": "^36.7.0"
25+
"victory-core": "^36.8.0",
26+
"victory-vendor": "^36.8.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"

packages/victory-box-plot/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# victory-box-plot
22

3+
## 36.8.0
4+
35
## 36.7.0
46

57
## 36.6.12

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.7.0",
3+
"version": "36.8.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.7.0",
26-
"victory-vendor": "^36.7.0"
25+
"victory-core": "^36.8.0",
26+
"victory-vendor": "^36.8.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"
3030
},
3131
"devDependencies": {
3232
"victory-box-plot": "*",
33-
"victory-chart": "^36.7.0"
33+
"victory-chart": "^36.8.0"
3434
},
3535
"publishConfig": {
3636
"provenance": true

packages/victory-brush-container/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# victory-brush-container
22

3+
## 36.8.0
4+
35
## 36.7.0
46

57
## 36.6.12

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.7.0",
3+
"version": "36.8.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.7.0"
26+
"victory-core": "^36.8.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"

packages/victory-brush-line/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# victory-brush-line
22

3+
## 36.8.0
4+
35
## 36.7.0
46

57
## 36.6.12

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.7.0",
3+
"version": "36.8.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.7.0"
26+
"victory-core": "^36.8.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"

packages/victory-candlestick/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# victory-candlestick
22

3+
## 36.8.0
4+
5+
### Patch Changes
6+
7+
- Remove usage of defaultProps from components ([#2679](https://github.com/FormidableLabs/victory/pull/2679))
8+
39
## 36.7.0
410

511
## 36.6.12

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.7.0",
3+
"version": "36.8.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.7.0"
25+
"victory-core": "^36.8.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"
2929
},
3030
"devDependencies": {
31-
"victory-chart": "^36.7.0"
31+
"victory-chart": "^36.8.0"
3232
},
3333
"publishConfig": {
3434
"provenance": true

packages/victory-canvas/CHANGELOG.md

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

3+
## 36.8.0
4+
35
## 36.7.0
46

57
## 36.6.12

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.7.0",
3+
"version": "36.8.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.7.0",
26-
"victory-core": "^36.7.0"
25+
"victory-bar": "^36.8.0",
26+
"victory-core": "^36.8.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"

packages/victory-chart/CHANGELOG.md

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

3+
## 36.8.0
4+
5+
### Minor Changes
6+
7+
- Remove v37 experimental code ([#2697](https://github.com/FormidableLabs/victory/pull/2697))
8+
9+
### Patch Changes
10+
11+
- Remove usage of defaultProps from components ([#2679](https://github.com/FormidableLabs/victory/pull/2679))
12+
13+
* Fixed issue where VictoryChart would throw an unhandled exception when passed non-element children (fixes [#2391](https://github.com/FormidableLabs/victory/issues/2391)) ([#2536](https://github.com/FormidableLabs/victory/pull/2536))
14+
315
## 36.7.0
416

517
## 36.6.12

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.7.0",
3+
"version": "36.8.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.7.0",
27-
"victory-core": "^36.7.0",
28-
"victory-polar-axis": "^36.7.0",
29-
"victory-shared-events": "^36.7.0"
26+
"victory-axis": "^36.8.0",
27+
"victory-core": "^36.8.0",
28+
"victory-polar-axis": "^36.8.0",
29+
"victory-shared-events": "^36.8.0"
3030
},
3131
"peerDependencies": {
3232
"react": ">=16.6.0"

packages/victory-core/CHANGELOG.md

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

3+
## 36.8.0
4+
5+
### Minor Changes
6+
7+
- Remove v37 experimental code ([#2697](https://github.com/FormidableLabs/victory/pull/2697))
8+
9+
### Patch Changes
10+
11+
- Remove usage of defaultProps from components ([#2679](https://github.com/FormidableLabs/victory/pull/2679))
12+
13+
* Fixed issue where VictoryChart would throw an unhandled exception when passed non-element children (fixes [#2391](https://github.com/FormidableLabs/victory/issues/2391)) ([#2536](https://github.com/FormidableLabs/victory/pull/2536))
14+
15+
- Fix text label measurements after SSR hydration mismatch ([#2626](https://github.com/FormidableLabs/victory/pull/2626))
16+
317
## 36.7.0
418

519
### Minor Changes

packages/victory-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-core",
3-
"version": "36.7.0",
3+
"version": "36.8.0",
44
"description": "Victory Core",
55
"keywords": [
66
"data visualization",
@@ -23,7 +23,7 @@
2323
"lodash": "^4.17.21",
2424
"prop-types": "^15.8.1",
2525
"react-fast-compare": "^3.2.0",
26-
"victory-vendor": "^36.7.0"
26+
"victory-vendor": "^36.8.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"

packages/victory-create-container/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# victory-create-container
22

3+
## 36.8.0
4+
35
## 36.7.0
46

57
## 36.6.12

packages/victory-create-container/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-create-container",
3-
"version": "36.7.0",
3+
"version": "36.8.0",
44
"description": "Container Helper for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,12 +21,12 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"lodash": "^4.17.19",
24-
"victory-brush-container": "^36.7.0",
25-
"victory-core": "^36.7.0",
26-
"victory-cursor-container": "^36.7.0",
27-
"victory-selection-container": "^36.7.0",
28-
"victory-voronoi-container": "^36.7.0",
29-
"victory-zoom-container": "^36.7.0"
24+
"victory-brush-container": "^36.8.0",
25+
"victory-core": "^36.8.0",
26+
"victory-cursor-container": "^36.8.0",
27+
"victory-selection-container": "^36.8.0",
28+
"victory-voronoi-container": "^36.8.0",
29+
"victory-zoom-container": "^36.8.0"
3030
},
3131
"peerDependencies": {
3232
"react": ">=16.6.0"

0 commit comments

Comments
 (0)