Skip to content

Commit 273d6a6

Browse files
committed
chore: release v0.10.4
1 parent 2d24086 commit 273d6a6

17 files changed

Lines changed: 219 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 203 additions & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pantry",
33
"type": "module",
4-
"version": "0.10.3",
4+
"version": "0.10.4",
55
"private": true,
66
"description": "A performant, universal package manager. Like Homebrew, but faster.",
77
"author": "Chris Breuer <chris@stacksjs.com>",

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": "pantry-setup",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"private": true,
55
"description": "GitHub Action to install pantry from pre-built binaries",
66
"author": "home-lang",

packages/benchmark/fixtures/large/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"zod": "^3.24.1",
2222
"react-hook-form": "^7.54.2"
2323
},
24-
"version": "0.10.2"
24+
"version": "0.10.4"
2525
}

packages/benchmark/fixtures/medium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"prettier": "^3.4.2",
1212
"vitest": "^3.0.5"
1313
},
14-
"version": "0.10.2"
14+
"version": "0.10.4"
1515
}

packages/benchmark/fixtures/small/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"chalk": "^5.4.1",
77
"commander": "^13.1.0"
88
},
9-
"version": "0.10.2"
9+
"version": "0.10.4"
1010
}

packages/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pantry/benchmark",
33
"type": "module",
4-
"version": "0.10.3",
4+
"version": "0.10.4",
55
"private": true,
66
"description": "Performance benchmarks for pantry",
77
"scripts": {

packages/inspector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacksjs/pantry-inspector",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"type": "module",
55
"private": true,
66
"description": "Pantry Package Inspector - Explore, inspect, and analyze pantry packages",

packages/registry/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pantry/registry-app",
3-
"version": "0.10.2",
3+
"version": "0.10.4",
44
"type": "module",
55
"description": "Pantry registry test application using ts-cloud",
66
"scripts": {

packages/registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacksjs/registry",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"type": "module",
55
"description": "Pantry package registry backend - S3 storage with DynamoDB metadata",
66
"author": "Stacks.js",

0 commit comments

Comments
 (0)