Skip to content

Commit

Permalink
v36.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Becca Bailey committed Mar 14, 2022
1 parent 719b99a commit 9f2e1b9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "36.3.0",
"version": "36.3.1",
"packages": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-create-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-create-container",
"version": "36.3.0",
"version": "36.3.1",
"description": "Container Helper for Victory",
"keywords": [
"data visualization",
Expand All @@ -24,7 +24,7 @@
"victory-core": "^36.3.0",
"victory-cursor-container": "^36.3.0",
"victory-selection-container": "^36.3.0",
"victory-voronoi-container": "^36.3.0",
"victory-voronoi-container": "^36.3.1",
"victory-zoom-container": "^36.3.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/victory-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-native",
"version": "36.3.0",
"version": "36.3.1",
"description": "Native Port for Victory",
"keywords": [
"data visualization",
Expand All @@ -23,7 +23,7 @@
"author": "Formidable",
"license": "MIT",
"dependencies": {
"victory": "^36.3.0",
"victory": "^36.3.1",
"victory-area": "^36.3.0",
"victory-axis": "^36.3.0",
"victory-bar": "^36.3.0",
Expand All @@ -33,7 +33,7 @@
"victory-candlestick": "^36.3.0",
"victory-chart": "^36.3.0",
"victory-core": "^36.3.0",
"victory-create-container": "^36.3.0",
"victory-create-container": "^36.3.1",
"victory-cursor-container": "^36.3.0",
"victory-errorbar": "^36.3.0",
"victory-group": "^36.3.0",
Expand All @@ -48,7 +48,7 @@
"victory-stack": "^36.3.0",
"victory-tooltip": "^36.3.0",
"victory-voronoi": "^36.3.0",
"victory-voronoi-container": "^36.3.0",
"victory-voronoi-container": "^36.3.1",
"victory-zoom-container": "^36.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/victory-voronoi-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-voronoi-container",
"version": "36.3.0",
"version": "36.3.1",
"description": "Interactive Voronoi Mouseover Component for Victory",
"keywords": [
"data visualization",
Expand Down
6 changes: 3 additions & 3 deletions packages/victory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory",
"version": "36.3.0",
"version": "36.3.1",
"description": "Data viz for React",
"keywords": [
"data visualization",
Expand Down Expand Up @@ -30,7 +30,7 @@
"victory-canvas": "^36.3.0",
"victory-chart": "^36.3.0",
"victory-core": "^36.3.0",
"victory-create-container": "^36.3.0",
"victory-create-container": "^36.3.1",
"victory-cursor-container": "^36.3.0",
"victory-errorbar": "^36.3.0",
"victory-group": "^36.3.0",
Expand All @@ -45,7 +45,7 @@
"victory-stack": "^36.3.0",
"victory-tooltip": "^36.3.0",
"victory-voronoi": "^36.3.0",
"victory-voronoi-container": "^36.3.0",
"victory-voronoi-container": "^36.3.1",
"victory-zoom-container": "^36.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 9f2e1b9

Please sign in to comment.