Skip to content

Commit 2e44e22

Browse files
updates after review
1 parent cf16ec8 commit 2e44e22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/remote_retrieval/actions/all-orders/all-orders.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get All Order",
66
description: "Retrieve a list of all orders.[See the documentation](https://www.remoteretrieval.com/api-documentation/#pending-orders)",
77
type: "action",
8-
version: "0.1.0",
8+
version: "0.0.1",
99
props: {
1010
app,
1111
},

components/remote_retrieval/actions/create-device-order/create-device-order.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Create Device Order",
66
description: "Creates a device return order. [See the documentation](https://www.remoteretrieval.com/api-documentation/#create-order)",
77
type: "action",
8-
version: "0.1.0",
8+
version: "0.0.1",
99
props: {
1010
app,
1111

components/remote_retrieval/package.json

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

0 commit comments

Comments
 (0)