Skip to content

Commit

Permalink
Merge pull request #2477 from FormidableLabs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
scottrippey committed Sep 26, 2022
2 parents 2e37125 + 8e0cc1b commit a6af4ef
Show file tree
Hide file tree
Showing 64 changed files with 518 additions and 251 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-berries-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-owls-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-mangos-leave.md

This file was deleted.

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

## 36.6.8

### Patch Changes

- Updated dependencies []:
- victory-core@36.6.8
- victory-vendor@36.6.8

## 36.6.7

### Patch Changes
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.6.7",
"version": "36.6.8",
"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.7",
"victory-vendor": "^36.6.7"
"victory-core": "^36.6.8",
"victory-vendor": "^36.6.8"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/victory-axis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# victory-axis

## 36.6.8

### Patch Changes

- Updated dependencies []:
- victory-core@36.6.8

## 36.6.7

### Patch Changes
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.6.7",
"version": "36.6.8",
"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.7"
"victory-core": "^36.6.8"
},
"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.6.8

### Patch Changes

- Updated dependencies []:
- victory-core@36.6.8
- victory-vendor@36.6.8

## 36.6.7

### 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.6.7",
"version": "36.6.8",
"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.7",
"victory-vendor": "^36.6.7"
"victory-core": "^36.6.8",
"victory-vendor": "^36.6.8"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/victory-box-plot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# victory-box-plot

## 36.6.8

### Patch Changes

- Updated dependencies []:
- victory-core@36.6.8
- victory-vendor@36.6.8

## 36.6.7

### Patch Changes
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.6.7",
"version": "36.6.8",
"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.7",
"victory-vendor": "^36.6.7"
"victory-core": "^36.6.8",
"victory-vendor": "^36.6.8"
},
"peerDependencies": {
"react": ">=16.6.0"
},
"devDependencies": {
"victory-box-plot": "*",
"victory-chart": "^36.6.7"
"victory-chart": "^36.6.8"
},
"scripts": {
"### THESE SCRIPTS ARE GENERATED ###": "true",
Expand Down
7 changes: 7 additions & 0 deletions packages/victory-brush-container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# victory-brush-container

## 36.6.8

### Patch Changes

- Updated dependencies []:
- victory-core@36.6.8

## 36.6.7

### Patch Changes
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.6.7",
"version": "36.6.8",
"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.7"
"victory-core": "^36.6.8"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/victory-brush-line/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# victory-brush-line

## 36.6.8

### Patch Changes

- Updated dependencies []:
- victory-core@36.6.8

## 36.6.7

### Patch Changes
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.6.7",
"version": "36.6.8",
"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.7"
"victory-core": "^36.6.8"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/victory-candlestick/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# victory-candlestick

## 36.6.8

### Patch Changes

- Updated dependencies []:
- victory-core@36.6.8

## 36.6.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.6.7",
"version": "36.6.8",
"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.7"
"victory-core": "^36.6.8"
},
"peerDependencies": {
"react": ">=16.6.0"
},
"devDependencies": {
"victory-chart": "^36.6.7"
"victory-chart": "^36.6.8"
},
"scripts": {
"### THESE SCRIPTS ARE GENERATED ###": "true",
Expand Down
8 changes: 8 additions & 0 deletions packages/victory-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# victory-canvas

## 36.6.8

### Patch Changes

- Updated dependencies []:
- victory-bar@36.6.8
- victory-core@36.6.8

## 36.6.7

### 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.6.7",
"version": "36.6.8",
"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.7",
"victory-core": "^36.6.7"
"victory-bar": "^36.6.8",
"victory-core": "^36.6.8"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/victory-chart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# victory-chart

## 36.6.8

### Patch Changes

- Updated dependencies []:
- victory-axis@36.6.8
- victory-core@36.6.8
- victory-polar-axis@36.6.8
- victory-shared-events@36.6.8

## 36.6.7

### 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.6.7",
"version": "36.6.8",
"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.7",
"victory-core": "^36.6.7",
"victory-polar-axis": "^36.6.7",
"victory-shared-events": "^36.6.7"
"victory-axis": "^36.6.8",
"victory-core": "^36.6.8",
"victory-polar-axis": "^36.6.8",
"victory-shared-events": "^36.6.8"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/victory-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# victory-core

## 36.6.8

### Patch Changes

- Updated dependencies []:
- victory-vendor@36.6.8

## 36.6.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-core",
"version": "36.6.7",
"version": "36.6.8",
"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.7"
"victory-vendor": "^36.6.8"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/victory-create-container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# victory-create-container

## 36.6.8

### Patch Changes

- Updated dependencies [[`c5b4f660c`](https://github.com/FormidableLabs/victory/commit/c5b4f660cb91d8d1979d216b846a44f0c5030ec1)]:
- victory-zoom-container@36.6.8
- victory-brush-container@36.6.8
- victory-core@36.6.8
- victory-cursor-container@36.6.8
- victory-selection-container@36.6.8
- victory-voronoi-container@36.6.8

## 36.6.7

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/victory-create-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-create-container",
"version": "36.6.7",
"version": "36.6.8",
"description": "Container Helper for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,12 +21,12 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.19",
"victory-brush-container": "^36.6.7",
"victory-core": "^36.6.7",
"victory-cursor-container": "^36.6.7",
"victory-selection-container": "^36.6.7",
"victory-voronoi-container": "^36.6.7",
"victory-zoom-container": "^36.6.7"
"victory-brush-container": "^36.6.8",
"victory-core": "^36.6.8",
"victory-cursor-container": "^36.6.8",
"victory-selection-container": "^36.6.8",
"victory-voronoi-container": "^36.6.8",
"victory-zoom-container": "^36.6.8"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
Loading

0 comments on commit a6af4ef

Please sign in to comment.