File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.22.0 (2026-03-24)
2+
3+ * feat(env): add env overlays and doctor migration checks ([ 844d431] ( https://github.com/hack-dance/hack/commit/844d431 ) )
4+ * feat(env): bundle plain env values in backend ([ d7b87dd] ( https://github.com/hack-dance/hack/commit/d7b87dd ) )
5+
16## <small >1.21.3 (2026-03-24)</small >
27
38* fix(env): support multiline values and project-relative secret paths ([ 78d0860] ( https://github.com/hack-dance/hack/commit/78d0860 ) )
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ PRODUCT_NAME = Hack Desktop
99PRODUCT_BUNDLE_IDENTIFIER = dance.hack.desktop
1010HACK_URL_SCHEME = hack
1111MACOSX_DEPLOYMENT_TARGET = 14.0
12- MARKETING_VERSION = 1.21.3
12+ MARKETING_VERSION = 1.22.0
1313CURRENT_PROJECT_VERSION = $(MARKETING_VERSION)
Original file line number Diff line number Diff line change 11{
22 "name" : " hack-cli" ,
3- "version" : " 1.21.3 " ,
3+ "version" : " 1.22.0 " ,
44 "packageManager" : " bun@1.3.9" ,
55 "module" : " index.ts" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @hack/cli" ,
33 "private" : true ,
4- "version" : " 1.21.3 " ,
4+ "version" : " 1.22.0 " ,
55 "type" : " module" ,
66 "module" : " index.ts" ,
77 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @hack/db" ,
33 "private" : true ,
4- "version" : " 1.21.3 " ,
4+ "version" : " 1.22.0 " ,
55 "type" : " module" ,
66 "main" : " src/client.ts" ,
77 "module" : " src/client.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @hack/auth-broker" ,
3- "version" : " 1.21.3 " ,
3+ "version" : " 1.22.0 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments