]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
ci: use v3 too
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 11 Feb 2025 14:28:37 +0000 (15:28 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 11 Feb 2025 14:28:37 +0000 (15:28 +0100)
.github/workflows/ci.yml
.github/workflows/pkg.pr.new.yml
packages/nuxt/package.json
packages/online-playground/src/Header.vue
packages/playground/src/App.vue
packages/testing/package.json
scripts/release.mjs

index 5195184a44fd7a57cdeff8f77972a120b2947a7c..05d11e783e895e3916881b25b625bd89c2ce0440 100644 (file)
@@ -6,7 +6,7 @@ on:
       - 'packages/docs/**'
       - 'packages/playground/**'
   pull_request:
-    branches: [v2]
+    branches: [v2, v3]
     paths-ignore:
       - 'packages/docs/**'
       - 'packages/playground/**'
index e9f0287f68b99a7bf0bf6bc09e19e10ac803258d..a966c538c0cbb032b922c9c6efb709b71aaa9382 100644 (file)
@@ -2,7 +2,7 @@ name: Publish Any Commit
 
 on:
   pull_request:
-    branches: [v2]
+    branches: [v2, v3]
     paths-ignore:
       - 'packages/docs/**'
       - 'packages/playground/**'
index c7c1bdc6b17b325c26051e33d31e9ede9f8f1dbc..b0c42b1e16cec4e97f709cb3f6e1094fb871f462 100644 (file)
@@ -9,7 +9,7 @@
     "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"
   },
index 50eb57964a6cf521a1f05092114b66f806d7ef57..3d73b1feafafa504dc546281eb39d5d717f310cd 100644 (file)
@@ -114,7 +114,7 @@ function toggleDark() {
         <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"
index 994cdc806bac965264432ea0ca754c037e6356ea..764aaab97e9e858a045bf2f9d5ec7c56f5b7024d 100644 (file)
@@ -40,11 +40,11 @@ const pages = router
 
 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>
index 55f3da4c0a5a08e4662ca19fa7395f955f9eae5a..ae762ab65376113cb0c6f69824e73917bfb3449c 100644 (file)
@@ -11,7 +11,7 @@
     "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"
   },
index c11de9aeef8e6e875499d9c37d3bf61020807cc9..e7ddbd24643439c115b8c65d9212c8db5b6f0c71 100644 (file)
@@ -46,7 +46,7 @@ Flags:
 // 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