Updating to the latest version

To update your Paragraph project to the latest version, run the following commands in your terminal:

# Update the CLI
npm install -g @useparagon/cli
# Update the core libraries in your project
para install --sync-versions

Release Notes

v1.0.21
  • Fixes an issue where para pull could fail if the workflow name contains a / character.
  • Adds support for Password-type inputs in the Connect Portal configuration.
v1.0.20
  • Fixes an issue where Request steps without query parameters could cause an extra ?= to be added to the URL after pulling/pushing.
v1.0.19
  • Adds full support for pulling Resource Request steps.
  • Fixes type issues for App Event triggers using Field Mapping.
  • Fixes an issue where a nested object in the Request body could be pulled incorrectly as [object Object].