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+ ## <small >1.15.2 (2026-02-27)</small >
2+
3+ * fix(dispatch): use keychain token for interactive workspace bootstrap ([ 49c5b91] ( https://github.com/hack-dance/hack/commit/49c5b91 ) )
4+
15## <small >1.15.1 (2026-02-27)</small >
26
37* fix(ci): retry release asset uploads on transient network failures ([ 9a9eada] ( https://github.com/hack-dance/hack/commit/9a9eada ) )
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ CODE_SIGN_ENTITLEMENTS = App/HackDesktop.entitlements
88PRODUCT_NAME = Hack Desktop
99PRODUCT_BUNDLE_IDENTIFIER = dance.hack.desktop
1010MACOSX_DEPLOYMENT_TARGET = 14.0
11- MARKETING_VERSION = 1.15.1
11+ MARKETING_VERSION = 1.15.2
1212CURRENT_PROJECT_VERSION = $(MARKETING_VERSION)
Original file line number Diff line number Diff line change 11{
22 "name" : " hack-cli" ,
3- "version" : " 1.15.1 " ,
3+ "version" : " 1.15.2 " ,
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.15.1 " ,
4+ "version" : " 1.15.2 " ,
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.15.1 " ,
4+ "version" : " 1.15.2 " ,
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.15.1 " ,
3+ "version" : " 1.15.2 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments