Skip to content

Commit 7bddb8a

Browse files
authored
Merge pull request #1627 from FormidableLabs/change-default-branch
target main for ci
2 parents d15995f + db97816 commit 7bddb8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node_js:
99
sudo: false
1010
branches:
1111
only:
12-
- master
12+
- main
1313
before_install:
1414
- yarn config set ignore-engines true
1515
- export DISPLAY=:99.0

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ _This may be a breaking change for animating VictoryArea and VictoryLine. Animat
14221422
_VictoryTheme_
14231423

14241424
- All Victory components support a `theme` prop that can be used to define styles and props across different component types.
1425-
- `victory-core` includes the [material theme](https://github.com/FormidableLabs/victory-core/blob/master/src/victory-theme/material.js)
1425+
- `victory-core` includes the [material theme](https://github.com/FormidableLabs/victory-core/blob/main/src/victory-theme/material.js)
14261426

14271427
_VictoryCandlestick_
14281428

stories/victory-pie.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const Data = () => {
3939
<VictoryPie
4040
style={parentStyle}
4141
data={[
42-
{ x: "Cat", y: 62 },
42+
{ x: "Cat", y: 63 },
4343
{ x: "Dog", y: 91 },
4444
{ x: "Fish", y: 55 },
4545
{ x: "Bird", y: 55 }

0 commit comments

Comments
 (0)