Skip to content

Commit

Permalink
Version Packages (#2721)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
victory-ci and github-actions[bot] committed Jan 29, 2024
1 parent 3e7b21d commit b16034c
Show file tree
Hide file tree
Showing 71 changed files with 400 additions and 307 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-bananas-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-rivers-kick.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/large-cherries-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-files-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-bananas-stare.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/silver-feet-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-weeks-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-donuts-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-owls-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-bees-talk.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/victory-area/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-area

## 36.8.3

## 36.8.2

## 36.8.1
Expand Down
6 changes: 3 additions & 3 deletions packages/victory-area/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-area",
"version": "36.8.2",
"version": "36.8.3",
"description": "Area Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,8 +22,8 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.8.2",
"victory-vendor": "^36.8.2"
"victory-core": "^36.8.3",
"victory-vendor": "^36.8.3"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-axis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# victory-axis

## 36.8.3

### Patch Changes

- Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))

## 36.8.2

## 36.8.1
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-axis",
"version": "36.8.2",
"version": "36.8.3",
"description": "Axis Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.8.2"
"victory-core": "^36.8.3"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/victory-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# victory-bar

## 36.8.3

### Patch Changes

- Fix incorrect typescript props ([#2745](https://github.com/FormidableLabs/victory/pull/2745))

* Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))

## 36.8.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/victory-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-bar",
"version": "36.8.2",
"version": "36.8.3",
"description": "Bar Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,8 +22,8 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.8.2",
"victory-vendor": "^36.8.2"
"victory-core": "^36.8.3",
"victory-vendor": "^36.8.3"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-box-plot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# victory-box-plot

## 36.8.3

### Patch Changes

- Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))

## 36.8.2

## 36.8.1
Expand Down
8 changes: 4 additions & 4 deletions packages/victory-box-plot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-box-plot",
"version": "36.8.2",
"version": "36.8.3",
"description": "Box Plot Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,15 +22,15 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.8.2",
"victory-vendor": "^36.8.2"
"victory-core": "^36.8.3",
"victory-vendor": "^36.8.3"
},
"peerDependencies": {
"react": ">=16.6.0"
},
"devDependencies": {
"victory-box-plot": "*",
"victory-chart": "^36.8.2"
"victory-chart": "^36.8.3"
},
"publishConfig": {
"provenance": true
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-brush-container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# victory-brush-container

## 36.8.3

### Patch Changes

- Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))

## 36.8.2

## 36.8.1
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-brush-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-brush-container",
"version": "36.8.2",
"version": "36.8.3",
"description": "Interactive Brush Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -23,7 +23,7 @@
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"react-fast-compare": "^3.2.0",
"victory-core": "^36.8.2"
"victory-core": "^36.8.3"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-brush-line/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# victory-brush-line

## 36.8.3

### Patch Changes

- Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))

## 36.8.2

## 36.8.1
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-brush-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-brush-line",
"version": "36.8.2",
"version": "36.8.3",
"description": "Interactive Brush Line Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -23,7 +23,7 @@
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"react-fast-compare": "^3.2.0",
"victory-core": "^36.8.2"
"victory-core": "^36.8.3"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-candlestick/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# victory-candlestick

## 36.8.3

### Patch Changes

- Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))

## 36.8.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/victory-candlestick/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-candlestick",
"version": "36.8.2",
"version": "36.8.3",
"description": "Candlestick Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,14 +22,14 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.8.2"
"victory-core": "^36.8.3"
},
"peerDependencies": {
"react": ">=16.6.0"
},
"devDependencies": {
"victory-vendor": "^36.8.2",
"victory-chart": "^36.8.2",
"victory-vendor": "^36.8.3",
"victory-chart": "^36.8.3",
"victory-candlestick": "*"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# victory-canvas

## 36.8.3

### Patch Changes

- Fix incorrect typescript props ([#2745](https://github.com/FormidableLabs/victory/pull/2745))

## 36.8.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/victory-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-canvas",
"version": "36.8.2",
"version": "36.8.3",
"description": "HTML5 Canvas Components for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,8 +22,8 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-bar": "^36.8.2",
"victory-core": "^36.8.2"
"victory-bar": "^36.8.3",
"victory-core": "^36.8.3"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-chart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# victory-chart

## 36.8.3

### Patch Changes

- Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))

## 36.8.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/victory-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-chart",
"version": "36.8.2",
"version": "36.8.3",
"description": "Chart Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -23,10 +23,10 @@
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"react-fast-compare": "^3.2.0",
"victory-axis": "^36.8.2",
"victory-core": "^36.8.2",
"victory-polar-axis": "^36.8.2",
"victory-shared-events": "^36.8.2"
"victory-axis": "^36.8.3",
"victory-core": "^36.8.3",
"victory-polar-axis": "^36.8.3",
"victory-shared-events": "^36.8.3"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/victory-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# victory-core

## 36.8.3

### Patch Changes

- Fix incorrect typescript props ([#2745](https://github.com/FormidableLabs/victory/pull/2745))

* Refactor param reassignments ([#2724](https://github.com/FormidableLabs/victory/pull/2724))

- Migrate victory-shared-events to TypeScript ([#2733](https://github.com/FormidableLabs/victory/pull/2733))

* Migrate victory-tooltip to typescript ([#2725](https://github.com/FormidableLabs/victory/pull/2725))

## 36.8.2

### Patch Changes
Expand Down

1 comment on commit b16034c

@vercel
Copy link

@vercel vercel bot commented on b16034c Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.