Skip to content

Commit 2ff60f2

Browse files
committed
versions
1 parent 2e500dc commit 2ff60f2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

components/jira/actions/add-attachment-to-issue/add-attachment-to-issue.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "jira-add-attachment-to-issue",
77
name: "Add Attachment To Issue",
88
description: "Adds an attachment to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments/#api-rest-api-3-issue-issueidorkey-attachments-post)",
9-
version: "0.2.12",
9+
version: "1.0.0",
1010
type: "action",
1111
props: {
1212
jira,

components/jira/actions/add-multiple-attachments-to-issue/add-multiple-attachments-to-issue.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "jira-add-multiple-attachments-to-issue",
77
name: "Add Multiple Attachments To Issue",
88
description: "Adds multiple attachments to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments/#api-rest-api-3-issue-issueidorkey-attachments-post)",
9-
version: "0.0.10",
9+
version: "1.0.0",
1010
type: "action",
1111
props: {
1212
jira,

components/jira/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/jira",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "Pipedream Jira Components",
55
"main": "jira.app.mjs",
66
"keywords": [

components/trello/actions/add-attachment-to-card/add-attachment-to-card.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "trello-add-attachment-to-card",
77
name: "Add Attachment To Card",
88
description: "Adds a file attachment on a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-attachments-post)",
9-
version: "0.0.3",
9+
version: "1.0.0",
1010
type: "action",
1111
props: {
1212
app,

components/trello/actions/create-card/create-card.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "trello-create-card",
88
name: "Create Card",
99
description: "Creates a new card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-post).",
10-
version: "0.1.2",
10+
version: "1.0.0",
1111
type: "action",
1212
props: {
1313
app,

components/trello/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/trello",
3-
"version": "0.4.2",
3+
"version": "1.0.0",
44
"description": "Pipedream Trello Components",
55
"main": "trello.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)