Skip to content

Commit b811b4f

Browse files
Version Packages
1 parent 34071c5 commit b811b4f

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

+406
-287
lines changed

.changeset/eleven-dogs-laugh.md

-5
This file was deleted.

.changeset/eleven-geckos-trade.md

-5
This file was deleted.

.changeset/good-zoos-cheat.md

-6
This file was deleted.

.changeset/warm-pugs-hope.md

-16
This file was deleted.

.changeset/weak-apes-clap.md

-25
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+
## 36.9.2
4+
5+
### Patch Changes
6+
7+
- Replace lodash isNil and isNan with native code ([#2800](https://github.com/FormidableLabs/victory/pull/2800))
8+
9+
* Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))
10+
311
## 36.9.1
412

513
## 36.9.0

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

packages/victory-axis/CHANGELOG.md

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

3+
## 36.9.2
4+
35
## 36.9.1
46

57
## 36.9.0

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": "36.9.1",
3+
"version": "36.9.2",
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": "^36.9.1"
24+
"victory-core": "^36.9.2"
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+
## 36.9.2
4+
5+
### Patch Changes
6+
7+
- Replace lodash isNil and isNan with native code ([#2800](https://github.com/FormidableLabs/victory/pull/2800))
8+
9+
* Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))
10+
311
## 36.9.1
412

513
## 36.9.0

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

packages/victory-box-plot/CHANGELOG.md

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

3+
## 36.9.2
4+
5+
### Patch Changes
6+
7+
- Replace lodash isNil and isNan with native code ([#2800](https://github.com/FormidableLabs/victory/pull/2800))
8+
9+
* Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))
10+
311
## 36.9.1
412

513
## 36.9.0

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": "36.9.1",
3+
"version": "36.9.2",
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": "^36.9.1",
25-
"victory-vendor": "^36.9.1"
24+
"victory-core": "^36.9.2",
25+
"victory-vendor": "^36.9.2"
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+
## 36.9.2
4+
5+
### Patch Changes
6+
7+
- Improve types for brush container and candlestick ([#2794](https://github.com/FormidableLabs/victory/pull/2794))
8+
9+
* Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))
10+
311
## 36.9.1
412

513
### Patch Changes

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": "36.9.1",
3+
"version": "36.9.2",
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": "^36.9.1"
25+
"victory-core": "^36.9.2"
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+
## 36.9.2
4+
5+
### Patch Changes
6+
7+
- Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))
8+
39
## 36.9.1
410

511
## 36.9.0

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": "36.9.1",
3+
"version": "36.9.2",
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": "^36.9.1"
25+
"victory-core": "^36.9.2"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-candlestick/CHANGELOG.md

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

3+
## 36.9.2
4+
5+
### Patch Changes
6+
7+
- Improve types for brush container and candlestick ([#2794](https://github.com/FormidableLabs/victory/pull/2794))
8+
9+
* Replace lodash isNil and isNan with native code ([#2800](https://github.com/FormidableLabs/victory/pull/2800))
10+
11+
- Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))
12+
313
## 36.9.1
414

515
## 36.9.0

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": "36.9.1",
3+
"version": "36.9.2",
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": "^36.9.1"
24+
"victory-core": "^36.9.2"
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+
## 36.9.2
4+
35
## 36.9.1
46

57
## 36.9.0

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": "36.9.1",
3+
"version": "36.9.2",
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": "^36.9.1",
25-
"victory-core": "^36.9.1"
24+
"victory-bar": "^36.9.2",
25+
"victory-core": "^36.9.2"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-chart/CHANGELOG.md

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

3+
## 36.9.2
4+
35
## 36.9.1
46

57
## 36.9.0

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

packages/victory-core/CHANGELOG.md

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

3+
## 36.9.2
4+
5+
### Patch Changes
6+
7+
- Refactor victory-accessible-group to a function component ([#2777](https://github.com/FormidableLabs/victory/pull/2777))
8+
9+
* Convert victory-animation to function component ([#2788](https://github.com/FormidableLabs/victory/pull/2788))
10+
11+
- Replace lodash isNil and isNan with native code ([#2800](https://github.com/FormidableLabs/victory/pull/2800))
12+
13+
* Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))
14+
315
## 36.9.1
416

517
## 36.9.0

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": "36.9.1",
3+
"version": "36.9.2",
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": "^36.9.1"
25+
"victory-vendor": "^36.9.2"
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+
## 36.9.2
4+
5+
### Patch Changes
6+
7+
- Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))
8+
39
## 36.9.1
410

511
## 36.9.0

0 commit comments

Comments
 (0)