Skip to content

Commit

Permalink
v36.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Becca Bailey committed Feb 14, 2022
1 parent 80bfe41 commit ebafd84
Show file tree
Hide file tree
Showing 30 changed files with 122 additions and 122 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.2.2",
"version": "36.3.0",
"packages": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-area/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-area",
"version": "36.2.2",
"version": "36.3.0",
"description": "Area Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"d3-shape": "^1.2.0",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-axis",
"version": "36.2.2",
"version": "36.3.0",
"description": "Axis Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-bar",
"version": "36.2.2",
"version": "36.3.0",
"description": "Bar Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"d3-shape": "^1.2.0",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-box-plot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-box-plot",
"version": "36.2.2",
"version": "36.3.0",
"description": "Box Plot Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"d3-array": "^1.2.0",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-brush-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-brush-container",
"version": "36.2.2",
"version": "36.3.0",
"description": "Interactive Brush Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-brush-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-brush-line",
"version": "36.2.2",
"version": "36.3.0",
"description": "Interactive Brush Line Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-candlestick/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-candlestick",
"version": "36.2.2",
"version": "36.3.0",
"description": "Candlestick Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-canvas",
"version": "36.2.2",
"version": "36.3.0",
"description": "HTML5 Canvas Components for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/victory-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-chart",
"version": "36.2.2",
"version": "36.3.0",
"description": "Chart Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,10 +22,10 @@
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
"victory-axis": "^36.2.2",
"victory-core": "^36.2.2",
"victory-polar-axis": "^36.2.2",
"victory-shared-events": "^36.2.2"
"victory-axis": "^36.3.0",
"victory-core": "^36.3.0",
"victory-polar-axis": "^36.3.0",
"victory-shared-events": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/victory-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-core",
"version": "36.2.2",
"version": "36.3.0",
"description": "Victory Core",
"keywords": [
"data visualization",
Expand Down
14 changes: 7 additions & 7 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.2.2",
"version": "36.3.0",
"description": "Container Helper for Victory",
"keywords": [
"data visualization",
Expand All @@ -20,12 +20,12 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.19",
"victory-brush-container": "^36.2.2",
"victory-core": "^36.2.2",
"victory-cursor-container": "^36.2.2",
"victory-selection-container": "^36.2.2",
"victory-voronoi-container": "^36.2.2",
"victory-zoom-container": "^36.2.2"
"victory-brush-container": "^36.3.0",
"victory-core": "^36.3.0",
"victory-cursor-container": "^36.3.0",
"victory-selection-container": "^36.3.0",
"victory-voronoi-container": "^36.3.0",
"victory-zoom-container": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-cursor-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-cursor-container",
"version": "36.2.2",
"version": "36.3.0",
"description": "Interactive Cursor Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-errorbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-errorbar",
"version": "36.2.2",
"version": "36.3.0",
"description": "Error Bar Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/victory-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-group",
"version": "36.2.2",
"version": "36.3.0",
"description": "Group Layout Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,8 +22,8 @@
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
"victory-core": "^36.2.2",
"victory-shared-events": "^36.2.2"
"victory-core": "^36.3.0",
"victory-shared-events": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/victory-histogram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-histogram",
"version": "36.2.2",
"version": "36.3.0",
"description": "Histogram Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -24,8 +24,8 @@
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
"victory-bar": "^36.2.2",
"victory-core": "^36.2.2"
"victory-bar": "^36.3.0",
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-legend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-legend",
"version": "36.2.2",
"version": "36.3.0",
"description": "Legend Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-line",
"version": "36.2.2",
"version": "36.3.0",
"description": "Line Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"d3-shape": "^1.2.0",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down
56 changes: 28 additions & 28 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.2.2",
"version": "36.3.0",
"description": "Native Port for Victory",
"keywords": [
"data visualization",
Expand All @@ -23,33 +23,33 @@
"author": "Formidable",
"license": "MIT",
"dependencies": {
"victory": "^36.2.2",
"victory-area": "^36.2.2",
"victory-axis": "^36.2.2",
"victory-bar": "^36.2.2",
"victory-box-plot": "^36.2.2",
"victory-brush-container": "^36.2.2",
"victory-brush-line": "^36.2.2",
"victory-candlestick": "^36.2.2",
"victory-chart": "^36.2.2",
"victory-core": "^36.2.2",
"victory-create-container": "^36.2.2",
"victory-cursor-container": "^36.2.2",
"victory-errorbar": "^36.2.2",
"victory-group": "^36.2.2",
"victory-histogram": "^36.2.2",
"victory-legend": "^36.2.2",
"victory-line": "^36.2.2",
"victory-pie": "^36.2.2",
"victory-polar-axis": "^36.2.2",
"victory-scatter": "^36.2.2",
"victory-selection-container": "^36.2.2",
"victory-shared-events": "^36.2.2",
"victory-stack": "^36.2.2",
"victory-tooltip": "^36.2.2",
"victory-voronoi": "^36.2.2",
"victory-voronoi-container": "^36.2.2",
"victory-zoom-container": "^36.2.2"
"victory": "^36.3.0",
"victory-area": "^36.3.0",
"victory-axis": "^36.3.0",
"victory-bar": "^36.3.0",
"victory-box-plot": "^36.3.0",
"victory-brush-container": "^36.3.0",
"victory-brush-line": "^36.3.0",
"victory-candlestick": "^36.3.0",
"victory-chart": "^36.3.0",
"victory-core": "^36.3.0",
"victory-create-container": "^36.3.0",
"victory-cursor-container": "^36.3.0",
"victory-errorbar": "^36.3.0",
"victory-group": "^36.3.0",
"victory-histogram": "^36.3.0",
"victory-legend": "^36.3.0",
"victory-line": "^36.3.0",
"victory-pie": "^36.3.0",
"victory-polar-axis": "^36.3.0",
"victory-scatter": "^36.3.0",
"victory-selection-container": "^36.3.0",
"victory-shared-events": "^36.3.0",
"victory-stack": "^36.3.0",
"victory-tooltip": "^36.3.0",
"victory-voronoi": "^36.3.0",
"victory-voronoi-container": "^36.3.0",
"victory-zoom-container": "^36.3.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-pie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-pie",
"version": "36.2.2",
"version": "36.3.0",
"description": "Pie Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"d3-shape": "^1.0.0",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"victory-core": "^36.2.2"
"victory-core": "^36.3.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
Expand Down

0 comments on commit ebafd84

Please sign in to comment.