- 'packages/docs/**'
- 'packages/playground/**'
pull_request:
- branches: [v2]
+ branches: [v2, v3]
paths-ignore:
- 'packages/docs/**'
- 'packages/playground/**'
on:
pull_request:
- branches: [v2]
+ branches: [v2, v3]
paths-ignore:
- 'packages/docs/**'
- 'packages/playground/**'
"vuex",
"store"
],
- "homepage": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt#readme",
+ "homepage": "https://github.com/vuejs/pinia/tree/v3/packages/nuxt#readme",
"bugs": {
"url": "https://github.com/vuejs/pinia/issues"
},
<Download />
</button>
<a
- href="https://github.com/vuejs/pinia/tree/v2/packages/online-playground"
+ href="https://github.com/vuejs/pinia/tree/v3/packages/online-playground"
target="_blank"
title="View on GitHub"
class="github"
const sourceCodeLink = computed(() => {
if (route.name) {
- return `https://github.com/vuejs/pinia/blob/v2/packages/playground/src/views/${String(
+ return `https://github.com/vuejs/pinia/blob/v3/packages/playground/src/views/${String(
route.name
)}.vue`
} else {
- return `https://github.com/vuejs/pinia/blob/v2/packages/playground/src/`
+ return `https://github.com/vuejs/pinia/blob/v3/packages/playground/src/`
}
})
</script>
"mock",
"testing"
],
- "homepage": "https://github.com/vuejs/pinia/tree/v2/packages/testing#readme",
+ "homepage": "https://github.com/vuejs/pinia/tree/v3/packages/testing#readme",
"bugs": {
"url": "https://github.com/vuejs/pinia/issues"
},
// const preId =
// args.preId ||
// (semver.prerelease(currentVersion) && semver.prerelease(currentVersion)[0])
-const EXPECTED_BRANCH = 'v2'
+const EXPECTED_BRANCH = 'v3'
// this package will use tags like v1.0.0 while the rest will use the full package name like @pinia/testing@1.0.0
const MAIN_PKG_NAME = 'pinia'
// whether the main package is at the root of the mono repo or this is not a mono repo