Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"align-release-token-dry",
"bds-log-filter-solid",
"build-deps-world-packs-solid",
"fix-scan-dest-occupancy-dry",
"fix-scan-dest-occupancy-merge",
"khaki-sheep-refuse",
"ripe-turkeys-invite",
Expand Down
6 changes: 6 additions & 0 deletions bds-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sfmc-bds/bds-tools

## 0.2.0-beta.8

### Patch Changes

- 7c80162: 修复 #80 合入冲突残留:`scanDestOccupancy` 恢复走 `readPackDirOccupancy`(DRY),消除未声明标识符导致的 tsc7 构建失败。

## 0.2.0-beta.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bds-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfmc-bds/bds-tools",
"version": "0.2.0-beta.7",
"version": "0.2.0-beta.8",
"description": "SFMC BDS auto-updater, lifecycle manager, and behavior-pack assembler",
"author": "Shiroha7z",
"license": "ISC",
Expand Down