Compare commits

..

2 Commits

Author SHA1 Message Date
Elliot DeNolf
1a11466e69 chore(release): v3.0.0-alpha.54 [skip ci] 2024-04-04 21:05:18 -04:00
Elliot DeNolf
78ab2fbe09 chore: adjust translations and next publishConfig 2024-04-04 21:03:36 -04:00
17 changed files with 20 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "payload-monorepo",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"private": true,
"type": "module",
"workspaces:": [

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/db-mongodb",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"description": "The officially supported MongoDB database adapter for Payload",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/db-postgres",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"description": "The officially supported Postgres database adapter for Payload",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/graphql",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"main": "./src/index.ts",
"types": "./src/index.d.ts",
"type": "module",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/next",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"main": "./src/index.js",
"types": "./src/index.js",
"type": "module",
@@ -80,7 +80,7 @@
},
"publishConfig": {
"main": "./dist/index.js",
"types": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./css": {
"import": "./dist/prod/styles.css",

View File

@@ -1,6 +1,6 @@
{
"name": "payload",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"description": "Node, React and MongoDB Headless CMS and Application Framework",
"license": "MIT",
"main": "./src/index.ts",

View File

@@ -1,7 +1,7 @@
{
"name": "@payloadcms/plugin-cloud-storage",
"description": "The official cloud storage plugin for Payload CMS",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"main": "./src/index.ts",
"types": "./src/index.ts",
"type": "module",

View File

@@ -1,7 +1,7 @@
{
"name": "@payloadcms/plugin-cloud",
"description": "The official Payload Cloud plugin",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"main": "./src/index.ts",
"types": "./src/index.ts",
"license": "MIT",

View File

@@ -1,7 +1,7 @@
{
"name": "@payloadcms/plugin-form-builder",
"description": "Form builder plugin for Payload CMS",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"homepage:": "https://payloadcms.com",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/plugin-nested-docs",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"description": "The official Nested Docs plugin for Payload",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/plugin-redirects",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"homepage:": "https://payloadcms.com",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/plugin-search",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"homepage:": "https://payloadcms.com",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/plugin-seo",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"homepage:": "https://payloadcms.com",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/richtext-lexical",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"description": "The officially supported Lexical richtext adapter for Payload",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/richtext-slate",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"description": "The officially supported Slate richtext adapter for Payload",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/translations",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"main": "./src/exports/index.ts",
"types": "./src/types.ts",
"type": "module",
@@ -33,6 +33,8 @@
},
"publishConfig": {
"access": "public",
"main": "./dist/exports/index.js",
"types": "./dist/exports/index.d.ts",
"exports": {
".": {
"import": "./dist/exports/index.js",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/ui",
"version": "3.0.0-alpha.53",
"version": "3.0.0-alpha.54",
"type": "module",
"homepage": "https://payloadcms.com",
"repository": {