Skip to content

Commit 38b9b14

Browse files
Version Packages (#2676)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a2661c3 commit 38b9b14

File tree

63 files changed

+312
-248
lines changed

Some content is hidden

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

63 files changed

+312
-248
lines changed

.changeset/orange-timers-run.md

-6
This file was deleted.

.changeset/proud-ravens-retire.md

-6
This file was deleted.

packages/victory-area/CHANGELOG.md

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

3+
## 36.7.0
4+
35
## 36.6.12
46

57
## 36.6.11

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

packages/victory-axis/CHANGELOG.md

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

3+
## 36.7.0
4+
5+
### Patch Changes
6+
7+
- Fix Date equality in axis ([#2642](https://github.com/FormidableLabs/victory/pull/2642))
8+
39
## 36.6.13
410

511
## 36.6.12

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.6.12",
3+
"version": "36.7.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.6.12"
25+
"victory-core": "^36.7.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-bar/CHANGELOG.md

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

3+
## 36.7.0
4+
5+
### Minor Changes
6+
7+
- added ref forwarding for path and bar components ([#2673](https://github.com/FormidableLabs/victory/pull/2673))
8+
39
## 36.6.12
410

511
## 36.6.11

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.6.12",
3+
"version": "36.7.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.6.12",
26-
"victory-vendor": "^36.6.12"
25+
"victory-core": "^36.7.0",
26+
"victory-vendor": "^36.7.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.7.0
4+
35
## 36.6.12
46

57
## 36.6.11

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.6.12",
3+
"version": "36.7.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.6.12",
26-
"victory-vendor": "^36.6.12"
25+
"victory-core": "^36.7.0",
26+
"victory-vendor": "^36.7.0"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"
3030
},
3131
"devDependencies": {
3232
"victory-box-plot": "*",
33-
"victory-chart": "^36.6.12"
33+
"victory-chart": "^36.7.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.7.0
4+
35
## 36.6.12
46

57
## 36.6.11

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.6.12",
3+
"version": "36.7.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.6.12"
26+
"victory-core": "^36.7.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.7.0
4+
35
## 36.6.12
46

57
## 36.6.11

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

packages/victory-candlestick/CHANGELOG.md

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

3+
## 36.7.0
4+
35
## 36.6.12
46

57
## 36.6.11

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.6.12",
3+
"version": "36.7.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.6.12"
25+
"victory-core": "^36.7.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"
2929
},
3030
"devDependencies": {
31-
"victory-chart": "^36.6.12"
31+
"victory-chart": "^36.7.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.7.0
4+
35
## 36.6.12
46

57
## 36.6.11

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

packages/victory-chart/CHANGELOG.md

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

3+
## 36.7.0
4+
35
## 36.6.12
46

57
## 36.6.11

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

packages/victory-core/CHANGELOG.md

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

3+
## 36.7.0
4+
5+
### Minor Changes
6+
7+
- added ref forwarding for path and bar components ([#2673](https://github.com/FormidableLabs/victory/pull/2673))
8+
39
## 36.6.12
410

511
### Patch 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.6.12",
3+
"version": "36.7.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.6.12"
26+
"victory-vendor": "^36.7.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.7.0
4+
35
## 36.6.12
46

57
## 36.6.11

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.6.12",
3+
"version": "36.7.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.6.12",
25-
"victory-core": "^36.6.12",
26-
"victory-cursor-container": "^36.6.12",
27-
"victory-selection-container": "^36.6.12",
28-
"victory-voronoi-container": "^36.6.12",
29-
"victory-zoom-container": "^36.6.12"
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"
3030
},
3131
"peerDependencies": {
3232
"react": ">=16.6.0"

packages/victory-cursor-container/CHANGELOG.md

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

3+
## 36.7.0
4+
35
## 36.6.12
46

57
## 36.6.11

packages/victory-cursor-container/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-cursor-container",
3-
"version": "36.6.12",
3+
"version": "36.7.0",
44
"description": "Interactive Cursor 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.6.12"
25+
"victory-core": "^36.7.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-errorbar/CHANGELOG.md

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

3+
## 36.7.0
4+
35
## 36.6.12
46

57
## 36.6.11

packages/victory-errorbar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-errorbar",
3-
"version": "36.6.12",
3+
"version": "36.7.0",
44
"description": "Error Bar 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.6.12"
25+
"victory-core": "^36.7.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-group/CHANGELOG.md

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

3+
## 36.7.0
4+
35
## 36.6.12
46

57
## 36.6.11

0 commit comments

Comments
 (0)