@websolutespa/payload-plugin-seo 2.0.1-next.4 → 3.0.0

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/CHANGELOG.md +85 -91
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,91 +1,85 @@
1
- # @websolutespa/payload-plugin-seo
2
-
3
- ## 2.0.1-next.4
4
-
5
- ### Patch Changes
6
-
7
- - - Changed token autocomplete library
8
-
9
- ## 2.0.1-next.3
10
-
11
- ### Patch Changes
12
-
13
- - - Fix token list retrieval, richText replacement (payload3)
14
-
15
- ## 2.0.1-next.2
16
-
17
- ### Patch Changes
18
-
19
- - Updating: dependencies and build step
20
-
21
- ## 2.0.1-next.0
22
-
23
- ### Major Changes
24
-
25
- - e74b305: Release: Payload 3.7.0
26
-
27
- ### Patch Changes
28
-
29
- - Updated dependencies [e74b305]
30
- - @websolutespa/payload-utils@2.0.1-next.0
31
- - @websolutespa/bom-core@2.0.1-next.0
32
-
33
- ## 0.1.4
34
-
35
- ### Patch Changes
36
-
37
- - - Improved rules evaluation performance
38
-
39
- ## 0.1.3
40
-
41
- ### Patch Changes
42
-
43
- - - Add rules field localization
44
-
45
- ## 0.1.2
46
-
47
- ### Patch Changes
48
-
49
- - 0b4e928: Modified: translations
50
- - Updated dependencies [0b4e928]
51
- - Updated dependencies [e921c43]
52
- - Updated dependencies [e921c43]
53
- - @websolutespa/payload-utils@0.0.3
54
-
55
- ## 0.1.1
56
-
57
- ### Patch Changes
58
-
59
- - 15ad595: Modified: payload local api consolidated overrideAccess
60
-
61
- ## 0.1.0
62
-
63
- ### Minor Changes
64
-
65
- - 8475b68: Added: external dependency payload-utils
66
- - 946a81f: Updating: dependency payload 2.28.0
67
-
68
- ### Patch Changes
69
-
70
- - Updated dependencies [8475b68]
71
- - @websolutespa/payload-utils@0.0.1
72
-
73
- ## 0.0.3
74
-
75
- ### Patch Changes
76
-
77
- - Fixing: utility functions exports
78
-
79
- ## 0.0.2
80
-
81
- ### Patch Changes
82
-
83
- - 882a9be: add token autocomplete
84
- add readme
85
- - 8696866: add new tests
86
-
87
- ## 0.0.1
88
-
89
- ### Patch Changes
90
-
91
- - 06a3127: Initial release
1
+ # @websolutespa/payload-plugin-seo
2
+
3
+ ## 3.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Release: Bom 3.0
8
+
9
+ ## 2.0.1-next.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Changed token autocomplete library
14
+
15
+ ## 2.0.1-next.3
16
+
17
+ ### Patch Changes
18
+
19
+ - Fix token list retrieval, richText replacement (payload3)
20
+
21
+ ## 2.0.1-next.2
22
+
23
+ ### Patch Changes
24
+
25
+ - Updating: dependencies and build step
26
+
27
+ ## 0.1.4
28
+
29
+ ### Patch Changes
30
+
31
+ - - Improved rules evaluation performance
32
+
33
+ ## 0.1.3
34
+
35
+ ### Patch Changes
36
+
37
+ - - Add rules field localization
38
+
39
+ ## 0.1.2
40
+
41
+ ### Patch Changes
42
+
43
+ - 0b4e928: Modified: translations
44
+ - Updated dependencies [0b4e928]
45
+ - Updated dependencies [e921c43]
46
+ - Updated dependencies [e921c43]
47
+ - @websolutespa/payload-utils@0.0.3
48
+
49
+ ## 0.1.1
50
+
51
+ ### Patch Changes
52
+
53
+ - 15ad595: Modified: payload local api consolidated overrideAccess
54
+
55
+ ## 0.1.0
56
+
57
+ ### Minor Changes
58
+
59
+ - 8475b68: Added: external dependency payload-utils
60
+ - 946a81f: Updating: dependency payload 2.28.0
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [8475b68]
65
+ - @websolutespa/payload-utils@0.0.1
66
+
67
+ ## 0.0.3
68
+
69
+ ### Patch Changes
70
+
71
+ - Fixing: utility functions exports
72
+
73
+ ## 0.0.2
74
+
75
+ ### Patch Changes
76
+
77
+ - 882a9be: add token autocomplete
78
+ add readme
79
+ - 8696866: add new tests
80
+
81
+ ## 0.0.1
82
+
83
+ ### Patch Changes
84
+
85
+ - 06a3127: Initial release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@websolutespa/payload-plugin-seo",
3
- "version": "2.0.1-next.4",
3
+ "version": "3.0.0",
4
4
  "description": "SEO plugin for PayloadCms",
5
5
  "keywords": [
6
6
  "payload",
@@ -33,39 +33,39 @@
33
33
  "ts-deepmerge": "^2.0.1"
34
34
  },
35
35
  "peerDependencies": {
36
- "@payloadcms/db-mongodb": "3.70.0",
37
- "@payloadcms/ui": "3.70.0",
38
- "@websolutespa/bom-core": "2.0.1-next.2",
39
- "@websolutespa/payload-utils": "2.0.1-next.2",
40
- "payload": "3.70.0",
41
- "react": "19.2.1",
42
- "react-dom": "19.2.1",
36
+ "@payloadcms/db-mongodb": "3.74.0",
37
+ "@websolutespa/bom-core": "*",
38
+ "@websolutespa/payload-utils": "*",
39
+ "@payloadcms/ui": "3.74.0",
40
+ "payload": "3.74.0",
41
+ "react": "19.2.3",
42
+ "react-dom": "19.2.3",
43
43
  "uuid": "9.0.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@payloadcms/db-mongodb": "3.70.0",
47
- "@payloadcms/ui": "3.70.0",
46
+ "@payloadcms/db-mongodb": "3.74.0",
47
+ "@payloadcms/ui": "3.74.0",
48
48
  "@swc-node/register": "1.10.9",
49
49
  "@swc/cli": "0.6.0",
50
50
  "@swc/core": "1.6.4",
51
51
  "@types/express": "^4.17.15",
52
- "@types/react": "19.2.1",
53
- "@types/react-dom": "19.2.1",
52
+ "@types/react-dom": "19.2.3",
54
53
  "@types/react-mentions": "^4.4.1",
54
+ "@types/react": "19.2.10",
55
55
  "@types/uuid": "^9.0.2",
56
- "@websolutespa/bom-core": "2.0.1-next.2",
57
- "@websolutespa/eslint-config": "2.0.1-next.2",
58
- "@websolutespa/payload-utils": "2.0.1-next.2",
59
- "@websolutespa/test": "2.0.1-next.2",
60
- "@websolutespa/tsconfig": "2.0.1-next.2",
56
+ "@websolutespa/bom-core": "*",
57
+ "@websolutespa/eslint-config": "*",
58
+ "@websolutespa/payload-utils": "*",
59
+ "@websolutespa/test": "*",
60
+ "@websolutespa/tsconfig": "*",
61
61
  "copyfiles": "2.4.1",
62
62
  "esbuild-sass-plugin": "2.16.1",
63
63
  "eslint": "9.31.0",
64
64
  "mongodb-memory-server": "10.1.4",
65
65
  "npm-run-all": "4.1.5",
66
- "payload": "3.70.0",
67
- "react": "19.2.1",
68
- "react-dom": "19.2.1",
66
+ "payload": "3.74.0",
67
+ "react-dom": "19.2.3",
68
+ "react": "19.2.3",
69
69
  "tsdown": "0.12.9",
70
70
  "typescript": "5.8.3",
71
71
  "uuid": "9.0.1"