Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2023
1 parent a2661c3 commit 1c7b53d
Show file tree
Hide file tree
Showing 63 changed files with 312 additions and 248 deletions.
6 changes: 0 additions & 6 deletions .changeset/orange-timers-run.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-ravens-retire.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/victory-area/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-area

## 36.7.0

## 36.6.12

## 36.6.11
Expand Down
6 changes: 3 additions & 3 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.6.12",
"version": "36.7.0",
"description": "Area Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,8 +22,8 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.6.12",
"victory-vendor": "^36.6.12"
"victory-core": "^36.7.0",
"victory-vendor": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-axis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# victory-axis

## 36.7.0

### Patch Changes

- Fix Date equality in axis ([#2642](https://github.com/FormidableLabs/victory/pull/2642))

## 36.6.13

## 36.6.12
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.6.12",
"version": "36.7.0",
"description": "Axis Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.6.12"
"victory-core": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# victory-bar

## 36.7.0

### Minor Changes

- added ref forwarding for path and bar components ([#2673](https://github.com/FormidableLabs/victory/pull/2673))

## 36.6.12

## 36.6.11
Expand Down
6 changes: 3 additions & 3 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.6.12",
"version": "36.7.0",
"description": "Bar Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,8 +22,8 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.6.12",
"victory-vendor": "^36.6.12"
"victory-core": "^36.7.0",
"victory-vendor": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-box-plot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-box-plot

## 36.7.0

## 36.6.12

## 36.6.11
Expand Down
8 changes: 4 additions & 4 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.6.12",
"version": "36.7.0",
"description": "Box Plot Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,15 +22,15 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.6.12",
"victory-vendor": "^36.6.12"
"victory-core": "^36.7.0",
"victory-vendor": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
},
"devDependencies": {
"victory-box-plot": "*",
"victory-chart": "^36.6.12"
"victory-chart": "^36.7.0"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-brush-container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-brush-container

## 36.7.0

## 36.6.12

## 36.6.11
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.6.12",
"version": "36.7.0",
"description": "Interactive Brush Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -23,7 +23,7 @@
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"react-fast-compare": "^3.2.0",
"victory-core": "^36.6.12"
"victory-core": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-brush-line/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-brush-line

## 36.7.0

## 36.6.12

## 36.6.11
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.6.12",
"version": "36.7.0",
"description": "Interactive Brush Line Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -23,7 +23,7 @@
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"react-fast-compare": "^3.2.0",
"victory-core": "^36.6.12"
"victory-core": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-candlestick/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-candlestick

## 36.7.0

## 36.6.12

## 36.6.11
Expand Down
6 changes: 3 additions & 3 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.6.12",
"version": "36.7.0",
"description": "Candlestick Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,13 +22,13 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.6.12"
"victory-core": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
},
"devDependencies": {
"victory-chart": "^36.6.12"
"victory-chart": "^36.7.0"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-canvas

## 36.7.0

## 36.6.12

## 36.6.11
Expand Down
6 changes: 3 additions & 3 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.6.12",
"version": "36.7.0",
"description": "HTML5 Canvas Components for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,8 +22,8 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-bar": "^36.6.12",
"victory-core": "^36.6.12"
"victory-bar": "^36.7.0",
"victory-core": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-chart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-chart

## 36.7.0

## 36.6.12

## 36.6.11
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.6.12",
"version": "36.7.0",
"description": "Chart Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -23,10 +23,10 @@
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"react-fast-compare": "^3.2.0",
"victory-axis": "^36.6.12",
"victory-core": "^36.6.12",
"victory-polar-axis": "^36.6.12",
"victory-shared-events": "^36.6.12"
"victory-axis": "^36.7.0",
"victory-core": "^36.7.0",
"victory-polar-axis": "^36.7.0",
"victory-shared-events": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# victory-core

## 36.7.0

### Minor Changes

- added ref forwarding for path and bar components ([#2673](https://github.com/FormidableLabs/victory/pull/2673))

## 36.6.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-core",
"version": "36.6.12",
"version": "36.7.0",
"description": "Victory Core",
"keywords": [
"data visualization",
Expand All @@ -23,7 +23,7 @@
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react-fast-compare": "^3.2.0",
"victory-vendor": "^36.6.12"
"victory-vendor": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-create-container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-create-container

## 36.7.0

## 36.6.12

## 36.6.11
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.6.12",
"version": "36.7.0",
"description": "Container Helper for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,12 +21,12 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.19",
"victory-brush-container": "^36.6.12",
"victory-core": "^36.6.12",
"victory-cursor-container": "^36.6.12",
"victory-selection-container": "^36.6.12",
"victory-voronoi-container": "^36.6.12",
"victory-zoom-container": "^36.6.12"
"victory-brush-container": "^36.7.0",
"victory-core": "^36.7.0",
"victory-cursor-container": "^36.7.0",
"victory-selection-container": "^36.7.0",
"victory-voronoi-container": "^36.7.0",
"victory-zoom-container": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-cursor-container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-cursor-container

## 36.7.0

## 36.6.12

## 36.6.11
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.6.12",
"version": "36.7.0",
"description": "Interactive Cursor Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.6.12"
"victory-core": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-errorbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-errorbar

## 36.7.0

## 36.6.12

## 36.6.11
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.6.12",
"version": "36.7.0",
"description": "Error Bar Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.6.12"
"victory-core": "^36.7.0"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-group/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-group

## 36.7.0

## 36.6.12

## 36.6.11
Expand Down
Loading

0 comments on commit 1c7b53d

Please sign in to comment.