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
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"@temporal-contract/testing": "7.0.0",
"@temporal-contract/worker": "7.0.0"
},
"changesets": []
"changesets": ["adopt-lefthook-oxfmt", "adopt-unthrown-v5-beta", "contract-types-node"]
}
13 changes: 13 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @temporal-contract/client

## 8.0.0-beta.0

### Major Changes

- 890d49a: Adopt unthrown v5 (beta): the error combinators and `match`'s `err` handler now take a ts-pattern matcher callback; peer bumped to `^5.0.0-beta.3`.

### Patch Changes

- Updated dependencies [5fc2359]
- Updated dependencies [890d49a]
- Updated dependencies [74433ea]
- @temporal-contract/contract@8.0.0-beta.0

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@temporal-contract/client",
"version": "7.0.0",
"version": "8.0.0-beta.0",
"description": "Client utilities with unthrown Result/AsyncResult for consuming temporal-contract workflows",
"keywords": [
"client",
Expand Down
11 changes: 11 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @temporal-contract/contract

## 8.0.0-beta.0

### Major Changes

- 890d49a: Adopt unthrown v5 (beta): the error combinators and `match`'s `err` handler now take a ts-pattern matcher callback; peer bumped to `^5.0.0-beta.3`.

### Patch Changes

- 5fc2359: Enable oxfmt import sorting (the `.oxfmtrc.json` used a key oxfmt 0.58 dropped, so sorting was silently off) and adopt the shared `@btravstack/lefthook` hooks preset.
- 74433ea: Consume the shared `@btravstack/tsconfig` / `@btravstack/typedoc` published config directly (the local `tools/*` packages are removed). Also add a direct `@types/node` dev dependency to `@temporal-contract/contract` (its siblings already declare it) so `types: ["node"]` still resolves now that the strict TS base comes from `node_modules/@btravstack/tsconfig`.

## 7.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@temporal-contract/contract",
"version": "7.0.0",
"version": "8.0.0-beta.0",
"description": "Contract builder for temporal-contract",
"keywords": [
"contract",
Expand Down
2 changes: 2 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @temporal-contract/testing

## 8.0.0-beta.0

## 7.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@temporal-contract/testing",
"version": "7.0.0",
"version": "8.0.0-beta.0",
"description": "Temporal testing utilities",
"keywords": [
"contract",
Expand Down
13 changes: 13 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @temporal-contract/worker

## 8.0.0-beta.0

### Major Changes

- 890d49a: Adopt unthrown v5 (beta): the error combinators and `match`'s `err` handler now take a ts-pattern matcher callback; peer bumped to `^5.0.0-beta.3`.

### Patch Changes

- Updated dependencies [5fc2359]
- Updated dependencies [890d49a]
- Updated dependencies [74433ea]
- @temporal-contract/contract@8.0.0-beta.0

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@temporal-contract/worker",
"version": "7.0.0",
"version": "8.0.0-beta.0",
"description": "Worker utilities with unthrown Result/AsyncResult for implementing temporal-contract workflows and activities",
"keywords": [
"contract",
Expand Down
Loading