Skip to content

Commit df0d978

Browse files
Version Packages (#2966)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 618bd6d commit df0d978

Some content is hidden

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

66 files changed

+426
-292
lines changed

.changeset/four-lies-rush.md

-6
This file was deleted.

.changeset/lucky-pots-double.md

-29
This file was deleted.

.changeset/poor-crabs-hear.md

-16
This file was deleted.

.changeset/soft-moons-exist.md

-6
This file was deleted.

.changeset/wicked-pandas-report.md

-5
This file was deleted.

packages/victory-area/CHANGELOG.md

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

3+
## 37.3.3
4+
5+
### Patch Changes
6+
7+
- Upgrade typescript to 5.7.2 ([#2997](https://github.com/FormidableLabs/victory/pull/2997))
8+
9+
* Remove deprecated babel-plugin-lodash plugin ([#2965](https://github.com/FormidableLabs/victory/pull/2965))
10+
311
## 37.3.2
412

513
## 37.3.1

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.3.2",
3+
"version": "37.3.3",
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.3.2",
25-
"victory-vendor": "37.3.2"
24+
"victory-core": "37.3.3",
25+
"victory-vendor": "37.3.3"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-axis/CHANGELOG.md

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

3+
## 37.3.3
4+
5+
### Patch Changes
6+
7+
- Remove deprecated babel-plugin-lodash plugin ([#2965](https://github.com/FormidableLabs/victory/pull/2965))
8+
9+
* Improve types in victory-core helpers ([#2999](https://github.com/FormidableLabs/victory/pull/2999))
10+
311
## 37.3.2
412

513
## 37.3.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.3.2",
3+
"version": "37.3.3",
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.3.2"
24+
"victory-core": "37.3.3"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.6.0"

packages/victory-bar/CHANGELOG.md

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

3+
## 37.3.3
4+
5+
### Patch Changes
6+
7+
- Remove deprecated babel-plugin-lodash plugin ([#2965](https://github.com/FormidableLabs/victory/pull/2965))
8+
9+
* Zoomed bar graph items will no longer be culled from the view when more than 50% of width or height is outside of the clipping parent. Instead they will be clipped once 100% outside" ([#2970](https://github.com/FormidableLabs/victory/pull/2970))
10+
311
## 37.3.2
412

513
## 37.3.1

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.3.2",
3+
"version": "37.3.3",
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.3.2",
25-
"victory-vendor": "37.3.2"
24+
"victory-core": "37.3.3",
25+
"victory-vendor": "37.3.3"
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.3.3
4+
5+
### Patch Changes
6+
7+
- Remove deprecated babel-plugin-lodash plugin ([#2965](https://github.com/FormidableLabs/victory/pull/2965))
8+
39
## 37.3.2
410

511
## 37.3.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.3.2",
3+
"version": "37.3.3",
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.3.2",
25-
"victory-vendor": "37.3.2"
24+
"victory-core": "37.3.3",
25+
"victory-vendor": "37.3.3"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-brush-container/CHANGELOG.md

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

3+
## 37.3.3
4+
5+
### Patch Changes
6+
7+
- Remove deprecated babel-plugin-lodash plugin ([#2965](https://github.com/FormidableLabs/victory/pull/2965))
8+
39
## 37.3.2
410

511
## 37.3.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.3.2",
3+
"version": "37.3.3",
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.3.2"
25+
"victory-core": "37.3.3"
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.3.3
4+
5+
### Patch Changes
6+
7+
- Remove deprecated babel-plugin-lodash plugin ([#2965](https://github.com/FormidableLabs/victory/pull/2965))
8+
39
## 37.3.2
410

511
## 37.3.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.3.2",
3+
"version": "37.3.3",
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.3.2"
25+
"victory-core": "37.3.3"
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.3.3
4+
5+
### Patch Changes
6+
7+
- Remove deprecated babel-plugin-lodash plugin ([#2965](https://github.com/FormidableLabs/victory/pull/2965))
8+
39
## 37.3.2
410

511
## 37.3.1

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.3.2",
3+
"version": "37.3.3",
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.3.2"
24+
"victory-core": "37.3.3"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.6.0"

packages/victory-canvas/CHANGELOG.md

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

3+
## 37.3.3
4+
35
## 37.3.2
46

57
## 37.3.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.3.2",
3+
"version": "37.3.3",
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.3.2",
25-
"victory-core": "37.3.2"
24+
"victory-bar": "37.3.3",
25+
"victory-core": "37.3.3"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-chart/CHANGELOG.md

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

3+
## 37.3.3
4+
5+
### Patch Changes
6+
7+
- Remove deprecated babel-plugin-lodash plugin ([#2965](https://github.com/FormidableLabs/victory/pull/2965))
8+
9+
* Improve types in victory-core helpers ([#2999](https://github.com/FormidableLabs/victory/pull/2999))
10+
311
## 37.3.2
412

513
## 37.3.1

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.3.2",
3+
"version": "37.3.3",
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.3.2",
26-
"victory-core": "37.3.2",
27-
"victory-polar-axis": "37.3.2",
28-
"victory-shared-events": "37.3.2"
25+
"victory-axis": "37.3.3",
26+
"victory-core": "37.3.3",
27+
"victory-polar-axis": "37.3.3",
28+
"victory-shared-events": "37.3.3"
2929
},
3030
"peerDependencies": {
3131
"react": ">=16.6.0"

packages/victory-core/CHANGELOG.md

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

3+
## 37.3.3
4+
5+
### Patch Changes
6+
7+
- Upgrade typescript to 5.7.2 ([#2997](https://github.com/FormidableLabs/victory/pull/2997))
8+
9+
* Remove deprecated babel-plugin-lodash plugin ([#2965](https://github.com/FormidableLabs/victory/pull/2965))
10+
11+
- Improve types in victory-core helpers ([#2999](https://github.com/FormidableLabs/victory/pull/2999))
12+
13+
* Zoomed bar graph items will no longer be culled from the view when more than 50% of width or height is outside of the clipping parent. Instead they will be clipped once 100% outside" ([#2970](https://github.com/FormidableLabs/victory/pull/2970))
14+
15+
- fix hydration error using victory line with nextjs ([#2973](https://github.com/FormidableLabs/victory/pull/2973))
16+
317
## 37.3.2
418

519
### 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.3.2",
3+
"version": "37.3.3",
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.3.2"
25+
"victory-vendor": "37.3.3"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-create-container/CHANGELOG.md

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

3+
## 37.3.3
4+
5+
### Patch Changes
6+
7+
- Remove deprecated babel-plugin-lodash plugin ([#2965](https://github.com/FormidableLabs/victory/pull/2965))
8+
39
## 37.3.2
410

511
## 37.3.1

0 commit comments

Comments
 (0)