From b31388e75ad8aa2e196e3cef6e1714b4988bb2b3 Mon Sep 17 00:00:00 2001 From: Danny Roosevelt Date: Sun, 6 Jul 2025 19:56:34 -0700 Subject: [PATCH 1/2] Fix Linear get-teams action missing limit prop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The get-teams action was not properly inheriting props from the parent linear_app component. Added utils.getAppProps() to ensure all props (including limit) are correctly imported. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- components/linear/actions/get-teams/get-teams.mjs | 8 +++----- components/linear/package.json | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/components/linear/actions/get-teams/get-teams.mjs b/components/linear/actions/get-teams/get-teams.mjs index fc5dd58a2bb31..39e020ab282f4 100644 --- a/components/linear/actions/get-teams/get-teams.mjs +++ b/components/linear/actions/get-teams/get-teams.mjs @@ -1,5 +1,5 @@ -import linearApp from "../../linear.app.mjs"; import getTeams from "@pipedream/linear_app/actions/get-teams/get-teams.mjs"; +import utils from "../../common/utils.mjs"; /* eslint-disable pipedream/required-properties-type */ /* eslint-disable pipedream/required-properties-name */ @@ -7,11 +7,9 @@ import getTeams from "@pipedream/linear_app/actions/get-teams/get-teams.mjs"; export default { ...getTeams, + ...utils.getAppProps(getTeams), key: "linear-get-teams", description: "Retrieves all teams in your Linear workspace. Returns array of team objects with details like ID, name, and key. Supports pagination with configurable limit. Uses OAuth authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).", - version: "0.2.10", - props: { - linearApp, - }, + version: "0.2.11", }; diff --git a/components/linear/package.json b/components/linear/package.json index 91dd07739ca9c..ba36a4fd887a5 100644 --- a/components/linear/package.json +++ b/components/linear/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/linear", - "version": "0.7.2", + "version": "0.7.3", "description": "Pipedream Linear Components", "main": "linear.app.mjs", "keywords": [ From b22c5c15ae35df174d4759a6ac0ca4d0abbe796b Mon Sep 17 00:00:00 2001 From: Danny Roosevelt Date: Sun, 6 Jul 2025 19:57:23 -0700 Subject: [PATCH 2/2] Update pnpm-lock.yaml --- pnpm-lock.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6d11ae1de7177..ee86e798dedcf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5891,8 +5891,7 @@ importers: components/greenhouse_job_board_api: {} - components/greenspark: - specifiers: {} + components/greenspark: {} components/greptile: dependencies: