Skip to content

Commit a99eb4e

Browse files
Version Packages
1 parent 538a8b6 commit a99eb4e

File tree

64 files changed

+430
-282
lines changed

Some content is hidden

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

64 files changed

+430
-282
lines changed

.changeset/giant-carrots-own.md

-14
This file was deleted.

.changeset/popular-planets-share.md

-5
This file was deleted.

.changeset/wet-crabs-rule.md

-33
This file was deleted.

packages/victory-area/CHANGELOG.md

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

3+
## 37.1.0
4+
5+
### Minor Changes
6+
7+
- Pin all internal victory package versions ([#2876](https://github.com/FormidableLabs/victory/pull/2876))
8+
39
## 37.0.2
410

511
### Patch Changes

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": "37.0.2",
3+
"version": "37.1.0",
44
"description": "Area Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,8 +21,8 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"lodash": "^4.17.19",
24-
"victory-core": "37.0.2",
25-
"victory-vendor": "37.0.2"
24+
"victory-core": "37.1.0",
25+
"victory-vendor": "37.1.0"
2626
},
2727
"peerDependencies": {
2828
"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+
## 37.1.0
4+
5+
### Minor Changes
6+
7+
- Pin all internal victory package versions ([#2876](https://github.com/FormidableLabs/victory/pull/2876))
8+
39
## 37.0.2
410

511
## 37.0.1

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": "37.0.2",
3+
"version": "37.1.0",
44
"description": "Axis Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"lodash": "^4.17.19",
24-
"victory-core": "37.0.2"
24+
"victory-core": "37.1.0"
2525
},
2626
"peerDependencies": {
2727
"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+
## 37.1.0
4+
5+
### Minor Changes
6+
7+
- Pin all internal victory package versions ([#2876](https://github.com/FormidableLabs/victory/pull/2876))
8+
39
## 37.0.2
410

511
### Patch Changes

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": "37.0.2",
3+
"version": "37.1.0",
44
"description": "Bar Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,8 +21,8 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"lodash": "^4.17.19",
24-
"victory-core": "37.0.2",
25-
"victory-vendor": "37.0.2"
24+
"victory-core": "37.1.0",
25+
"victory-vendor": "37.1.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-box-plot/CHANGELOG.md

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

3+
## 37.1.0
4+
5+
### Minor Changes
6+
7+
- Pin all internal victory package versions ([#2876](https://github.com/FormidableLabs/victory/pull/2876))
8+
39
## 37.0.2
410

511
## 37.0.1

packages/victory-box-plot/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-box-plot",
3-
"version": "37.0.2",
3+
"version": "37.1.0",
44
"description": "Box Plot Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,8 +21,8 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"lodash": "^4.17.19",
24-
"victory-core": "37.0.2",
25-
"victory-vendor": "37.0.2"
24+
"victory-core": "37.1.0",
25+
"victory-vendor": "37.1.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-brush-container/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# victory-brush-container
22

3+
## 37.1.0
4+
5+
### Minor Changes
6+
7+
- Refactor containers and portal to function components ([#2799](https://github.com/FormidableLabs/victory/pull/2799))
8+
9+
* Pin all internal victory package versions ([#2876](https://github.com/FormidableLabs/victory/pull/2876))
10+
311
## 37.0.2
412

513
## 37.0.1

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": "37.0.2",
3+
"version": "37.1.0",
44
"description": "Interactive Brush Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"react-fast-compare": "^3.2.0",
25-
"victory-core": "37.0.2"
25+
"victory-core": "37.1.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-brush-line/CHANGELOG.md

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

3+
## 37.1.0
4+
5+
### Minor Changes
6+
7+
- Pin all internal victory package versions ([#2876](https://github.com/FormidableLabs/victory/pull/2876))
8+
39
## 37.0.2
410

511
## 37.0.1

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": "37.0.2",
3+
"version": "37.1.0",
44
"description": "Interactive Brush Line Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"react-fast-compare": "^3.2.0",
25-
"victory-core": "37.0.2"
25+
"victory-core": "37.1.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-candlestick/CHANGELOG.md

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

3+
## 37.1.0
4+
5+
### Minor Changes
6+
7+
- Pin all internal victory package versions ([#2876](https://github.com/FormidableLabs/victory/pull/2876))
8+
39
## 37.0.2
410

511
### Patch Changes

packages/victory-candlestick/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-candlestick",
3-
"version": "37.0.2",
3+
"version": "37.1.0",
44
"description": "Candlestick Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"lodash": "^4.17.19",
24-
"victory-core": "37.0.2"
24+
"victory-core": "37.1.0"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.6.0"

packages/victory-canvas/CHANGELOG.md

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

3+
## 37.1.0
4+
5+
### Minor Changes
6+
7+
- Pin all internal victory package versions ([#2876](https://github.com/FormidableLabs/victory/pull/2876))
8+
39
## 37.0.2
410

511
## 37.0.1

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": "37.0.2",
3+
"version": "37.1.0",
44
"description": "HTML5 Canvas Components for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,8 +21,8 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"lodash": "^4.17.19",
24-
"victory-bar": "37.0.2",
25-
"victory-core": "37.0.2"
24+
"victory-bar": "37.1.0",
25+
"victory-core": "37.1.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-chart/CHANGELOG.md

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

3+
## 37.1.0
4+
5+
### Minor Changes
6+
7+
- Pin all internal victory package versions ([#2876](https://github.com/FormidableLabs/victory/pull/2876))
8+
39
## 37.0.2
410

511
### Patch Changes

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": "37.0.2",
3+
"version": "37.1.0",
44
"description": "Chart Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,10 +22,10 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"react-fast-compare": "^3.2.0",
25-
"victory-axis": "37.0.2",
26-
"victory-core": "37.0.2",
27-
"victory-polar-axis": "37.0.2",
28-
"victory-shared-events": "37.0.2"
25+
"victory-axis": "37.1.0",
26+
"victory-core": "37.1.0",
27+
"victory-polar-axis": "37.1.0",
28+
"victory-shared-events": "37.1.0"
2929
},
3030
"peerDependencies": {
3131
"react": ">=16.6.0"

packages/victory-core/CHANGELOG.md

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

3+
## 37.1.0
4+
5+
### Minor Changes
6+
7+
- Refactor containers and portal to function components ([#2799](https://github.com/FormidableLabs/victory/pull/2799))
8+
9+
* Pin all internal victory package versions ([#2876](https://github.com/FormidableLabs/victory/pull/2876))
10+
311
## 37.0.2
412

513
### 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": "37.0.2",
3+
"version": "37.1.0",
44
"description": "Victory Core",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"lodash": "^4.17.21",
2424
"react-fast-compare": "^3.2.0",
25-
"victory-vendor": "37.0.2"
25+
"victory-vendor": "37.1.0"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-create-container/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# victory-create-container
22

3+
## 37.1.0
4+
5+
### Minor Changes
6+
7+
- Refactor containers and portal to function components ([#2799](https://github.com/FormidableLabs/victory/pull/2799))
8+
9+
* Pin all internal victory package versions ([#2876](https://github.com/FormidableLabs/victory/pull/2876))
10+
311
## 37.0.2
412

513
## 37.0.1

0 commit comments

Comments
 (0)