diff --git a/.changeset/pre.json b/.changeset/pre.json index a9bc7b6c4..36aed44ed 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -92,6 +92,7 @@ "rich-clocks-attack", "rich-suns-leave", "rude-bees-taste", + "serious-falcons-laugh", "shiny-mirrors-beam", "shy-bobcats-hear", "silent-mirrors-lay", diff --git a/integrations/openai/CHANGELOG.md b/integrations/openai/CHANGELOG.md index 3c4d003d0..dc461052f 100644 --- a/integrations/openai/CHANGELOG.md +++ b/integrations/openai/CHANGELOG.md @@ -1,5 +1,11 @@ # @trigger.dev/slack +## 1.0.0-next.8 + +### Patch Changes + +- 1fef1fa5: Adding `native` property to get access to underlying client in local auth only integrations + ## 1.0.0-next.7 ### Patch Changes diff --git a/integrations/openai/package.json b/integrations/openai/package.json index 86331b739..273654c06 100644 --- a/integrations/openai/package.json +++ b/integrations/openai/package.json @@ -1,6 +1,6 @@ { "name": "@trigger.dev/openai", - "version": "1.0.0-next.7", + "version": "1.0.0-next.8", "description": "The official OpenAI integration for Trigger.dev", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/integrations/stripe/CHANGELOG.md b/integrations/stripe/CHANGELOG.md index f9a4ccef7..95070665f 100644 --- a/integrations/stripe/CHANGELOG.md +++ b/integrations/stripe/CHANGELOG.md @@ -1,5 +1,11 @@ # @trigger.dev/stripe +## 0.1.0-next.1 + +### Patch Changes + +- 1fef1fa5: Adding `native` property to get access to underlying client in local auth only integrations + ## 0.1.0-next.0 ### Minor Changes diff --git a/integrations/stripe/package.json b/integrations/stripe/package.json index 74294f95a..5aefc78c4 100644 --- a/integrations/stripe/package.json +++ b/integrations/stripe/package.json @@ -1,6 +1,6 @@ { "name": "@trigger.dev/stripe", - "version": "0.1.0-next.0", + "version": "0.1.0-next.1", "description": "Trigger.dev integration for stripe", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/integrations/supabase/CHANGELOG.md b/integrations/supabase/CHANGELOG.md index 85e8c0900..3eee8c824 100644 --- a/integrations/supabase/CHANGELOG.md +++ b/integrations/supabase/CHANGELOG.md @@ -1,5 +1,11 @@ # @trigger.dev/supabase +## 0.1.1-next.1 + +### Patch Changes + +- 1fef1fa5: Adding `native` property to get access to underlying client in local auth only integrations + ## 0.1.1-next.0 ### Patch Changes diff --git a/integrations/supabase/package.json b/integrations/supabase/package.json index 36dc535fb..2d85270ed 100644 --- a/integrations/supabase/package.json +++ b/integrations/supabase/package.json @@ -1,6 +1,6 @@ { "name": "@trigger.dev/supabase", - "version": "0.1.1-next.0", + "version": "0.1.1-next.1", "description": "Trigger.dev integration for @supabase/supabase-js", "main": "./dist/index.js", "types": "./dist/index.d.ts",