Skip to content

Commit 45c9369

Browse files
committed
Bump component version
1 parent f3133c3 commit 45c9369

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

components/slack/slack.app.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export default {
4141
};
4242
},
4343
},
44-
4544
group: {
4645
type: "string",
4746
label: "Group",

components/slottable/package.json

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

components/slottable/slottable.app.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { axios } from "@pipedream/platform";
22

33
export default {
4+
foo: "bar",
45
type: "app",
56
app: "slottable",
67
propDefinitions: {},

0 commit comments

Comments
 (0)