Skip to content

Commit d4fa4fe

Browse files
committed
chore: release v0.6.2
1 parent 6b19717 commit d4fa4fe

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
## v0.6.1...main
3+
4+
[compare changes](https://github.com/stacksjs/launchpad/compare/v0.6.1...main)
5+
6+
### 🏡 Chore
7+
8+
- Wip ([d65da8c](https://github.com/stacksjs/launchpad/commit/d65da8c))
9+
- Wip ([6b19717](https://github.com/stacksjs/launchpad/commit/6b19717))
10+
11+
### ❤️ Contributors
12+
13+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
14+
215
## v0.6.0...main
316

417
[compare changes](https://github.com/stacksjs/launchpad/compare/v0.6.0...main)

bun.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"packages/action": {
2020
"name": "launchpad-installer",
21-
"version": "0.5.2",
21+
"version": "0.6.1",
2222
"bin": {
2323
"launchpad-installer": "dist/index.js",
2424
},
@@ -35,12 +35,12 @@
3535
},
3636
"packages/launchpad": {
3737
"name": "@stacksjs/launchpad",
38-
"version": "0.5.2",
38+
"version": "0.6.1",
3939
"bin": {
4040
"launchpad": "./dist/bin/cli.js",
4141
},
4242
"dependencies": {
43-
"bunfig": "^0.10.1",
43+
"bunfig": "^0.11.1",
4444
"cac": "^6.7.14",
4545
"ts-pkgx": "0.4.24",
4646
},
@@ -864,7 +864,7 @@
864864

865865
"bundle-name": ["[email protected]", "", { "dependencies": { "run-applescript": "^7.0.0" } }, "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q=="],
866866

867-
"bunfig": ["bunfig@0.10.1", "", { "bin": { "bunfig": "bin/cli.js" } }, "sha512-4IB0Te+W0Jk8LcaCK9PhZqH9KHbYBJuTr70kVPRpnCDEq2WMixRPWSzOYNOihnSJBUBse8WIi9V5Ym2cyK+MDA=="],
867+
"bunfig": ["bunfig@0.11.1", "", { "bin": { "bunfig": "bin/cli.js" } }, "sha512-piIvNqxmMejrYPMSBIXf4t9+RdfyFsXMYty638eAZiL9L3dV63qwf2cvSvUTJahCQn2dT27VMdJL1z37HuD7eQ=="],
868868

869869
"c12": ["[email protected]", "", { "dependencies": { "chokidar": "^4.0.3", "confbox": "^0.2.2", "defu": "^6.1.4", "dotenv": "^17.2.1", "exsolve": "^1.0.7", "giget": "^2.0.0", "jiti": "^2.5.1", "ohash": "^2.0.11", "pathe": "^2.0.3", "perfect-debounce": "^1.0.0", "pkg-types": "^2.2.0", "rc9": "^2.1.2" }, "peerDependencies": { "magicast": "^0.3.5" }, "optionalPeers": ["magicast"] }, "sha512-ixkEtbYafL56E6HiFuonMm1ZjoKtIo7TH68/uiEq4DAwv9NcUX2nJ95F8TrbMeNjqIkZpruo3ojXQJ+MGG5gcQ=="],
870870

@@ -2146,6 +2146,8 @@
21462146

21472147
"babel-plugin-polyfill-corejs2/semver": ["[email protected]", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="],
21482148

2149+
"buddy-bot/bunfig": ["[email protected]", "", { "bin": { "bunfig": "bin/cli.js" } }, "sha512-4IB0Te+W0Jk8LcaCK9PhZqH9KHbYBJuTr70kVPRpnCDEq2WMixRPWSzOYNOihnSJBUBse8WIi9V5Ym2cyK+MDA=="],
2150+
21492151
"buddy-bot/cac": ["[email protected]", "", {}, "sha512-vmYNsJLaApX5bnQH+ZCcKrTzeQbq4Go+XsMpP+TZqZRENQYFctWswzY7fp5OUKsm/FhYIjzD8rmwrUgd0hpFpQ=="],
21502152

21512153
"buddy-bot/ts-pkgx": ["[email protected]", "", { "dependencies": { "chromium-bidi": "^7.2.0", "electron": "^37.2.4", "js-yaml": "^4.1.0", "playwright": "^1.54.1" }, "bin": { "ts-pkgx": "dist/bin/cli.js" } }, "sha512-DNsYEiChFjNdW/ivvpXNoKPATkpanmTgXKib62qbEjnLCpPsYX5SBERJi9CcSTUEppi+ZyW/HqtQ+RT/VMxIHg=="],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "launchpad",
33
"type": "module",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"private": true,
66
"description": "Like Homebrew, but faster.",
77
"author": "Chris Breuer <[email protected]>",

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchpad-installer",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "GitHub Action to install packages using Launchpad.",
55
"author": "Stacks.js <[email protected]>",
66
"license": "MIT",

packages/launchpad/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/launchpad",
33
"type": "module",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"description": "Like Homebrew, but faster.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",
@@ -63,7 +63,7 @@
6363
"typecheck": "bun --bun tsc --noEmit --skipLibCheck"
6464
},
6565
"dependencies": {
66-
"bunfig": "^0.10.1",
66+
"bunfig": "^0.11.1",
6767
"cac": "^6.7.14",
6868
"ts-pkgx": "0.4.24"
6969
},

0 commit comments

Comments
 (0)