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

This commit is contained in:
Dan Ribbens
2024-03-05 10:29:30 -05:00
parent 9ee3b5aae6
commit 661ab4867b
8 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/db-mongodb",
"version": "3.0.0-alpha.12",
"version": "3.0.0-alpha.13",
"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.12",
"version": "3.0.0-alpha.13",
"main": "./src/index.ts",
"types": "./src/index.d.ts",
"scripts": {

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "payload",
"version": "3.0.0-alpha.12",
"version": "3.0.0-alpha.13",
"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.12",
"version": "3.0.0-alpha.13",
"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.12",
"version": "3.0.0-alpha.13",
"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.12",
"version": "3.0.0-alpha.13",
"main": "./src/index.ts",
"types": "./dist/index.d.ts",
"scripts": {