Skip to content

Commit ad51168

Browse files
Release v4.0.3 (#2486)
* chore: Update version for release * Release v4.0.3 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nicktrn <[email protected]>
1 parent db87295 commit ad51168

26 files changed

+111
-74
lines changed

.changeset/angry-files-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/beige-flies-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/serious-doors-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/seven-taxis-glow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/sharp-cheetahs-end.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/six-cougars-play.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/soft-candles-grow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/build/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @trigger.dev/build
22

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `@trigger.dev/[email protected]`
9+
310
## 4.0.2
411

512
### Patch Changes

packages/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trigger.dev/build",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "trigger.dev build extensions",
55
"license": "MIT",
66
"publishConfig": {
@@ -77,7 +77,7 @@
7777
"check-exports": "attw --pack ."
7878
},
7979
"dependencies": {
80-
"@trigger.dev/core": "workspace:4.0.2",
80+
"@trigger.dev/core": "workspace:4.0.3",
8181
"pkg-types": "^1.1.3",
8282
"tinyglobby": "^0.2.2",
8383
"tsconfck": "3.1.3"

packages/cli-v3/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# trigger.dev
22

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- Improves our schema to JSON Schema conversion, fixes zod 4 and a few other schema libraries, also correctly sets the dependencies ([#2483](https://github.com/triggerdotdev/trigger.dev/pull/2483))
8+
- Add the mcpName property to the CLI package.json to allow publishing our MCP server to the Anthropic MCP registry ([#2510](https://github.com/triggerdotdev/trigger.dev/pull/2510))
9+
- Added new CLI command to list and view environment variables ([#2485](https://github.com/triggerdotdev/trigger.dev/pull/2485))
10+
- Attach to existing deployment for deployments triggered in the build server. If `TRIGGER_EXISTING_DEPLOYMENT_ID` env var is set, the `deploy` command now skips the deployment initialization. ([#2501](https://github.com/triggerdotdev/trigger.dev/pull/2501))
11+
- - Reduce restore times by 5s due to immediate polling ([#2516](https://github.com/triggerdotdev/trigger.dev/pull/2516))
12+
- Fix `s is not a function` and surface underlying error messages
13+
- Reduce restore recovery time and fix deprecated runner false positives ([#2523](https://github.com/triggerdotdev/trigger.dev/pull/2523))
14+
- Added the heartbeats.yield utility to allow tasks that do continuous CPU-heavy work to heartbeat and continue running ([#2489](https://github.com/triggerdotdev/trigger.dev/pull/2489))
15+
- Updated dependencies:
16+
- `@trigger.dev/[email protected]`
17+
- `@trigger.dev/[email protected]`
18+
- `@trigger.dev/[email protected]`
19+
320
## 4.0.2
421

522
### Patch Changes

0 commit comments

Comments
 (0)