Skip to content

Commit 152c0e1

Browse files
authoredJan 28, 2025
Merge branch 'v2' into changeset-release/v2
2 parents 2d05dcf + 090d2f2 commit 152c0e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "restricted",
88
"baseBranch": "v2",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": ["@hyperdx/api", "@hyperdx/app"]
1111
}

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dev": "yarn app:dev",
3636
"postdev": "docker compose -f docker-compose.dev.yml down",
3737
"lint": "npx nx run-many -t ci:lint",
38-
"version": "npx changeset version --ignore @hyperdx/api --ignore @hyperdx/app && yarn",
38+
"version": "npx changeset version && yarn",
3939
"release": "npx nx run-many --target=build --projects=@hyperdx/common-utils && npx changeset publish"
4040
},
4141
"lint-staged": {

0 commit comments

Comments
 (0)