payload 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 +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -69,16 +69,16 @@ All-in-one on Vercel — one click to deploy Payload with a **Next.js** front en
69
69
 
70
70
  Jumpstart your next project with a ready-to-go template. These are **production-ready, end-to-end solutions** designed to get you to market fast. Build any kind of **website**, **ecommerce store**, **blog**, or **portfolio** — complete with a modern front end built using **React Server Components** and **Tailwind**.
71
71
 
72
- #### 🌐 [Website](https://github.com/payloadcms/payload/tree/main/templates/website)
72
+ #### 🌐 [Website](https://github.com/payloadcms/payload/tree/3.x/templates/website)
73
73
 
74
- #### 🛍️ [Ecommerce](https://github.com/payloadcms/payload/tree/main/templates/ecommerce) 🎉 _**NEW**_ 🎉
74
+ #### 🛍️ [Ecommerce](https://github.com/payloadcms/payload/tree/3.x/templates/ecommerce) 🎉 _**NEW**_ 🎉
75
75
 
76
- We're constantly adding more templates to our [**Templates Directory**](https://github.com/payloadcms/payload/tree/main/templates).
76
+ We're constantly adding more templates to our [**Templates Directory**](https://github.com/payloadcms/payload/tree/3.x/templates).
77
77
  If you maintain your own, add the `payload-template` topic to your GitHub repo so others can discover it.
78
78
 
79
79
  **🔗 Explore more:**
80
80
 
81
- - [Official Templates](https://github.com/payloadcms/payload/tree/main/templates)
81
+ - [Official Templates](https://github.com/payloadcms/payload/tree/3.x/templates)
82
82
  - [Community Templates](https://github.com/topics/payload-template)
83
83
 
84
84
  ## ✨ Payload Features
@@ -106,7 +106,7 @@ If you maintain your own, add the `payload-template` topic to your GitHub repo s
106
106
 
107
107
  Check out the [Payload website](https://payloadcms.com/docs/getting-started/what-is-payload) to find in-depth documentation for everything that Payload offers.
108
108
 
109
- Migrating from v2 to v3? Check out the [3.0 Migration Guide](https://github.com/payloadcms/payload/blob/main/docs/migration-guide/overview.mdx) on how to do it.
109
+ Migrating from v2 to v3? Check out the [3.0 Migration Guide](https://github.com/payloadcms/payload/blob/3.x/docs/migration-guide/overview.mdx) on how to do it.
110
110
 
111
111
  ## 🙋 Contributing
112
112
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payload",
3
- "version": "3.84.0",
3
+ "version": "3.84.1",
4
4
  "description": "Node, React, Headless CMS and Application Framework built on Next.js",
5
5
  "keywords": [
6
6
  "admin panel",
@@ -115,7 +115,7 @@
115
115
  "undici": "7.24.4",
116
116
  "uuid": "11.1.0",
117
117
  "ws": "^8.16.0",
118
- "@payloadcms/translations": "3.84.0"
118
+ "@payloadcms/translations": "3.84.1"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@hyrious/esbuild-plugin-commonjs": "0.2.6",