chore: Update version for release (#1558)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-12-13 15:48:04 +00:00
committed by GitHub
parent f0182abc83
commit 295b2eb3b6
14 changed files with 60 additions and 27 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@trigger.dev/react-hooks": patch
---
Now compatible with React 19
-9
View File
@@ -1,9 +0,0 @@
---
"@trigger.dev/sdk": patch
"@trigger.dev/react-hooks": patch
---
- Fixes an issue in streams where "chunks" could get split across multiple reads
- Fixed stopping the run subscription after a run is finished, when using useRealtimeRun or useRealtimeRunWithStreams
- Added an `onComplete` callback to `useRealtimeRun` and `useRealtimeRunWithStreams`
- Optimized the run subscription to reduce unnecessary updates
+7
View File
@@ -1,5 +1,12 @@
# @trigger.dev/build
## 3.3.7
### Patch Changes
- Updated dependencies:
- `@trigger.dev/core@3.3.7`
## 3.3.6
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/build",
"version": "3.3.6",
"version": "3.3.7",
"description": "trigger.dev build extensions",
"license": "MIT",
"publishConfig": {
@@ -65,7 +65,7 @@
"check-exports": "attw --pack ."
},
"dependencies": {
"@trigger.dev/core": "workspace:3.3.6",
"@trigger.dev/core": "workspace:3.3.7",
"pkg-types": "^1.1.3",
"tinyglobby": "^0.2.2",
"tsconfck": "3.1.3"
+8
View File
@@ -1,5 +1,13 @@
# trigger.dev
## 3.3.7
### Patch Changes
- Updated dependencies:
- `@trigger.dev/build@3.3.7`
- `@trigger.dev/core@3.3.7`
## 3.3.6
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "trigger.dev",
"version": "3.3.6",
"version": "3.3.7",
"description": "A Command-Line Interface for Trigger.dev (v3) projects",
"type": "module",
"license": "MIT",
@@ -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.3.6",
"@trigger.dev/core": "workspace:3.3.6",
"@trigger.dev/build": "workspace:3.3.7",
"@trigger.dev/core": "workspace:3.3.7",
"c12": "^1.11.1",
"chalk": "^5.2.0",
"cli-table3": "^0.6.3",
+2
View File
@@ -1,5 +1,7 @@
# internal-platform
## 3.3.7
## 3.3.6
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/core",
"version": "3.3.6",
"version": "3.3.7",
"description": "Core code used across the Trigger.dev SDK and platform",
"license": "MIT",
"publishConfig": {
+12
View File
@@ -1,5 +1,17 @@
# @trigger.dev/react-hooks
## 3.3.7
### Patch Changes
- Now compatible with React 19 ([#1559](https://github.com/triggerdotdev/trigger.dev/pull/1559))
- - Fixes an issue in streams where "chunks" could get split across multiple reads ([#1549](https://github.com/triggerdotdev/trigger.dev/pull/1549))
- Fixed stopping the run subscription after a run is finished, when using useRealtimeRun or useRealtimeRunWithStreams
- Added an `onComplete` callback to `useRealtimeRun` and `useRealtimeRunWithStreams`
- Optimized the run subscription to reduce unnecessary updates
- Updated dependencies:
- `@trigger.dev/core@3.3.7`
## 3.3.6
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/react-hooks",
"version": "3.3.6",
"version": "3.3.7",
"description": "trigger.dev react hooks",
"license": "MIT",
"publishConfig": {
@@ -37,7 +37,7 @@
"check-exports": "attw --pack ."
},
"dependencies": {
"@trigger.dev/core": "workspace:^3.3.6",
"@trigger.dev/core": "workspace:^3.3.7",
"swr": "^2.2.5"
},
"devDependencies": {
+7
View File
@@ -1,5 +1,12 @@
# @trigger.dev/rsc
## 3.3.7
### Patch Changes
- Updated dependencies:
- `@trigger.dev/core@3.3.7`
## 3.3.6
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/rsc",
"version": "3.3.6",
"version": "3.3.7",
"description": "trigger.dev rsc",
"license": "MIT",
"publishConfig": {
@@ -37,14 +37,14 @@
"check-exports": "attw --pack ."
},
"dependencies": {
"@trigger.dev/core": "workspace:^3.3.6",
"@trigger.dev/core": "workspace:^3.3.7",
"mlly": "^1.7.1",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@trigger.dev/build": "workspace:^3.3.6",
"@trigger.dev/build": "workspace:^3.3.7",
"@types/node": "^20.14.14",
"@types/react": "*",
"@types/react-dom": "*",
+11
View File
@@ -1,5 +1,16 @@
# @trigger.dev/sdk
## 3.3.7
### Patch Changes
- - Fixes an issue in streams where "chunks" could get split across multiple reads ([#1549](https://github.com/triggerdotdev/trigger.dev/pull/1549))
- Fixed stopping the run subscription after a run is finished, when using useRealtimeRun or useRealtimeRunWithStreams
- Added an `onComplete` callback to `useRealtimeRun` and `useRealtimeRunWithStreams`
- Optimized the run subscription to reduce unnecessary updates
- Updated dependencies:
- `@trigger.dev/core@3.3.7`
## 3.3.6
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/sdk",
"version": "3.3.6",
"version": "3.3.7",
"description": "trigger.dev Node.JS SDK",
"license": "MIT",
"publishConfig": {
@@ -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.3.6",
"@trigger.dev/core": "workspace:3.3.7",
"chalk": "^5.2.0",
"cronstrue": "^2.21.0",
"debug": "^4.3.4",