Skip to content

Commit ba845b1

Browse files
authored
Version bumps (#14928)
1 parent 49ec0cb commit ba845b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/webflow/actions/update-item-inventory/update-item-inventory.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "webflow-update-item-inventory",
55
name: "Update Item Inventory",
66
description: "Update the inventory of a specific item. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/inventory/update)",
7-
version: "0.0.5",
7+
version: "2.0.0",
88
type: "action",
99
props: {
1010
app,

components/webflow/package.json

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

0 commit comments

Comments
 (0)