chore(release): v3.0.0-alpha.11 [skip ci]

This commit is contained in:
Elliot DeNolf
2024-03-04 11:51:20 -05:00
parent f54d96d916
commit 06b2d907b6
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "payload-monorepo",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"private": true,
"workspaces:": [
"packages/*"

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/db-mongodb",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"description": "The officially supported MongoDB database adapter for Payload - Update 2",
"repository": "https://github.com/payloadcms/payload",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/graphql",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"main": "./src/index.ts",
"types": "./src/index.d.ts",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/next",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"main": "./src/index.ts",
"types": "./src/index.d.ts",
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "payload",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"description": "Node, React and MongoDB Headless CMS and Application Framework",
"license": "MIT",
"main": "./dist/index.js",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/richtext-slate",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"description": "The officially supported Slate richtext adapter for Payload",
"repository": "https://github.com/payloadcms/payload",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/translations",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"main": "./dist/exports/index.ts",
"types": "./dist/types.d.ts",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/ui",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"main": "./src/index.ts",
"types": "./dist/index.d.ts",
"scripts": {