Skip to content

Commit b5046de

Browse files
chore: Update version for release
1 parent 08702cd commit b5046de

23 files changed

+95
-50
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/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/core@4.0.3`
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
- 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))
12+
- Updated dependencies:
13+
- `@trigger.dev/core@4.0.3`
14+
- `@trigger.dev/build@4.0.3`
15+
- `@trigger.dev/schema-to-json@4.0.3`
16+
317
## 4.0.2
418

519
### Patch Changes

packages/cli-v3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trigger.dev",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "A Command-Line Interface for Trigger.dev projects",
55
"type": "module",
66
"license": "MIT",
@@ -92,9 +92,9 @@
9292
"@opentelemetry/resources": "2.0.1",
9393
"@opentelemetry/sdk-trace-node": "2.0.1",
9494
"@opentelemetry/semantic-conventions": "1.36.0",
95-
"@trigger.dev/build": "workspace:4.0.2",
96-
"@trigger.dev/core": "workspace:4.0.2",
97-
"@trigger.dev/schema-to-json": "workspace:4.0.2",
95+
"@trigger.dev/build": "workspace:4.0.3",
96+
"@trigger.dev/core": "workspace:4.0.3",
97+
"@trigger.dev/schema-to-json": "workspace:4.0.3",
9898
"ansi-escapes": "^7.0.0",
9999
"braces": "^3.0.3",
100100
"c12": "^1.11.1",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# internal-platform
22

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- 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))
8+
39
## 4.0.2
410

511
## 4.0.1

0 commit comments

Comments
 (0)