@wix/vibe-forms-app-plugin 0.32.1 → 0.32.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Wix Vibe Forms App Plugin
2
2
 
3
- A Wix Vibe plugin that automatically installs and configures the Wix Forms App, enabling dynamic form creation and integration for Wix Vibe projects.
3
+ A Wix Vibe plugin that generates forms definitions, creates schemas and integrates forms into the Vibe site.
4
4
 
5
5
  ## Development
6
6
 
@@ -25,5 +25,5 @@ await unzipAndMergePluginFiles(env, true);
25
25
 
26
26
  ## Publishing new version
27
27
 
28
- Publish new version by bumping the package version in `package.json` manually.
29
- You also have to update the Form app SDK extension on dev center to use the new version.
28
+ Publish new version by bumping the package version in `package.json` manually. The version should be bumped for *all* forms plugins.
29
+ You also have to update the Wix Forms SDK extension on dev center to use the new version.