Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2787

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/curvy-socks-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-peas-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-dogs-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-geckos-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-phones-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-bulldogs-accept.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-zoos-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-pianos-deliver.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-camels-compete.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/proud-islands-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-spies-agree.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sharp-starfishes-peel.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/warm-pugs-hope.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/weak-apes-clap.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.9.2

### Patch Changes

- Replace lodash isNil and isNan with native code ([#2800](https://github.com/FormidableLabs/victory/pull/2800))

* Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))

## 36.9.1

## 36.9.0
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.9.1",
"version": "36.9.2",
"description": "Area Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,8 +21,8 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.19",
"victory-core": "^36.9.1",
"victory-vendor": "^36.9.1"
"victory-core": "^36.9.2",
"victory-vendor": "^36.9.2"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-axis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-axis

## 36.9.2

## 36.9.1

## 36.9.0
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.9.1",
"version": "36.9.2",
"description": "Axis Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.19",
"victory-core": "^36.9.1"
"victory-core": "^36.9.2"
},
"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.9.2

### Patch Changes

- Replace lodash isNil and isNan with native code ([#2800](https://github.com/FormidableLabs/victory/pull/2800))

* Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))

## 36.9.1

## 36.9.0
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.9.1",
"version": "36.9.2",
"description": "Bar Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,8 +21,8 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.19",
"victory-core": "^36.9.1",
"victory-vendor": "^36.9.1"
"victory-core": "^36.9.2",
"victory-vendor": "^36.9.2"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/victory-box-plot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# victory-box-plot

## 36.9.2

### Patch Changes

- Replace lodash keys with native code ([#2811](https://github.com/FormidableLabs/victory/pull/2811))

* Replace lodash array utils with native code ([#2810](https://github.com/FormidableLabs/victory/pull/2810))

- Replace lodash isNil and isNan with native code ([#2800](https://github.com/FormidableLabs/victory/pull/2800))

* Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))

## 36.9.1

## 36.9.0
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "36.9.2",
"description": "Box Plot Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,8 +21,8 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.19",
"victory-core": "^36.9.1",
"victory-vendor": "^36.9.1"
"victory-core": "^36.9.2",
"victory-vendor": "^36.9.2"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/victory-brush-container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# victory-brush-container

## 36.9.2

### Patch Changes

- Improve types for brush container and candlestick ([#2794](https://github.com/FormidableLabs/victory/pull/2794))

* Replace lodash array utils with native code ([#2810](https://github.com/FormidableLabs/victory/pull/2810))

- Replace lodash values and mapValues with native code ([#2808](https://github.com/FormidableLabs/victory/pull/2808))

* Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))

## 36.9.1

### 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.9.1",
"version": "36.9.2",
"description": "Interactive Brush Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"lodash": "^4.17.19",
"react-fast-compare": "^3.2.0",
"victory-core": "^36.9.1"
"victory-core": "^36.9.2"
},
"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.9.2

### Patch Changes

- Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))

## 36.9.1

## 36.9.0
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.9.1",
"version": "36.9.2",
"description": "Interactive Brush Line Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"lodash": "^4.17.19",
"react-fast-compare": "^3.2.0",
"victory-core": "^36.9.1"
"victory-core": "^36.9.2"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/victory-candlestick/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# victory-candlestick

## 36.9.2

### Patch Changes

- Improve types for brush container and candlestick ([#2794](https://github.com/FormidableLabs/victory/pull/2794))

* Replace lodash isNil and isNan with native code ([#2800](https://github.com/FormidableLabs/victory/pull/2800))

- Replace lodash isFunction with native code ([#2802](https://github.com/FormidableLabs/victory/pull/2802))

## 36.9.1

## 36.9.0
Expand Down
4 changes: 2 additions & 2 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.9.1",
"version": "36.9.2",
"description": "Candlestick Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.19",
"victory-core": "^36.9.1"
"victory-core": "^36.9.2"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-canvas

## 36.9.2

## 36.9.1

## 36.9.0
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.9.1",
"version": "36.9.2",
"description": "HTML5 Canvas Components for Victory",
"keywords": [
"data visualization",
Expand All @@ -21,8 +21,8 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.19",
"victory-bar": "^36.9.1",
"victory-core": "^36.9.1"
"victory-bar": "^36.9.2",
"victory-core": "^36.9.2"
},
"peerDependencies": {
"react": ">=16.6.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/victory-chart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# victory-chart

## 36.9.2

## 36.9.1

## 36.9.0
Expand Down
Loading
Loading