@websolutespa/payload-plugin-seo 0.1.4 → 2.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 +67 -61
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,61 +1,67 @@
1
- # @websolutespa/payload-plugin-seo
2
-
3
- ## 0.1.4
4
-
5
- ### Patch Changes
6
-
7
- - - Improved rules evaluation performance
8
-
9
- ## 0.1.3
10
-
11
- ### Patch Changes
12
-
13
- - - Add rules field localization
14
-
15
- ## 0.1.2
16
-
17
- ### Patch Changes
18
-
19
- - 0b4e928: Modified: translations
20
- - Updated dependencies [0b4e928]
21
- - Updated dependencies [e921c43]
22
- - Updated dependencies [e921c43]
23
- - @websolutespa/payload-utils@0.0.3
24
-
25
- ## 0.1.1
26
-
27
- ### Patch Changes
28
-
29
- - 15ad595: Modified: payload local api consolidated overrideAccess
30
-
31
- ## 0.1.0
32
-
33
- ### Minor Changes
34
-
35
- - 8475b68: Added: external dependency payload-utils
36
- - 946a81f: Updating: dependency payload 2.28.0
37
-
38
- ### Patch Changes
39
-
40
- - Updated dependencies [8475b68]
41
- - @websolutespa/payload-utils@0.0.1
42
-
43
- ## 0.0.3
44
-
45
- ### Patch Changes
46
-
47
- - Fixing: utility functions exports
48
-
49
- ## 0.0.2
50
-
51
- ### Patch Changes
52
-
53
- - 882a9be: add token autocomplete
54
- add readme
55
- - 8696866: add new tests
56
-
57
- ## 0.0.1
58
-
59
- ### Patch Changes
60
-
61
- - 06a3127: Initial release
1
+ # @websolutespa/payload-plugin-seo
2
+
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Release: Bom 2.0
8
+
9
+ ## 0.1.4
10
+
11
+ ### Patch Changes
12
+
13
+ - - Improved rules evaluation performance
14
+
15
+ ## 0.1.3
16
+
17
+ ### Patch Changes
18
+
19
+ - - Add rules field localization
20
+
21
+ ## 0.1.2
22
+
23
+ ### Patch Changes
24
+
25
+ - 0b4e928: Modified: translations
26
+ - Updated dependencies [0b4e928]
27
+ - Updated dependencies [e921c43]
28
+ - Updated dependencies [e921c43]
29
+ - @websolutespa/payload-utils@0.0.3
30
+
31
+ ## 0.1.1
32
+
33
+ ### Patch Changes
34
+
35
+ - 15ad595: Modified: payload local api consolidated overrideAccess
36
+
37
+ ## 0.1.0
38
+
39
+ ### Minor Changes
40
+
41
+ - 8475b68: Added: external dependency payload-utils
42
+ - 946a81f: Updating: dependency payload 2.28.0
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [8475b68]
47
+ - @websolutespa/payload-utils@0.0.1
48
+
49
+ ## 0.0.3
50
+
51
+ ### Patch Changes
52
+
53
+ - Fixing: utility functions exports
54
+
55
+ ## 0.0.2
56
+
57
+ ### Patch Changes
58
+
59
+ - 882a9be: add token autocomplete
60
+ add readme
61
+ - 8696866: add new tests
62
+
63
+ ## 0.0.1
64
+
65
+ ### Patch Changes
66
+
67
+ - 06a3127: Initial release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@websolutespa/payload-plugin-seo",
3
- "version": "0.1.4",
3
+ "version": "2.0.0",
4
4
  "description": "SEO plugin for PayloadCms",
5
5
  "keywords": [
6
6
  "payload",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@payloadcms/db-mongodb": ">= 1.2.0",
30
- "@websolutespa/payload-utils": "*",
30
+ "@websolutespa/payload-utils": "^2.0.0",
31
31
  "payload": ">= 2.28.0 < 3",
32
32
  "react": ">= 18.2.0",
33
33
  "uuid": ">= 9.0.1"
@@ -35,13 +35,13 @@
35
35
  "devDependencies": {
36
36
  "@types/express": "^4.17.15",
37
37
  "@types/uuid": "^9.0.2",
38
- "@websolutespa/bom-cli": "*",
39
- "@websolutespa/bom-env": "*",
40
- "@websolutespa/test": "*",
41
- "@websolutespa/tsconfig": "*",
38
+ "@websolutespa/bom-cli": "^2.0.0",
39
+ "@websolutespa/bom-env": "^2.0.0",
40
+ "@websolutespa/test": "^2.0.0",
41
+ "@websolutespa/tsconfig": "^2.0.0",
42
42
  "esbuild-sass-plugin": "^2.10.0",
43
43
  "eslint": "^8.56.0",
44
- "eslint-config-websolute": "*",
44
+ "eslint-config-websolute": "^2.0.0",
45
45
  "mongodb-memory-server": "^8.13.0",
46
46
  "react": "^18.2.0",
47
47
  "ts-node": "^10.9.2",