Skip to content

Commit 6254f67

Browse files
chore(release): 1.13.3
## <small>1.13.3 (2026-02-26)</small> * fix(macos): replace setup terminal modal with terminal drawer (#16) ([7116db7](7116db7)), closes [#16](#16) [#15](#15)
1 parent 7116db7 commit 6254f67

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## <small>1.13.3 (2026-02-26)</small>
2+
3+
* fix(macos): replace setup terminal modal with terminal drawer (#16) ([7116db7](https://github.com/hack-dance/hack/commit/7116db7)), closes [#16](https://github.com/hack-dance/hack/issues/16) [#15](https://github.com/hack-dance/hack/issues/15)
4+
15
## <small>1.13.2 (2026-02-26)</small>
26

37
* Merge pull request #1 from rhymiz/codex/fix-up-missing-hack-stack ([081f358](https://github.com/hack-dance/hack/commit/081f358)), closes [#1](https://github.com/hack-dance/hack/issues/1)

apps/macos/Config/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ CODE_SIGN_ENTITLEMENTS = App/HackDesktop.entitlements
88
PRODUCT_NAME = Hack Desktop
99
PRODUCT_BUNDLE_IDENTIFIER = dance.hack.desktop
1010
MACOSX_DEPLOYMENT_TARGET = 14.0
11-
MARKETING_VERSION = 1.13.2
11+
MARKETING_VERSION = 1.13.3
1212
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": "1.13.2",
3+
"version": "1.13.3",
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": "1.13.2",
4+
"version": "1.13.3",
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": "1.13.2",
4+
"version": "1.13.3",
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": "1.13.2",
3+
"version": "1.13.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)