Skip to content

Commit 51f2874

Browse files
chore(release): 3.3.0
## 3.3.0 (2026-07-08) * Merge branch 'docs/partial-adoption' into feat/init-discovery-validation ([064db0e](064db0e)) * Merge pull request #58 from hack-dance/feat/init-discovery-validation ([9dd469f](9dd469f)), closes [#58](#58) * feat(init): add post-discovery validation pass for hack init ([6b50b76](6b50b76)) * feat(init): surface the hack global install requirement in init output ([739a581](739a581)) * docs: document partial adoption (backing-services-only) as a valid hack setup ([871a247](871a247))
1 parent 9dd469f commit 51f2874

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.3.0 (2026-07-08)
2+
3+
* Merge branch 'docs/partial-adoption' into feat/init-discovery-validation ([064db0e](https://github.com/hack-dance/hack/commit/064db0e))
4+
* Merge pull request #58 from hack-dance/feat/init-discovery-validation ([9dd469f](https://github.com/hack-dance/hack/commit/9dd469f)), closes [#58](https://github.com/hack-dance/hack/issues/58)
5+
* feat(init): add post-discovery validation pass for hack init ([6b50b76](https://github.com/hack-dance/hack/commit/6b50b76))
6+
* feat(init): surface the hack global install requirement in init output ([739a581](https://github.com/hack-dance/hack/commit/739a581))
7+
* docs: document partial adoption (backing-services-only) as a valid hack setup ([871a247](https://github.com/hack-dance/hack/commit/871a247))
8+
19
## 3.2.0 (2026-07-08)
210

311
* Merge branch 'main' into fix/container-trust-bundle ([8338b58](https://github.com/hack-dance/hack/commit/8338b58))

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 = 3.2.0
12+
MARKETING_VERSION = 3.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": "3.2.0",
3+
"version": "3.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": "3.2.0",
4+
"version": "3.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": "3.2.0",
4+
"version": "3.3.0",
55
"type": "module",
66
"main": "src/client.ts",
77
"module": "src/client.ts",

0 commit comments

Comments
 (0)