Skip to content

Commit 31da8f0

Browse files
committed
[Components] l3mbda: bump patch versions
1 parent b75a138 commit 31da8f0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/l3mbda/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/l3mbda",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream l3mbda Components",
55
"main": "l3mbda.app.mjs",
66
"keywords": [

components/l3mbda/sources/new-erc-1155-transfer-instant/new-erc-1155-transfer-instant.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "l3mbda-new-erc-1155-transfer-instant",
88
name: "New ERC1155 NFT Transfer (Instant)",
99
description: "Emit new event when a new ERC1155 NFT transfer is detected by [l3mbda.](https://l3mbda.com/)",
10-
version: "0.0.1",
10+
version: "0.0.2",
1111
type: "source",
1212
dedupe: "unique",
1313
props: {

components/l3mbda/sources/new-erc-20-transfer-instant/new-erc-20-transfer-instant.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "l3mbda-new-erc-20-transfer-instant",
88
name: "New ERC20 Transfer (Instant)",
99
description: "Emit new event when a new ERC20 transfer is detected by [l3mbda.](https://l3mbda.com/)",
10-
version: "0.0.1",
10+
version: "0.0.2",
1111
type: "source",
1212
dedupe: "unique",
1313
props: {

components/l3mbda/sources/new-erc-721-transfer-instant/new-erc-721-transfer-instant.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "l3mbda-new-erc-721-transfer-instant",
88
name: "New ERC721 NFT Transfer (Instant)",
99
description: "Emit new event when a new ERC721 NFT transfer is detected by [l3mbda.](https://l3mbda.com/)",
10-
version: "0.0.1",
10+
version: "0.0.2",
1111
type: "source",
1212
dedupe: "unique",
1313
props: {

components/l3mbda/sources/new-eth-transfer-instant/new-eth-transfer-instant.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "l3mbda-new-eth-transfer-instant",
77
name: "New ETH Transfer (Instant)",
88
description: "Emit new event when a new ETH transfer is detected by [l3mbda.](https://l3mbda.com/)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "source",
1111
dedupe: "unique",
1212
props: {

0 commit comments

Comments
 (0)