We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5821630 commit ec84d65Copy full SHA for ec84d65
scripts/bump.js
@@ -20,11 +20,11 @@ for (let dir of readdirSync(PACKAGES)) {
20
pkgPath,
21
pkg
22
.replace(
23
- /("@size-limit\/[^"]+": )"((workspace:)?\d+.\d+.\d+"|workspace:\*")/g,
+ /("@size-limit\/[^"]+": )"((workspace:)?\d+.\d+.\d+"|workspace:\^")/g,
24
`$1"${version}"`
25
)
26
27
- /("size-limit": )"((workspace:)?\d+.\d+.\d+"|workspace:\*")/g,
+ /("size-limit": )"((workspace:)?\d+.\d+.\d+"|workspace:\^")/g,
28
29
30
.replace(/("version": )"\d+.\d+.\d+"/g, `$1"${version}"`)
0 commit comments