@payloadcms/plugin-form-builder 3.84.0 → 3.84.1

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  A plugin for [Payload](https://github.com/payloadcms/payload) to easily allow admin editors to build and manage forms within the admin panel.
4
4
 
5
- - [Source code](https://github.com/payloadcms/payload/tree/main/packages/plugin-form-builder)
5
+ - [Source code](https://github.com/payloadcms/payload/tree/3.x/packages/plugin-form-builder)
6
6
  - [Documentation](https://payloadcms.com/docs/plugins/form-builder)
7
- - [Documentation source](https://github.com/payloadcms/payload/tree/main/docs/plugins/form-builder.mdx)
7
+ - [Documentation source](https://github.com/payloadcms/payload/tree/3.x/docs/plugins/form-builder.mdx)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/plugin-form-builder",
3
- "version": "3.84.0",
3
+ "version": "3.84.1",
4
4
  "description": "Form builder plugin for Payload CMS",
5
5
  "keywords": [
6
6
  "payload",
@@ -53,7 +53,7 @@
53
53
  ],
54
54
  "dependencies": {
55
55
  "escape-html": "^1.0.3",
56
- "@payloadcms/ui": "3.84.0"
56
+ "@payloadcms/ui": "3.84.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/escape-html": "^1.0.4",
@@ -62,12 +62,12 @@
62
62
  "copyfiles": "^2.4.1",
63
63
  "cross-env": "^7.0.3",
64
64
  "@payloadcms/eslint-config": "3.28.0",
65
- "payload": "3.84.0"
65
+ "payload": "3.84.1"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "react": "^19.0.1 || ^19.1.2 || ^19.2.1",
69
69
  "react-dom": "^19.0.1 || ^19.1.2 || ^19.2.1",
70
- "payload": "3.84.0"
70
+ "payload": "3.84.1"
71
71
  },
72
72
  "publishConfig": {
73
73
  "registry": "https://registry.npmjs.org/"