Skip to content

Commit 518988f

Browse files
Version Packages (#2766)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8d7c73f commit 518988f

File tree

63 files changed

+338
-256
lines changed

Some content is hidden

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

63 files changed

+338
-256
lines changed

.changeset/fair-bobcats-knock.md

-13
This file was deleted.

.changeset/lucky-bikes-happen.md

-5
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+
## 36.8.6
4+
5+
### Patch Changes
6+
7+
- Migrate victory-native to TypeScript ([#2739](https://github.com/FormidableLabs/victory/pull/2739))
8+
39
## 36.8.5
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": "36.8.5",
3+
"version": "36.8.6",
44
"description": "Area Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,8 +22,8 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-core": "^36.8.5",
26-
"victory-vendor": "^36.8.5"
25+
"victory-core": "^36.8.6",
26+
"victory-vendor": "^36.8.6"
2727
},
2828
"peerDependencies": {
2929
"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.8.6
4+
35
## 36.8.5
46

57
### Patch Changes

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.8.5",
3+
"version": "36.8.6",
44
"description": "Axis Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-core": "^36.8.5"
25+
"victory-core": "^36.8.6"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-bar/CHANGELOG.md

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

3+
## 36.8.6
4+
35
## 36.8.5
46

57
### 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": "36.8.5",
3+
"version": "36.8.6",
44
"description": "Bar Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,8 +22,8 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-core": "^36.8.5",
26-
"victory-vendor": "^36.8.5"
25+
"victory-core": "^36.8.6",
26+
"victory-vendor": "^36.8.6"
2727
},
2828
"peerDependencies": {
2929
"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+
## 36.8.6
4+
5+
### Patch Changes
6+
7+
- Migrate victory-native to TypeScript ([#2739](https://github.com/FormidableLabs/victory/pull/2739))
8+
39
## 36.8.5
410

511
### Patch Changes

packages/victory-box-plot/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-box-plot",
3-
"version": "36.8.5",
3+
"version": "36.8.6",
44
"description": "Box Plot Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,15 +22,15 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-core": "^36.8.5",
26-
"victory-vendor": "^36.8.5"
25+
"victory-core": "^36.8.6",
26+
"victory-vendor": "^36.8.6"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"
3030
},
3131
"devDependencies": {
3232
"victory-box-plot": "*",
33-
"victory-chart": "^36.8.5"
33+
"victory-chart": "^36.8.6"
3434
},
3535
"publishConfig": {
3636
"provenance": true

packages/victory-brush-container/CHANGELOG.md

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

3+
## 36.8.6
4+
35
## 36.8.5
46

57
### 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.8.5",
3+
"version": "36.8.6",
44
"description": "Interactive Brush Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -23,7 +23,7 @@
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
2525
"react-fast-compare": "^3.2.0",
26-
"victory-core": "^36.8.5"
26+
"victory-core": "^36.8.6"
2727
},
2828
"peerDependencies": {
2929
"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.8.6
4+
5+
### Patch Changes
6+
7+
- Migrate victory-native to TypeScript ([#2739](https://github.com/FormidableLabs/victory/pull/2739))
8+
39
## 36.8.5
410

511
### Patch Changes

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.8.5",
3+
"version": "36.8.6",
44
"description": "Interactive Brush Line Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -23,7 +23,7 @@
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
2525
"react-fast-compare": "^3.2.0",
26-
"victory-core": "^36.8.5"
26+
"victory-core": "^36.8.6"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"

packages/victory-candlestick/CHANGELOG.md

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

3+
## 36.8.6
4+
35
## 36.8.5
46

57
### Patch Changes

packages/victory-candlestick/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-candlestick",
3-
"version": "36.8.5",
3+
"version": "36.8.6",
44
"description": "Candlestick Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,14 +22,14 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-core": "^36.8.5"
25+
"victory-core": "^36.8.6"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"
2929
},
3030
"devDependencies": {
31-
"victory-vendor": "^36.8.5",
32-
"victory-chart": "^36.8.5",
31+
"victory-vendor": "^36.8.6",
32+
"victory-chart": "^36.8.6",
3333
"victory-candlestick": "*"
3434
},
3535
"publishConfig": {

packages/victory-canvas/CHANGELOG.md

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

3+
## 36.8.6
4+
35
## 36.8.5
46

57
### Patch Changes

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.8.5",
3+
"version": "36.8.6",
44
"description": "HTML5 Canvas Components for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,8 +22,8 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-bar": "^36.8.5",
26-
"victory-core": "^36.8.5"
25+
"victory-bar": "^36.8.6",
26+
"victory-core": "^36.8.6"
2727
},
2828
"peerDependencies": {
2929
"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.8.6
4+
35
## 36.8.5
46

57
### 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": "36.8.5",
3+
"version": "36.8.6",
44
"description": "Chart Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -23,10 +23,10 @@
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
2525
"react-fast-compare": "^3.2.0",
26-
"victory-axis": "^36.8.5",
27-
"victory-core": "^36.8.5",
28-
"victory-polar-axis": "^36.8.5",
29-
"victory-shared-events": "^36.8.5"
26+
"victory-axis": "^36.8.6",
27+
"victory-core": "^36.8.6",
28+
"victory-polar-axis": "^36.8.6",
29+
"victory-shared-events": "^36.8.6"
3030
},
3131
"peerDependencies": {
3232
"react": ">=16.6.0"

packages/victory-core/CHANGELOG.md

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

3+
## 36.8.6
4+
5+
### Patch Changes
6+
7+
- Migrate victory-native to TypeScript ([#2739](https://github.com/FormidableLabs/victory/pull/2739))
8+
39
## 36.8.5
410

511
### 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": "36.8.5",
3+
"version": "36.8.6",
44
"description": "Victory Core",
55
"keywords": [
66
"data visualization",
@@ -23,7 +23,7 @@
2323
"lodash": "^4.17.21",
2424
"prop-types": "^15.8.1",
2525
"react-fast-compare": "^3.2.0",
26-
"victory-vendor": "^36.8.5"
26+
"victory-vendor": "^36.8.6"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"

packages/victory-create-container/CHANGELOG.md

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

3+
## 36.8.6
4+
35
## 36.8.5
46

57
### Patch Changes

packages/victory-create-container/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-create-container",
3-
"version": "36.8.5",
3+
"version": "36.8.6",
44
"description": "Container Helper for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,12 +21,12 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"lodash": "^4.17.19",
24-
"victory-brush-container": "^36.8.5",
25-
"victory-core": "^36.8.5",
26-
"victory-cursor-container": "^36.8.5",
27-
"victory-selection-container": "^36.8.5",
28-
"victory-voronoi-container": "^36.8.5",
29-
"victory-zoom-container": "^36.8.5"
24+
"victory-brush-container": "^36.8.6",
25+
"victory-core": "^36.8.6",
26+
"victory-cursor-container": "^36.8.6",
27+
"victory-selection-container": "^36.8.6",
28+
"victory-voronoi-container": "^36.8.6",
29+
"victory-zoom-container": "^36.8.6"
3030
},
3131
"peerDependencies": {
3232
"react": ">=16.6.0"

packages/victory-cursor-container/CHANGELOG.md

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

3+
## 36.8.6
4+
35
## 36.8.5
46

57
### Patch Changes

packages/victory-cursor-container/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-cursor-container",
3-
"version": "36.8.5",
3+
"version": "36.8.6",
44
"description": "Interactive Cursor Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.8.1",
25-
"victory-core": "^36.8.5"
25+
"victory-core": "^36.8.6"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-errorbar/CHANGELOG.md

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

3+
## 36.8.6
4+
5+
### Patch Changes
6+
7+
- Migrate victory-native to TypeScript ([#2739](https://github.com/FormidableLabs/victory/pull/2739))
8+
39
## 36.8.5
410

511
### Patch Changes

0 commit comments

Comments
 (0)