Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 28, 2023
1 parent c2fcac2 commit 78786d3
Show file tree
Hide file tree
Showing 66 changed files with 425 additions and 291 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-wolves-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-candles-repair.md

This file was deleted.

34 changes: 0 additions & 34 deletions .changeset/modern-papayas-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-moles-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-brooms-yell.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/victory-area/CHANGELOG.md
@@ -1,5 +1,11 @@
# victory-area

## 36.6.9

### Patch Changes

- Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587))

## 36.6.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/victory-area/package.json
@@ -1,6 +1,6 @@
{
"name": "victory-area",
"version": "36.6.8",
"version": "36.6.9",
"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.6.8",
"victory-vendor": "^36.6.8"
"victory-core": "^36.6.9",
"victory-vendor": "^36.6.9"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-axis/CHANGELOG.md
@@ -1,5 +1,11 @@
# victory-axis

## 36.6.9

### Patch Changes

- Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587))

## 36.6.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-axis/package.json
@@ -1,6 +1,6 @@
{
"name": "victory-axis",
"version": "36.6.8",
"version": "36.6.9",
"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.6.8"
"victory-core": "^36.6.9"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-bar/CHANGELOG.md
@@ -1,5 +1,11 @@
# victory-bar

## 36.6.9

### Patch Changes

- Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587))

## 36.6.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/victory-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "victory-bar",
"version": "36.6.8",
"version": "36.6.9",
"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.6.8",
"victory-vendor": "^36.6.8"
"victory-core": "^36.6.9",
"victory-vendor": "^36.6.9"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-box-plot/CHANGELOG.md
@@ -1,5 +1,11 @@
# victory-box-plot

## 36.6.9

### Patch Changes

- Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587))

## 36.6.8

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/victory-box-plot/package.json
@@ -1,6 +1,6 @@
{
"name": "victory-box-plot",
"version": "36.6.8",
"version": "36.6.9",
"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.6.8",
"victory-vendor": "^36.6.8"
"victory-core": "^36.6.9",
"victory-vendor": "^36.6.9"
},
"peerDependencies": {
"react": ">=16.6.0"
},
"devDependencies": {
"victory-box-plot": "*",
"victory-chart": "^36.6.8"
"victory-chart": "^36.6.9"
},
"publishConfig": {
"provenance": true
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-brush-container/CHANGELOG.md
@@ -1,5 +1,11 @@
# victory-brush-container

## 36.6.9

### Patch Changes

- Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587))

## 36.6.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-brush-container/package.json
@@ -1,6 +1,6 @@
{
"name": "victory-brush-container",
"version": "36.6.8",
"version": "36.6.9",
"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.6.8"
"victory-core": "^36.6.9"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-brush-line/CHANGELOG.md
@@ -1,5 +1,11 @@
# victory-brush-line

## 36.6.9

### Patch Changes

- Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587))

## 36.6.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-brush-line/package.json
@@ -1,6 +1,6 @@
{
"name": "victory-brush-line",
"version": "36.6.8",
"version": "36.6.9",
"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.6.8"
"victory-core": "^36.6.9"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-candlestick/CHANGELOG.md
@@ -1,5 +1,11 @@
# victory-candlestick

## 36.6.9

### Patch Changes

- Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587))

## 36.6.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/victory-candlestick/package.json
@@ -1,6 +1,6 @@
{
"name": "victory-candlestick",
"version": "36.6.8",
"version": "36.6.9",
"description": "Candlestick Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,13 +22,13 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.8.1",
"victory-core": "^36.6.8"
"victory-core": "^36.6.9"
},
"peerDependencies": {
"react": ">=16.6.0"
},
"devDependencies": {
"victory-chart": "^36.6.8"
"victory-chart": "^36.6.9"
},
"publishConfig": {
"provenance": true
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-canvas/CHANGELOG.md
@@ -1,5 +1,11 @@
# victory-canvas

## 36.6.9

### Patch Changes

- Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587))

## 36.6.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/victory-canvas/package.json
@@ -1,6 +1,6 @@
{
"name": "victory-canvas",
"version": "36.6.8",
"version": "36.6.9",
"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.6.8",
"victory-core": "^36.6.8"
"victory-bar": "^36.6.9",
"victory-core": "^36.6.9"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-chart/CHANGELOG.md
@@ -1,5 +1,11 @@
# victory-chart

## 36.6.9

### Patch Changes

- Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587))

## 36.6.8

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/victory-chart/package.json
@@ -1,6 +1,6 @@
{
"name": "victory-chart",
"version": "36.6.8",
"version": "36.6.9",
"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.6.8",
"victory-core": "^36.6.8",
"victory-polar-axis": "^36.6.8",
"victory-shared-events": "^36.6.8"
"victory-axis": "^36.6.9",
"victory-core": "^36.6.9",
"victory-polar-axis": "^36.6.9",
"victory-shared-events": "^36.6.9"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/victory-core/CHANGELOG.md
@@ -1,5 +1,15 @@
# victory-core

## 36.6.9

### Patch Changes

- Lint fixes. ([#2497](https://github.com/FormidableLabs/victory/pull/2497))

* Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587))

- Improve accuracy of text size measurements (fixes [#2475](https://github.com/FormidableLabs/victory/issues/2475)) ([#2505](https://github.com/FormidableLabs/victory/pull/2505))

## 36.6.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-core/package.json
@@ -1,6 +1,6 @@
{
"name": "victory-core",
"version": "36.6.8",
"version": "36.6.9",
"description": "Victory Core",
"keywords": [
"data visualization",
Expand All @@ -23,7 +23,7 @@
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react-fast-compare": "^3.2.0",
"victory-vendor": "^36.6.8"
"victory-vendor": "^36.6.9"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/victory-create-container/CHANGELOG.md
@@ -1,5 +1,11 @@
# victory-create-container

## 36.6.9

### Patch Changes

- Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587))

## 36.6.8

### Patch Changes
Expand Down

0 comments on commit 78786d3

Please sign in to comment.