Skip to content

Commit 9f2e1b9

Browse files
author
Becca Bailey
committed
v36.3.1
1 parent 719b99a commit 9f2e1b9

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "36.3.0",
4+
"version": "36.3.1",
55
"packages": [
66
"packages/*"
77
]

packages/victory-create-container/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-create-container",
3-
"version": "36.3.0",
3+
"version": "36.3.1",
44
"description": "Container Helper for Victory",
55
"keywords": [
66
"data visualization",
@@ -24,7 +24,7 @@
2424
"victory-core": "^36.3.0",
2525
"victory-cursor-container": "^36.3.0",
2626
"victory-selection-container": "^36.3.0",
27-
"victory-voronoi-container": "^36.3.0",
27+
"victory-voronoi-container": "^36.3.1",
2828
"victory-zoom-container": "^36.3.0"
2929
},
3030
"peerDependencies": {

packages/victory-native/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-native",
3-
"version": "36.3.0",
3+
"version": "36.3.1",
44
"description": "Native Port for Victory",
55
"keywords": [
66
"data visualization",
@@ -23,7 +23,7 @@
2323
"author": "Formidable",
2424
"license": "MIT",
2525
"dependencies": {
26-
"victory": "^36.3.0",
26+
"victory": "^36.3.1",
2727
"victory-area": "^36.3.0",
2828
"victory-axis": "^36.3.0",
2929
"victory-bar": "^36.3.0",
@@ -33,7 +33,7 @@
3333
"victory-candlestick": "^36.3.0",
3434
"victory-chart": "^36.3.0",
3535
"victory-core": "^36.3.0",
36-
"victory-create-container": "^36.3.0",
36+
"victory-create-container": "^36.3.1",
3737
"victory-cursor-container": "^36.3.0",
3838
"victory-errorbar": "^36.3.0",
3939
"victory-group": "^36.3.0",
@@ -48,7 +48,7 @@
4848
"victory-stack": "^36.3.0",
4949
"victory-tooltip": "^36.3.0",
5050
"victory-voronoi": "^36.3.0",
51-
"victory-voronoi-container": "^36.3.0",
51+
"victory-voronoi-container": "^36.3.1",
5252
"victory-zoom-container": "^36.3.0"
5353
},
5454
"devDependencies": {

packages/victory-voronoi-container/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-voronoi-container",
3-
"version": "36.3.0",
3+
"version": "36.3.1",
44
"description": "Interactive Voronoi Mouseover Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory",
3-
"version": "36.3.0",
3+
"version": "36.3.1",
44
"description": "Data viz for React",
55
"keywords": [
66
"data visualization",
@@ -30,7 +30,7 @@
3030
"victory-canvas": "^36.3.0",
3131
"victory-chart": "^36.3.0",
3232
"victory-core": "^36.3.0",
33-
"victory-create-container": "^36.3.0",
33+
"victory-create-container": "^36.3.1",
3434
"victory-cursor-container": "^36.3.0",
3535
"victory-errorbar": "^36.3.0",
3636
"victory-group": "^36.3.0",
@@ -45,7 +45,7 @@
4545
"victory-stack": "^36.3.0",
4646
"victory-tooltip": "^36.3.0",
4747
"victory-voronoi": "^36.3.0",
48-
"victory-voronoi-container": "^36.3.0",
48+
"victory-voronoi-container": "^36.3.1",
4949
"victory-zoom-container": "^36.3.0"
5050
},
5151
"peerDependencies": {

0 commit comments

Comments
 (0)