Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/adopt-lefthook-oxfmt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/contract-types-node.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @temporal-contract/client

## 7.0.1

### Patch Changes

- Updated dependencies [5fc2359]
- Updated dependencies [74433ea]
- @temporal-contract/contract@7.0.1

## 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": "7.0.1",
"description": "Client utilities with unthrown Result/AsyncResult for consuming temporal-contract workflows",
"keywords": [
"client",
Expand Down
7 changes: 7 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @temporal-contract/contract

## 7.0.1

### 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": "7.0.1",
"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

## 7.0.1

## 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": "7.0.1",
"description": "Temporal testing utilities",
"keywords": [
"contract",
Expand Down
8 changes: 8 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @temporal-contract/worker

## 7.0.1

### Patch Changes

- Updated dependencies [5fc2359]
- Updated dependencies [74433ea]
- @temporal-contract/contract@7.0.1

## 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": "7.0.1",
"description": "Worker utilities with unthrown Result/AsyncResult for implementing temporal-contract workflows and activities",
"keywords": [
"contract",
Expand Down
Loading