Skip to content

Commit c4e545a

Browse files
committed
chore: release 0.21.1
1 parent 947a707 commit c4e545a

46 files changed

Lines changed: 541 additions & 195 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"packages/case-core": "0.21.0",
3-
"packages/case-definition-dsl": "0.21.0",
4-
"packages/case-core-plugin-http": "0.21.0",
5-
"packages/case-core-plugin-http-dsl": "0.21.0",
6-
"packages/case-core-plugin-function": "0.21.0",
7-
"packages/case-core-plugin-function-dsl": "0.21.0",
8-
"packages/case-plugin-base": "0.21.0",
9-
"packages/case-plugin-dsl-types": "0.21.0",
10-
"packages/case-entities": "0.21.0",
11-
"packages/contract-case-jest": "0.21.0",
12-
"packages/documentation": "0.21.0",
13-
".": "0.21.0",
14-
"packages/contract-case-cli": "0.21.0",
15-
"packages/case-maintainer-config": "0.21.0",
16-
"packages/eslint-config-case-maintainer": "0.21.0",
17-
"packages/case-connector": "0.21.0",
18-
"packages/case-connector-proto": "0.21.0",
19-
"packages/dsl-java": "0.21.0",
20-
"packages/documentation-matchers-generator": "0.21.0"
2+
"packages/case-core": "0.21.1",
3+
"packages/case-definition-dsl": "0.21.1",
4+
"packages/case-core-plugin-http": "0.21.1",
5+
"packages/case-core-plugin-http-dsl": "0.21.1",
6+
"packages/case-core-plugin-function": "0.21.1",
7+
"packages/case-core-plugin-function-dsl": "0.21.1",
8+
"packages/case-plugin-base": "0.21.1",
9+
"packages/case-plugin-dsl-types": "0.21.1",
10+
"packages/case-entities": "0.21.1",
11+
"packages/contract-case-jest": "0.21.1",
12+
"packages/documentation": "0.21.1",
13+
".": "0.21.1",
14+
"packages/contract-case-cli": "0.21.1",
15+
"packages/case-maintainer-config": "0.21.1",
16+
"packages/eslint-config-case-maintainer": "0.21.1",
17+
"packages/case-connector": "0.21.1",
18+
"packages/case-connector-proto": "0.21.1",
19+
"packages/dsl-java": "0.21.1",
20+
"packages/documentation-matchers-generator": "0.21.1"
2121
}

docs/maintainers/FULL-CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [0.21.1](https://github.com/case-contract-testing/contract-case/compare/v0.21.0...v0.21.1) (2025-03-31)
4+
5+
6+
### Features
7+
8+
* **cli:** Add ability to invoke can-i-deploy from the CLI ([b2351ca](https://github.com/case-contract-testing/contract-case/commit/b2351cabd548d6b62b631fd45966cc2263325276))
9+
* **cli:** Add option to specify the download directory ([dd95f1b](https://github.com/case-contract-testing/contract-case/commit/dd95f1bbe346d5339e7e155b75227371d68390d0))
10+
* **connector:** Expose a CJS version as `@contract-case/case-connector/cjs` ([bbc490d](https://github.com/case-contract-testing/contract-case/commit/bbc490d0f92afb9a936be615e9663a8c27478cc7))
11+
* **core:** Add ability to ask broker if it is safe to deploy ([17a3ec5](https://github.com/case-contract-testing/contract-case/commit/17a3ec5ecb7d5676137a4f7cd84dc4bb3e68d67b))
12+
13+
14+
### Bug Fixes
15+
16+
* **cli:** Fix issue where CLI wasn't executable on some systems ([cc67662](https://github.com/case-contract-testing/contract-case/commit/cc676620a807c8fe6ba93005df3302fe5a3d3094))
17+
* **cli:** Fix issue where CLI wouldn't listen to some arguments ([8cf4062](https://github.com/case-contract-testing/contract-case/commit/8cf4062c16f1d7bffe3d5b51ec906a7d677db946))
18+
* **core:** Contract hashes no longer include metadata or broker-provided fields. This means that broker downloaded contracts will match the uploaded hash ([60f4f5f](https://github.com/case-contract-testing/contract-case/commit/60f4f5f9c2fe3cfaecd3c90c4b5adb94f9dd3b65))
19+
* **core:** Improve error message when non-brokered contract verification is published ([0cfbfa0](https://github.com/case-contract-testing/contract-case/commit/0cfbfa0471cd7ca0a9eec8b3abc28b3c4183527d))
20+
* **core:** State-handler provided variables were accidentally included in the contract hash, now they aren't ([1f3045f](https://github.com/case-contract-testing/contract-case/commit/1f3045fb7b9bd6074fec6ec8aaefab9f7b638222))
21+
* Improve reporting of stack traces when triggers fail ([deedb53](https://github.com/case-contract-testing/contract-case/commit/deedb532cbd8e62926cb58da3392ce41135a6dd5))
22+
* **jest:** Expose package as CJS so that it plays better with jest ([34e8a3b](https://github.com/case-contract-testing/contract-case/commit/34e8a3b84b6b77a460dde5a76ae92a8e25acf504))
23+
24+
25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* devDependencies
29+
* @contract-case/eslint-config-case-maintainer bumped from 0.21.0 to 0.21.1
30+
331
## [0.21.0](https://github.com/case-contract-testing/contract-case/compare/v0.20.1...v0.21.0) (2025-03-25)
432

533

0 commit comments

Comments
 (0)