Skip to content

Commit 03690a0

Browse files
bumping versions to republish (#15659)
1 parent b38f664 commit 03690a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/aws/package.json

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

components/aws/sources/new-emails-sent-to-ses-catch-all-domain/new-emails-sent-to-ses-catch-all-domain.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
These events can trigger a Pipedream workflow and can be consumed via SSE or REST API.
1717
`),
1818
type: "source",
19-
version: "1.2.4",
19+
version: "1.2.5",
2020
props: {
2121
...base.props,
2222
domain: {

components/imap/package.json

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

components/imap/sources/new-email/new-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
key: "imap-new-email",
1010
name: "New Email",
1111
description: "Emit new event for each new email in a mailbox",
12-
version: "0.0.4",
12+
version: "0.0.5",
1313
type: "source",
1414
dedupe: "unique",
1515
props: {

0 commit comments

Comments
 (0)