Skip to content

Commit 904ec01

Browse files
authored
feat: adds @payloadcms/live-preview-vue to release pipeline (#7328)
1 parent b2814eb commit 904ec01

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"build:graphql": "turbo build --filter graphql",
2323
"build:live-preview": "turbo build --filter live-preview",
2424
"build:live-preview-react": "turbo build --filter live-preview-react",
25+
"build:live-preview-vue": "turbo build --filter live-preview-vue",
2526
"build:next": "turbo build --filter next",
2627
"build:payload": "turbo build --filter payload",
2728
"build:plugin-cloud": "turbo build --filter plugin-cloud",

packages/live-preview-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@payloadcms/live-preview-react",
33
"version": "3.0.0-beta.68",
4-
"description": "The official live preview React SDK for Payload",
4+
"description": "The official React SDK for Payload Live Preview",
55
"homepage": "https://payloadcms.com",
66
"repository": {
77
"type": "git",

packages/live-preview-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@payloadcms/live-preview-vue",
3-
"version": "0.1.0",
4-
"description": "The official live preview Vue SDK for Payload",
3+
"version": "3.0.0-beta.68",
4+
"description": "The official Vue SDK for Payload Live Preview",
55
"homepage": "https://payloadcms.com",
66
"repository": {
77
"type": "git",

scripts/lib/publishList.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const packagePublishList = [
1313
'db-postgres',
1414
'live-preview',
1515
'live-preview-react',
16+
'live-preview-vue',
1617
'richtext-slate',
1718
'richtext-lexical',
1819

tsconfig.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
"@payloadcms/live-preview-react": [
4646
"./packages/live-preview-react/src/index.ts"
4747
],
48+
"@payloadcms/live-preview-vue": [
49+
"./packages/live-preview-vue/src/index.ts"
50+
],
4851
"@payloadcms/ui": [
4952
"./packages/ui/src/exports/client/index.ts"
5053
],
@@ -91,6 +94,9 @@
9194
{
9295
"path": "./packages/live-preview-react"
9396
},
97+
{
98+
"path": "./packages/live-preview-vue"
99+
},
94100
{
95101
"path": "./packages/next"
96102
},

0 commit comments

Comments
 (0)