@payloadcms/plugin-seo 3.84.0-internal.d5d6e43 → 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.
- package/README.md +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -6,6 +6,6 @@ If you're using version 2.0.0 or higher of this plugin, you'll need to be using
|
|
|
6
6
|
|
|
7
7
|
If you're still on an older payload version, please use version 1.0.15.
|
|
8
8
|
|
|
9
|
-
- [Source code](https://github.com/payloadcms/payload/tree/
|
|
9
|
+
- [Source code](https://github.com/payloadcms/payload/tree/3.x/packages/plugin-seo)
|
|
10
10
|
- [Documentation](https://payloadcms.com/docs/plugins/seo)
|
|
11
|
-
- [Documentation source](https://github.com/payloadcms/payload/tree/
|
|
11
|
+
- [Documentation source](https://github.com/payloadcms/payload/tree/3.x/docs/plugins/seo.mdx)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/plugin-seo",
|
|
3
|
-
"version": "3.84.
|
|
3
|
+
"version": "3.84.1",
|
|
4
4
|
"description": "SEO plugin for Payload",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -58,20 +58,20 @@
|
|
|
58
58
|
"dist"
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@payloadcms/ui": "3.84.
|
|
62
|
-
"@payloadcms/translations": "3.84.
|
|
61
|
+
"@payloadcms/ui": "3.84.1",
|
|
62
|
+
"@payloadcms/translations": "3.84.1"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/react": "19.2.9",
|
|
66
66
|
"@types/react-dom": "19.2.3",
|
|
67
67
|
"@payloadcms/eslint-config": "3.28.0",
|
|
68
|
-
"@payloadcms/next": "3.84.
|
|
69
|
-
"payload": "3.84.
|
|
68
|
+
"@payloadcms/next": "3.84.1",
|
|
69
|
+
"payload": "3.84.1"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"react": "^19.0.1 || ^19.1.2 || ^19.2.1",
|
|
73
73
|
"react-dom": "^19.0.1 || ^19.1.2 || ^19.2.1",
|
|
74
|
-
"payload": "3.84.
|
|
74
|
+
"payload": "3.84.1"
|
|
75
75
|
},
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"registry": "https://registry.npmjs.org/"
|