Skip to content

Commit 068e512

Browse files
committed
chore: restore
1 parent dfe8589 commit 068e512

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
</p>
66
<br/>
77
<p align="center">
8-
<a href="https://npmjs.com/package/pinia"><img src="https://badgen.net/npm/v/pinia/v2" alt="npm package"></a>
9-
<a href="https://github.com/vuejs/pinia/actions/workflows/ci.yml"><img src="https://github.com/vuejs/pinia/actions/workflows/ci.yml/badge.svg?branch=v2" alt="build status"></a>
10-
<a href="https://codecov.io/gh/vuejs/pinia"><img src="https://codecov.io/gh/vuejs/pinia/branch/v2/graph/badge.svg?token=rU2xxQ6BGH"></a>
8+
<a href="https://npmjs.com/package/pinia"><img src="https://badgen.net/npm/v/pinia" alt="npm package"></a>
9+
<a href="https://github.com/vuejs/pinia/actions/workflows/ci.yml"><img src="https://github.com/vuejs/pinia/actions/workflows/ci.yml/badge.svg" alt="build status"></a>
10+
<a href="https://codecov.io/gh/vuejs/pinia"><img src="https://codecov.io/gh/vuejs/pinia/graph/badge.svg?token=rU2xxQ6BGH"/></a>
1111
</p>
1212
<br/>
1313

packages/docs/.vitepress/config/shared.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,12 @@ export const sharedConfig = defineConfig({
133133
},
134134

135135
search: {
136-
provider: 'local',
136+
provider: 'algolia',
137137
options: {
138-
locales: {
139-
...zhSearch,
140-
},
138+
appId: '69Y3N7LHI2',
139+
apiKey: '45441f4b65a2f80329fd45c7cb371fea',
140+
indexName: 'pinia',
141+
locales: { ...zhSearch },
141142
},
142143
},
143144

scripts/release.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ import semver from 'semver'
88
import prompts from '@posva/prompts'
99
import { execa } from 'execa'
1010
import pSeries from 'p-series'
11+
import { globby } from 'globby'
1112

1213
const __filename = fileURLToPath(import.meta.url)
1314
const __dirname = dirname(__filename)
1415

1516
const args = minimist(process.argv.slice(2))
1617
const {
1718
skipBuild,
18-
tag: optionTag = 'legacy',
19+
tag: optionTag,
1920
dry: isDryRun,
2021
skipCleanCheck: skipCleanGitCheck,
2122
noDepsUpdate,

0 commit comments

Comments
 (0)