Skip to content

Commit 4bee57a

Browse files
chore(release): 2.3.0
## 2.3.0 (2026-04-02) * Merge pull request #41 from hack-dance/feat/global-install-recovery-setup ([9eea06d](9eea06d)), closes [#41](#41) * fix(env): skip secret backend for empty legacy contracts ([67da0a6](67da0a6)) * fix(global): preserve sudo fallback when stdout is redirected ([7038b5f](7038b5f)) * feat(global): automate macOS recovery setup during install ([2da43bb](2da43bb))
1 parent 9eea06d commit 4bee57a

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.3.0 (2026-04-02)
2+
3+
* Merge pull request #41 from hack-dance/feat/global-install-recovery-setup ([9eea06d](https://github.com/hack-dance/hack/commit/9eea06d)), closes [#41](https://github.com/hack-dance/hack/issues/41)
4+
* fix(env): skip secret backend for empty legacy contracts ([67da0a6](https://github.com/hack-dance/hack/commit/67da0a6))
5+
* fix(global): preserve sudo fallback when stdout is redirected ([7038b5f](https://github.com/hack-dance/hack/commit/7038b5f))
6+
* feat(global): automate macOS recovery setup during install ([2da43bb](https://github.com/hack-dance/hack/commit/2da43bb))
7+
18
## <small>2.2.1 (2026-04-01)</small>
29

310
* Merge pull request #40 from hack-dance/dimitri/fix-lifecycle-non-login-shell ([8a21daf](https://github.com/hack-dance/hack/commit/8a21daf)), closes [#40](https://github.com/hack-dance/hack/issues/40)

apps/macos/Config/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ PRODUCT_NAME = Hack Desktop
99
PRODUCT_BUNDLE_IDENTIFIER = dance.hack.desktop
1010
HACK_URL_SCHEME = hack
1111
MACOSX_DEPLOYMENT_TARGET = 14.0
12-
MARKETING_VERSION = 2.2.1
12+
MARKETING_VERSION = 2.3.0
1313
CURRENT_PROJECT_VERSION = $(MARKETING_VERSION)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hack-cli",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"packageManager": "bun@1.3.9",
55
"module": "index.ts",
66
"type": "module",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hack/cli",
33
"private": true,
4-
"version": "2.2.1",
4+
"version": "2.3.0",
55
"type": "module",
66
"module": "index.ts",
77
"scripts": {

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hack/db",
33
"private": true,
4-
"version": "2.2.1",
4+
"version": "2.3.0",
55
"type": "module",
66
"main": "src/client.ts",
77
"module": "src/client.ts",

services/auth-broker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hack/auth-broker",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)