File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
- ' packages/docs/**'
7
7
- ' packages/playground/**'
8
8
pull_request :
9
- branches : [v2]
9
+ branches : [v2, v3 ]
10
10
paths-ignore :
11
11
- ' packages/docs/**'
12
12
- ' packages/playground/**'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Publish Any Commit
2
2
3
3
on :
4
4
pull_request :
5
- branches : [v2]
5
+ branches : [v2, v3 ]
6
6
paths-ignore :
7
7
- ' packages/docs/**'
8
8
- ' packages/playground/**'
Original file line number Diff line number Diff line change 9
9
" vuex" ,
10
10
" store"
11
11
],
12
- "homepage" : " https://github.com/vuejs/pinia/tree/v2 /packages/nuxt#readme" ,
12
+ "homepage" : " https://github.com/vuejs/pinia/tree/v3 /packages/nuxt#readme" ,
13
13
"bugs" : {
14
14
"url" : " https://github.com/vuejs/pinia/issues"
15
15
},
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ function toggleDark() {
114
114
<Download />
115
115
</button >
116
116
<a
117
- href =" https://github.com/vuejs/pinia/tree/v2 /packages/online-playground"
117
+ href =" https://github.com/vuejs/pinia/tree/v3 /packages/online-playground"
118
118
target =" _blank"
119
119
title =" View on GitHub"
120
120
class =" github"
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ const pages = router
40
40
41
41
const sourceCodeLink = computed (() => {
42
42
if (route .name ) {
43
- return ` https://github.com/vuejs/pinia/blob/v2 /packages/playground/src/views/${String (
43
+ return ` https://github.com/vuejs/pinia/blob/v3 /packages/playground/src/views/${String (
44
44
route .name
45
45
)}.vue `
46
46
} else {
47
- return ` https://github.com/vuejs/pinia/blob/v2 /packages/playground/src/ `
47
+ return ` https://github.com/vuejs/pinia/blob/v3 /packages/playground/src/ `
48
48
}
49
49
})
50
50
</script >
Original file line number Diff line number Diff line change 11
11
" mock" ,
12
12
" testing"
13
13
],
14
- "homepage" : " https://github.com/vuejs/pinia/tree/v2 /packages/testing#readme" ,
14
+ "homepage" : " https://github.com/vuejs/pinia/tree/v3 /packages/testing#readme" ,
15
15
"bugs" : {
16
16
"url" : " https://github.com/vuejs/pinia/issues"
17
17
},
Original file line number Diff line number Diff line change 46
46
// const preId =
47
47
// args.preId ||
48
48
// (semver.prerelease(currentVersion) && semver.prerelease(currentVersion)[0])
49
- const EXPECTED_BRANCH = 'v2 '
49
+ const EXPECTED_BRANCH = 'v3 '
50
50
// this package will use tags like v1.0.0 while the rest will use the full package name like @pinia/[email protected]
51
51
const MAIN_PKG_NAME = 'pinia'
52
52
// whether the main package is at the root of the mono repo or this is not a mono repo
You can’t perform that action at this time.
0 commit comments