Skip to content

Commit a3c10a4

Browse files
committed
chore: release v0.3.0
1 parent 7632558 commit a3c10a4

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

CHANGELOG.md

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

2+
## v0.2.3...main
3+
4+
[compare changes](https://github.com/stacksjs/launchpad/compare/v0.2.3...main)
5+
6+
### 🚀 Enhancements
7+
8+
- Add `global` support ([e92e28d](https://github.com/stacksjs/launchpad/commit/e92e28d))
9+
- Add registry update command and improve install error handling - Added update-registry CLI command for updating package registry from S3 - Enhanced install error handling with better permission error messages - Added known problematic packages filtering to reduce noise - Improved dependency installation with better error recovery - Added dry-run support for registry updates ([30342d4](https://github.com/stacksjs/launchpad/commit/30342d4))
10+
11+
### 🏡 Chore
12+
13+
- Use `dev` command ([81403bb](https://github.com/stacksjs/launchpad/commit/81403bb))
14+
- Adjust wording ([ffbdd1b](https://github.com/stacksjs/launchpad/commit/ffbdd1b))
15+
- Housekeeping ([7edc2b6](https://github.com/stacksjs/launchpad/commit/7edc2b6))
16+
- Improve the search output ([d8a42a3](https://github.com/stacksjs/launchpad/commit/d8a42a3))
17+
- Improve output message ([b3ff5a5](https://github.com/stacksjs/launchpad/commit/b3ff5a5))
18+
- Wip ([6491d67](https://github.com/stacksjs/launchpad/commit/6491d67))
19+
- Wip ([1d44e7b](https://github.com/stacksjs/launchpad/commit/1d44e7b))
20+
- Wip ([38d130f](https://github.com/stacksjs/launchpad/commit/38d130f))
21+
- Wip ([c08667c](https://github.com/stacksjs/launchpad/commit/c08667c))
22+
- Wip ([183bff9](https://github.com/stacksjs/launchpad/commit/183bff9))
23+
- Wip ([10b72f6](https://github.com/stacksjs/launchpad/commit/10b72f6))
24+
- Wip ([9208285](https://github.com/stacksjs/launchpad/commit/9208285))
25+
- Wip ([9248c83](https://github.com/stacksjs/launchpad/commit/9248c83))
26+
- Wip ([7632558](https://github.com/stacksjs/launchpad/commit/7632558))
27+
28+
### ❤️ Contributors
29+
30+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
31+
232
## v0.2.2...main
333

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

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.2.3",
4+
"version": "0.3.0",
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.2.3",
3+
"version": "0.3.0",
44
"description": "GitHub Action to install packages using Launchpad.",
55
"author": "Stacks.js <[email protected]>",
66
"license": "MIT",

packages/launchpad/package.json

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

0 commit comments

Comments
 (0)