@focus-reactive/payload-plugin-ab 1.0.0 โ†’ 1.1.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 +1 -1
  2. package/package.json +8 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @focus-reactive/payload-plugin-ab
1
+ # @focus-reactive/payload-plugin-ab ๐Ÿงช
2
2
 
3
3
  A/B testing plugin for [Payload CMS](https://payloadcms.com/) v3. Automatically maintains a **variant manifest** โ€” a path-keyed map of A/B variant data โ€” by hooking into Payload collection events. The manifest is designed to be read by Next.js middleware at the edge to route users to the correct variant without an additional database round-trip.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@focus-reactive/payload-plugin-ab",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "A/B testing plugin for Payload CMS",
5
5
  "keywords": [
6
6
  "payload-cms",
@@ -108,6 +108,12 @@
108
108
  "access": "public"
109
109
  },
110
110
  "devDependencies": {
111
+ "@semantic-release/changelog": "^6.0.3",
112
+ "@semantic-release/commit-analyzer": "^13.0.1",
113
+ "@semantic-release/git": "^10.0.1",
114
+ "@semantic-release/github": "^12.0.6",
115
+ "@semantic-release/npm": "^13.1.5",
116
+ "@semantic-release/release-notes-generator": "^14.1.0",
111
117
  "@types/node": "^20.0.0",
112
118
  "@types/react": "^19.0.0",
113
119
  "eslint": "^9.0.0",
@@ -115,6 +121,7 @@
115
121
  "next": "15.4.10",
116
122
  "payload": "3.73.0",
117
123
  "prettier": "^3.0.0",
124
+ "semantic-release": "^25.0.3",
118
125
  "tsup": "^8.0.0",
119
126
  "typescript": "^5.0.0",
120
127
  "typescript-eslint": "^8.0.0"