Skip to content

Commit 6df868f

Browse files
Version Packages (#2935)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7257220 commit 6df868f

File tree

69 files changed

+354
-263
lines changed

Some content is hidden

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

69 files changed

+354
-263
lines changed

.changeset/fuzzy-candles-rule.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-bugs-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quick-camels-cheer.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/wicked-fishes-flow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

demo/rn/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# rn-demo
2+
3+
## 1.0.1

demo/rn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn-demo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"sideEffects": false,
55
"main": "App.tsx",
66
"scripts": {

packages/victory-area/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# victory-area
22

3+
## 37.3.1
4+
5+
### Patch Changes
6+
7+
- Remove duplicate types from interfaces ([#2940](https://github.com/FormidableLabs/victory/pull/2940))
8+
39
## 37.3.0
410

511
## 37.2.0

packages/victory-area/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-area",
3-
"version": "37.3.0",
3+
"version": "37.3.1",
44
"description": "Area Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,8 +21,8 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"lodash": "^4.17.19",
24-
"victory-core": "37.3.0",
25-
"victory-vendor": "37.3.0"
24+
"victory-core": "37.3.1",
25+
"victory-vendor": "37.3.1"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

packages/victory-axis/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# victory-axis
22

3+
## 37.3.1
4+
5+
### Patch Changes
6+
7+
- Remove duplicate types from interfaces ([#2940](https://github.com/FormidableLabs/victory/pull/2940))
8+
39
## 37.3.0
410

511
## 37.2.0

packages/victory-axis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-axis",
3-
"version": "37.3.0",
3+
"version": "37.3.1",
44
"description": "Axis Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"lodash": "^4.17.19",
24-
"victory-core": "37.3.0"
24+
"victory-core": "37.3.1"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.6.0"

0 commit comments

Comments
 (0)