Skip to content

Commit ff6d089

Browse files
Version Packages (#3019)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3ce810f commit ff6d089

File tree

62 files changed

+294
-235
lines changed

Some content is hidden

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

62 files changed

+294
-235
lines changed

.changeset/large-comics-repeat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/victory-area/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# victory-area
22

3+
## 37.3.5
4+
35
## 37.3.4
46

57
## 37.3.3

packages/victory-area/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-area",
3-
"version": "37.3.4",
3+
"version": "37.3.5",
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.4",
25-
"victory-vendor": "37.3.4"
24+
"victory-core": "37.3.5",
25+
"victory-vendor": "37.3.5"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-axis/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# victory-axis
22

3+
## 37.3.5
4+
35
## 37.3.4
46

57
## 37.3.3

packages/victory-axis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-axis",
3-
"version": "37.3.4",
3+
"version": "37.3.5",
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.4"
24+
"victory-core": "37.3.5"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.6.0"

packages/victory-bar/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# victory-bar
22

3+
## 37.3.5
4+
5+
### Patch Changes
6+
7+
- Fix "props.groupComponent is undefined" error ([#3014](https://github.com/FormidableLabs/victory/pull/3014))
8+
39
## 37.3.4
410

511
## 37.3.3

packages/victory-bar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-bar",
3-
"version": "37.3.4",
3+
"version": "37.3.5",
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.4",
25-
"victory-vendor": "37.3.4"
24+
"victory-core": "37.3.5",
25+
"victory-vendor": "37.3.5"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-box-plot/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# victory-box-plot
22

3+
## 37.3.5
4+
35
## 37.3.4
46

57
## 37.3.3

packages/victory-box-plot/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-box-plot",
3-
"version": "37.3.4",
3+
"version": "37.3.5",
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.4",
25-
"victory-vendor": "37.3.4"
24+
"victory-core": "37.3.5",
25+
"victory-vendor": "37.3.5"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-brush-container/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# victory-brush-container
22

3+
## 37.3.5
4+
35
## 37.3.4
46

57
## 37.3.3

0 commit comments

Comments
 (0)