Closed andrewjschuang closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
[!CAUTION]
Review failed
The pull request is closed.
This pull request introduces version updates across several files in the zoho_campaigns
component. The version numbers for individual action files and the package itself have been incremented from "0.0.1" to "0.0.2" or "0.1.0" to "0.1.1". Additionally, a method in the zoho_campaigns.app.mjs
file has been modified to use a dynamic base API URL instead of a hardcoded one, and a typographical error in a method name has been corrected.
File | Change Summary |
---|---|
components/zoho_campaigns/actions/add-contact-to-mailing-list/add-contact-to-mailing-list.mjs |
Version updated from "0.0.1" to "0.0.2". |
components/zoho_campaigns/actions/create-campaign/create-campaign.mjs |
Version updated from "0.0.1" to "0.0.2". |
components/zoho_campaigns/package.json |
Version updated from "0.1.0" to "0.1.1". |
components/zoho_campaigns/sources/new-campaign/new-campaign.mjs |
Version updated from "0.0.1" to "0.0.2". |
components/zoho_campaigns/sources/new-contact/new-contact.mjs |
Version updated from "0.0.1" to "0.0.2". |
components/zoho_campaigns/zoho_campaigns.app.mjs |
Method _getBaseUrl modified to use a dynamic base API URL; method name corrected from listMailignLists to listMailingLists . |
add-contact-to-mailing-list.mjs
file.bug
, dependencies
🐰 In the garden, changes bloom,
With version updates, there's more room.
From mailing lists to campaigns bright,
Our code grows stronger, taking flight!
A hop, a skip, a joyful cheer,
For every change, we hold so dear! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
WHY
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
listMailignLists
tolistMailingLists
.These updates ensure a smoother user experience and maintain the integrity of the application.