Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Webflow v1 components #14829

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-create-collection-item",
name: "Create Collection Item",
description: "Create new collection item. [See the docs here](https://developers.webflow.com/#create-new-collection-item)",
version: "0.1.7",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-delete-collection-item",
name: "Delete Collection Item",
description: "Delete Item of a Collection. [See the docs here](https://developers.webflow.com/#remove-collection-item)",
version: "0.0.5",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/fulfill-order/fulfill-order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-fulfill-order",
name: "Fulfill Order",
description: "Fulfill an order. [See the docs here](https://developers.webflow.com/#fulfill-order)",
version: "0.0.4",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-get-collection-item",
name: "Get Collection Item",
description: "Get a Collection Item. [See the docs here](https://developers.webflow.com/#get-single-item)",
version: "0.1.7",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-get-collection",
name: "Get Collection",
description: "Get a collection. [See the docs here](https://developers.webflow.com/#get-collection-with-full-schema)",
version: "0.0.5",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-get-item-inventory",
name: "Get Item Inventory",
description: "Get the inventory of a specific item. [See the docs here](https://developers.webflow.com/#item-inventory)",
version: "0.0.5",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/get-order/get-order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-get-order",
name: "Get Order",
description: "Get an order. [See the docs here](https://developers.webflow.com/#get-order)",
version: "0.0.4",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/get-site/get-site.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-get-site",
name: "Get Site",
description: "Get a site. [See the docs here](https://developers.webflow.com/#get-specific-site)",
version: "0.0.4",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-list-collection-items",
name: "List Collection Items",
description: "List Items of a collection. [See the docs here](https://developers.webflow.com/#get-all-items-for-a-collection)",
version: "0.0.5",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-list-collections",
name: "List Collections",
description: "List collections. [See the docs here](https://developers.webflow.com/#list-collections)",
version: "0.0.4",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/list-orders/list-orders.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "webflow-list-orders",
name: "List Orders",
description: "List orders. [See the docs here](https://developers.webflow.com/#get-all-orders)",
version: "0.0.4",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/list-sites/list-sites.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-list-sites",
name: "List Sites",
description: "List sites. [See the docs here](https://developers.webflow.com/#list-sites)",
version: "0.0.4",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/publish-site/publish-site.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-publish-site",
name: "Publish Site",
description: "Get a site in a specific domain. [See the docs here](https://developers.webflow.com/#publish-site)",
version: "0.0.4",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/refund-order/refund-order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-refund-order",
name: "Refund Order",
description: "Refund an order. [See the docs here](https://developers.webflow.com/#refund-order)",
version: "0.0.4",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-unfulfill-order",
name: "Unfulfill Order",
description: "Unfulfill an order. [See the docs here](https://developers.webflow.com/#unfulfill-order)",
version: "0.0.4",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-update-collection-item",
name: "Update Collection Item",
description: "Update collection item. [See the documentation](https://developers.webflow.com/#update-collection-item)",
version: "0.1.7",
version: "1.0.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Version bump in individual action file needs documentation

The package.json shows the component is at version 0.4.7, while this individual action file shows version 1.0.1. Since there's no CHANGELOG.md file present and this appears to be an individual action version rather than a component-wide version bump, documentation of changes should be added either:

  • In a new CHANGELOG.md file in the components/webflow directory
  • Or as detailed comments in the action file itself explaining the breaking changes
  • components/webflow/actions/update-collection-item/update-collection-item.mjs: Add documentation for version 1.0.1 changes
  • components/webflow: Consider adding a CHANGELOG.md file for tracking significant changes
🔗 Analysis chain

Consider adding a CHANGELOG entry for the major version bump.

Since this is a major version bump (0.1.7 → 1.0.1), it would be helpful to document any breaking changes or significant updates in a CHANGELOG.md file.

Let's check if a CHANGELOG exists:


Let me verify the version history to confirm if this is actually a major version bump.


Let me check the git history to see the previous version:


Let me try one last approach to find version information:


Let me check the package.json for version information:

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for CHANGELOG entries
# Expected: Should find CHANGELOG.md with v1.0.1 entry

# Look for CHANGELOG files in the Webflow component directory
fd -i changelog components/webflow/

# If found, check for version entries
if [ -f "components/webflow/CHANGELOG.md" ]; then
  rg "1.0.1" "components/webflow/CHANGELOG.md"
fi

Length of output: 82


Script:

#!/bin/bash
# Check the git history for previous version
rg -B 2 -A 2 'version:' components/webflow/actions/update-collection-item/update-collection-item.mjs

Length of output: 305


Script:

#!/bin/bash
# Check git history for version changes
git log -p components/webflow/actions/update-collection-item/update-collection-item.mjs | rg -B 2 -A 2 'version:'

Length of output: 0


Script:

#!/bin/bash
# Look for any version-related files or package.json in the webflow component
fd -e json package.json components/webflow/

# Check if there's any version tracking in the component's root
ls -la components/webflow/

Length of output: 605


Script:

#!/bin/bash
# Check package.json content
cat components/webflow/package.json

# Also check if there are any other version files in actions directory
fd -t f . components/webflow/actions/ | rg -i 'version|changelog'

Length of output: 613

type: "action",
props: {
webflow,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-update-item-inventory",
name: "Update Item Inventory",
description: "Update the inventory of a specific item. [See the docs here](https://developers.webflow.com/#update-item-inventory)",
version: "0.0.5",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/update-order/update-order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-update-order",
name: "Update Order",
description: "Update an order. [See the docs here](https://developers.webflow.com/#update-order)",
version: "0.0.4",
version: "1.0.1",
type: "action",
props: {
webflow,
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/webflow",
"version": "0.4.6",
"version": "0.4.7",
"description": "Pipedream Webflow Components",
"main": "webflow.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "webflow-changed-collection-item",
name: "New Changed Collection Item",
description: "Emit new event when a collection item is changed. [See the docs here](https://developers.webflow.com/#model16)",
version: "0.2.3",
version: "1.0.1",
...common,
methods: {
...common.methods,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "webflow-changed-ecommerce-inventory",
name: "New Changed E-commerce Inventory",
description: "Emit new event when an e-commerce inventory level changes. [See the docs here](https://developers.webflow.com/#item-inventory)",
version: "0.2.3",
version: "1.0.1",
...common,
methods: {
...common.methods,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "webflow-changed-ecommerce-order",
name: "New Changed E-commerce Order",
description: "Emit new event when an e-commerce order is changed. [See the docs here](https://developers.webflow.com/#order-model)",
version: "0.2.3",
version: "1.0.1",
...common,
methods: {
...common.methods,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "webflow-new-collection-item",
name: "New Collection Item",
description: "Emit new event when a collection item is created. [See the docs here](https://developers.webflow.com/#item-model)",
version: "0.2.3",
version: "1.0.1",
...common,
hooks: {
...common.hooks,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "webflow-new-deleted-collection-item",
name: "New Deleted Collection Item",
description: "Emit new event when a collection item is deleted. [See the docs here](https://developers.webflow.com/#item-model)",
version: "0.2.3",
version: "1.0.1",
...common,
methods: {
...common.methods,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "webflow-new-ecommerce-order",
name: "New E-commerce Order",
description: "Emit new event when an e-commerce order is created. [See the docs here](https://developers.webflow.com/#order-model)",
version: "0.2.3",
version: "1.0.1",
...common,
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "webflow-new-form-submission",
name: "New Form Submission",
description: "Emit new event when a new form is submitted. [See the docs here](https://developers.webflow.com/#trigger-types)",
version: "0.2.4",
version: "1.0.1",
...common,
methods: {
...common.methods,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "webflow-new-site-published",
name: "New Site Published",
description: "Emit new event when a site is published. [See the docs here](https://developers.webflow.com/#trigger-types)",
version: "0.2.3",
version: "1.0.1",
...common,
hooks: {
...common.hooks,
Expand Down
3 changes: 1 addition & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading