Skip to content

chore: Update version for release #1351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2024
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
5 changes: 0 additions & 5 deletions .changeset/real-bags-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-tomatoes-beam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-rats-rhyme.md

This file was deleted.

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

## 3.0.8

### Patch Changes

- Puppeteer extension: set the PUPPETEER_EXECUTABLE_PATH env var ([#1350](https://github.com/triggerdotdev/trigger.dev/pull/1350))
- Updated dependencies:
- `@trigger.dev/core@3.0.8`

## 3.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/build",
"version": "3.0.7",
"version": "3.0.8",
"description": "trigger.dev build extensions",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"check-exports": "attw --pack ."
},
"dependencies": {
"@trigger.dev/core": "workspace:3.0.7",
"@trigger.dev/core": "workspace:3.0.8",
"pkg-types": "^1.1.3",
"tinyglobby": "^0.2.2",
"tsconfck": "3.1.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# trigger.dev

## 3.0.8

### Patch Changes

- Updated dependencies:
- `@trigger.dev/build@3.0.8`
- `@trigger.dev/core@3.0.8`

## 3.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trigger.dev",
"version": "3.0.7",
"version": "3.0.8",
"description": "A Command-Line Interface for Trigger.dev (v3) projects",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -87,8 +87,8 @@
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@trigger.dev/build": "workspace:3.0.7",
"@trigger.dev/core": "workspace:3.0.7",
"@trigger.dev/build": "workspace:3.0.8",
"@trigger.dev/core": "workspace:3.0.8",
"c12": "^1.11.1",
"chalk": "^5.2.0",
"cli-table3": "^0.6.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# internal-platform

## 3.0.8

### Patch Changes

- Add otel propagation headers "below" the API fetch span, to attribute the child runs with the proper parent span ID ([#1352](https://github.com/triggerdotdev/trigger.dev/pull/1352))
- Add Run metadata to allow for storing up to 4KB of data on a run and update it during the run ([#1357](https://github.com/triggerdotdev/trigger.dev/pull/1357))

## 3.0.7

## 3.0.6
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/core",
"version": "3.0.7",
"version": "3.0.8",
"description": "Core code used across the Trigger.dev SDK and platform",
"license": "MIT",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/trigger-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @trigger.dev/sdk

## 3.0.8

### Patch Changes

- Add Run metadata to allow for storing up to 4KB of data on a run and update it during the run ([#1357](https://github.com/triggerdotdev/trigger.dev/pull/1357))
- Updated dependencies:
- `@trigger.dev/core@3.0.8`

## 3.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/trigger-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/sdk",
"version": "3.0.7",
"version": "3.0.8",
"description": "trigger.dev Node.JS SDK",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"@opentelemetry/api": "1.9.0",
"@opentelemetry/api-logs": "0.52.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@trigger.dev/core": "workspace:3.0.7",
"@trigger.dev/core": "workspace:3.0.8",
"chalk": "^5.2.0",
"cronstrue": "^2.21.0",
"debug": "^4.3.4",
Expand Down