Skip to content

Commit b16034c

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

Some content is hidden

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

71 files changed

+400
-307
lines changed

.changeset/eight-bananas-itch.md

-5
This file was deleted.

.changeset/kind-rivers-kick.md

-5
This file was deleted.

.changeset/large-cherries-rhyme.md

-7
This file was deleted.

.changeset/long-files-itch.md

-5
This file was deleted.

.changeset/olive-bananas-stare.md

-5
This file was deleted.

.changeset/silver-feet-doubt.md

-20
This file was deleted.

.changeset/silver-weeks-attend.md

-5
This file was deleted.

.changeset/six-donuts-swim.md

-5
This file was deleted.

.changeset/sour-owls-dream.md

-6
This file was deleted.

.changeset/tender-bees-talk.md

-6
This file was deleted.

packages/victory-area/CHANGELOG.md

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

3+
## 36.8.3
4+
35
## 36.8.2
46

57
## 36.8.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": "36.8.2",
3+
"version": "36.8.3",
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.2",
26-
"victory-vendor": "^36.8.2"
25+
"victory-core": "^36.8.3",
26+
"victory-vendor": "^36.8.3"
2727
},
2828
"peerDependencies": {
2929
"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+
## 36.8.3
4+
5+
### Patch Changes
6+
7+
- Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))
8+
39
## 36.8.2
410

511
## 36.8.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": "36.8.2",
3+
"version": "36.8.3",
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.2"
25+
"victory-core": "^36.8.3"
2626
},
2727
"peerDependencies": {
2828
"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.8.3
4+
5+
### Patch Changes
6+
7+
- Fix incorrect typescript props ([#2745](https://github.com/FormidableLabs/victory/pull/2745))
8+
9+
* Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))
10+
311
## 36.8.2
412

513
### 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.2",
3+
"version": "36.8.3",
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.2",
26-
"victory-vendor": "^36.8.2"
25+
"victory-core": "^36.8.3",
26+
"victory-vendor": "^36.8.3"
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.3
4+
5+
### Patch Changes
6+
7+
- Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))
8+
39
## 36.8.2
410

511
## 36.8.1

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.2",
3+
"version": "36.8.3",
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.2",
26-
"victory-vendor": "^36.8.2"
25+
"victory-core": "^36.8.3",
26+
"victory-vendor": "^36.8.3"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"
3030
},
3131
"devDependencies": {
3232
"victory-box-plot": "*",
33-
"victory-chart": "^36.8.2"
33+
"victory-chart": "^36.8.3"
3434
},
3535
"publishConfig": {
3636
"provenance": true

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+
## 36.8.3
4+
5+
### Patch Changes
6+
7+
- Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))
8+
39
## 36.8.2
410

511
## 36.8.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": "36.8.2",
3+
"version": "36.8.3",
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.2"
26+
"victory-core": "^36.8.3"
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.3
4+
5+
### Patch Changes
6+
7+
- Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))
8+
39
## 36.8.2
410

511
## 36.8.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": "36.8.2",
3+
"version": "36.8.3",
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.2"
26+
"victory-core": "^36.8.3"
2727
},
2828
"peerDependencies": {
2929
"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+
## 36.8.3
4+
5+
### Patch Changes
6+
7+
- Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))
8+
39
## 36.8.2
410

511
### 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.2",
3+
"version": "36.8.3",
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.2"
25+
"victory-core": "^36.8.3"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"
2929
},
3030
"devDependencies": {
31-
"victory-vendor": "^36.8.2",
32-
"victory-chart": "^36.8.2",
31+
"victory-vendor": "^36.8.3",
32+
"victory-chart": "^36.8.3",
3333
"victory-candlestick": "*"
3434
},
3535
"publishConfig": {

packages/victory-canvas/CHANGELOG.md

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

3+
## 36.8.3
4+
5+
### Patch Changes
6+
7+
- Fix incorrect typescript props ([#2745](https://github.com/FormidableLabs/victory/pull/2745))
8+
39
## 36.8.2
410

511
### 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.2",
3+
"version": "36.8.3",
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.2",
26-
"victory-core": "^36.8.2"
25+
"victory-bar": "^36.8.3",
26+
"victory-core": "^36.8.3"
2727
},
2828
"peerDependencies": {
2929
"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+
## 36.8.3
4+
5+
### Patch Changes
6+
7+
- Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))
8+
39
## 36.8.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": "36.8.2",
3+
"version": "36.8.3",
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.2",
27-
"victory-core": "^36.8.2",
28-
"victory-polar-axis": "^36.8.2",
29-
"victory-shared-events": "^36.8.2"
26+
"victory-axis": "^36.8.3",
27+
"victory-core": "^36.8.3",
28+
"victory-polar-axis": "^36.8.3",
29+
"victory-shared-events": "^36.8.3"
3030
},
3131
"peerDependencies": {
3232
"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.8.3
4+
5+
### Patch Changes
6+
7+
- Fix incorrect typescript props ([#2745](https://github.com/FormidableLabs/victory/pull/2745))
8+
9+
* Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))
10+
11+
- Migrate victory-shared-events to TypeScript ([#2733](https://github.com/FormidableLabs/victory/pull/2733))
12+
13+
* Migrate victory-tooltip to typescript ([#2725](https://github.com/FormidableLabs/victory/pull/2725))
14+
315
## 36.8.2
416

517
### Patch Changes

0 commit comments

Comments
 (0)