Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release live-preview in beta #6053

Open
wants to merge 2 commits into
base: beta
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/live-preview-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@payloadcms/live-preview-react",
"version": "0.2.0",
"version": "3.0.0-beta.18",
"description": "The official live preview React SDK for Payload",
"homepage": "https://payloadcms.com",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"prepublishOnly": "pnpm clean && pnpm turbo build"
},
"dependencies": {
"@payloadcms/live-preview": "workspace:^0.x"
"@payloadcms/live-preview": "workspace:*"
},
"devDependencies": {
"@payloadcms/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/live-preview-vue/.swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
}
},
"module": {
"type": "commonjs"
"type": "es6"
}
}
4 changes: 2 additions & 2 deletions packages/live-preview-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@payloadcms/live-preview-vue",
"version": "0.1.0",
"version": "3.0.0-beta.18",
"description": "The official live preview Vue SDK for Payload",
"homepage": "https://payloadcms.com",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"prepublishOnly": "pnpm clean && pnpm turbo build"
},
"dependencies": {
"@payloadcms/live-preview": "workspace:^0.x"
"@payloadcms/live-preview": "workspace:*"
},
"devDependencies": {
"@payloadcms/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/live-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@payloadcms/live-preview",
"version": "0.2.2",
"version": "3.0.0-beta.18",
"description": "The official live preview JavaScript SDK for Payload",
"homepage": "https://payloadcms.com",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.