Closed xyzzy42 closed 4 months ago
Reverted the commits as it didn't build. Make a new PR (couldn't reopen this for whatever reason.) Also, don't use BREAKING CHANGE:, it's actually a command to the build system, see https://github.com/semantic-release/semantic-release
Thought it was correct to use breaking change here, since the pf2e system version was bumped in the module.json.
I see what happened for the build failure. I didn't update all the type files at first and it worked. Then I saw I missed some, and one of them was types/types/foundry/client/core/settings.d.ts, which has a local change from the pf2e system version that needs to be kept. That was reverted.
Can be fixed by restoring just that one file to its older version:
git checkout v6.3.1 types/types/foundry/client/core/settings.d.ts
:tada: This PR is included in version 6.4.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Please check if the PR fulfills these requirements
[ ] We use semantic versioning (https://github.com/semantic-release/semantic-release to be specific), so follow https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines.)
[ ] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Feature.
What is the current behavior? (You can also link to an open issue here) Shift clicking BAM buttons for macros doesn't work. It does work for BAM buttons that are Actions.
What is the new behavior (if this is a feature change)? Works for both. Also type safety.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) Updated PF2e types, which appears to usually include a bump of the required versions to match, so I did that too.
Other information: