Skip to content

Commit 8f69112

Browse files
committed
chore: release 0.29.0
1 parent de9546b commit 8f69112

File tree

48 files changed

+557
-210
lines changed

Some content is hidden

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

48 files changed

+557
-210
lines changed

.release-please-manifest.json

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

docs/maintainers/FULL-CHANGELOG.md

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

3+
## [0.29.0](https://github.com/case-contract-testing/contract-case/compare/v0.28.2...v0.29.0) (2026-02-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **plugin-dsl:** Change `describe` type to return structured `DescribeSegment` instead of string. Plugin authors will need to use the new factory functions to implement their describe methods instead of returning a string. This allows structured rendering of the describe result ([#1246](https://github.com/case-contract-testing/contract-case/issues/1246))
9+
10+
### Code Refactoring
11+
12+
* **plugin-dsl:** Change `describe` type to return structured `DescribeSegment` instead of string. Plugin authors will need to use the new factory functions to implement their describe methods instead of returning a string. This allows structured rendering of the describe result ([#1246](https://github.com/case-contract-testing/contract-case/issues/1246)) ([de9546b](https://github.com/case-contract-testing/contract-case/commit/de9546b468bcddbb371d02be3d2e8cc3712eeb42))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* devDependencies
19+
* @contract-case/eslint-config-case-maintainer bumped from 0.28.2 to 0.29.0
20+
321
## [0.28.2](https://github.com/case-contract-testing/contract-case/compare/v0.28.1...v0.28.2) (2026-02-12)
422

523

0 commit comments

Comments
 (0)