@wix/vibe-forms-app-plugin 0.32.1 → 0.32.3
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 +3 -3
- package/dist/index.cjs +69134 -132867
- package/dist/index.cjs.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Wix Vibe Forms App Plugin
|
|
2
2
|
|
|
3
|
-
A Wix Vibe plugin that
|
|
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
|
|
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.
|