Added changesets for the new packages
This commit is contained in:
@@ -4,8 +4,12 @@
|
||||
"commit": false,
|
||||
"fixed": [],
|
||||
"linked": [],
|
||||
"access": "restricted",
|
||||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": ["wss", "webapp", "docs"]
|
||||
}
|
||||
"ignore": [
|
||||
"wss",
|
||||
"webapp",
|
||||
"docs"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@trigger.dev/integration-sdk": patch
|
||||
---
|
||||
|
||||
Created new @trigger.dev/integration-sdk to support our integration packages
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
"@trigger.dev/shopify": patch
|
||||
"@trigger.dev/github": patch
|
||||
"@trigger.dev/resend": patch
|
||||
"@trigger.dev/slack": patch
|
||||
---
|
||||
|
||||
Initial release of isolated integration packages
|
||||
+5
-2
@@ -7,8 +7,11 @@ Trigger.dev uses [changesets](https://github.com/changesets/changesets) to manag
|
||||
To add a changeset, use `pnpm run changeset:add` and follow the instructions [here](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md). Please only ever select one of our public packages when adding a changeset, which currently are:
|
||||
|
||||
- `@trigger.dev/sdk`
|
||||
- `@trigger.dev/integrations`
|
||||
- `@trigger.dev/providers`
|
||||
- `@trigger.dev/integration-sdk`
|
||||
- `@trigger.dev/github`
|
||||
- `@trigger.dev/slack`
|
||||
- `@trigger.dev/shopify`
|
||||
- `@trigger.dev/resend`
|
||||
|
||||
## Release instructions
|
||||
|
||||
|
||||
+2
-3
@@ -55,8 +55,8 @@
|
||||
"apps/webapp/types/**",
|
||||
"packages/internal-platform/src/**",
|
||||
"packages/common-schemas/src/**",
|
||||
"packages/internal-integrations/src/**",
|
||||
"packages/trigger-providers/src/**",
|
||||
"integrations/*/src/**",
|
||||
"packages/integration-catalog/src/**",
|
||||
"packages/emails/src/**",
|
||||
"packages/emails/emails/**",
|
||||
"packages/internal-pulsar/src/**",
|
||||
@@ -233,7 +233,6 @@
|
||||
"apps/webapp/types/**",
|
||||
"packages/internal-platform/src/**",
|
||||
"packages/common-schemas/src/**",
|
||||
"packages/internal-integrations/src/**",
|
||||
"packages/trigger-providers/src/**",
|
||||
"packages/emails/src/**",
|
||||
"packages/emails/emails/**",
|
||||
|
||||
+2
-1
@@ -3,7 +3,8 @@
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
"packages/*",
|
||||
"integrations/*"
|
||||
],
|
||||
"version": "0.0.1",
|
||||
"prisma": {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "integration-catalog",
|
||||
"version": "0.1.16",
|
||||
"description": "Catalog of all the Trigger.dev integration packages",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@trigger.dev/tsconfig": "workspace:*",
|
||||
"@types/node": "16",
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"outDir": "lib",
|
||||
"moduleResolution": "node",
|
||||
"paths": {
|
||||
"@trigger.dev/providers": ["../trigger-providers/src/index"],
|
||||
"@trigger.dev/providers/*": ["../trigger-providers/src/*"]
|
||||
"integration-catalog": ["../integration-catalog/src/index"],
|
||||
"integration-catalog/*": ["../integration-catalog/src/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "**/*.test.*"]
|
||||
|
||||
Reference in New Issue
Block a user