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

chore(cli): release @storyblok/[email protected] #436

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storyblok/field-plugin-cli",
"version": "1.4.0",
"version": "1.5.0",
"license": "MIT",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": "npm run build && npx @storyblok/field-plugin-cli@latest deploy"
},
"dependencies": {
"@storyblok/field-plugin": "1.3.0"
"@storyblok/field-plugin": "1.4.1"
},
"devDependencies": {
"vite": "5.4.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"deploy": "npm run build && npx @storyblok/field-plugin-cli@latest deploy"
},
"dependencies": {
"@storyblok/field-plugin": "1.3.0",
"@storyblok/field-plugin": "1.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"deploy": "npm run build && npx @storyblok/field-plugin-cli@latest deploy"
},
"dependencies": {
"@storyblok/field-plugin": "1.3.0",
"@storyblok/field-plugin": "1.4.1",
"vue": "^2.7.14"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"deploy": "npm run build && npx @storyblok/field-plugin-cli@latest deploy"
},
"dependencies": {
"@storyblok/field-plugin": "1.3.0",
"@storyblok/field-plugin": "1.4.1",
"vue": "^3.2.47"
},
"devDependencies": {
Expand Down
17 changes: 5 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1871,14 +1871,7 @@ __metadata:
languageName: unknown
linkType: soft

"@storyblok/field-plugin@npm:1.3.0":
version: 1.3.0
resolution: "@storyblok/field-plugin@npm:1.3.0"
checksum: 6b48a5c2f712ba412fbf904567b1292be44f8184c1ad7681be4b8102e22b8d188bd8e65e20edad4a196cd45cc66eb3314187963babe1b9f203250df572836be2
languageName: node
linkType: hard

"@storyblok/field-plugin@workspace:*, @storyblok/field-plugin@workspace:packages/field-plugin":
"@storyblok/[email protected], @storyblok/field-plugin@workspace:*, @storyblok/field-plugin@workspace:packages/field-plugin":
version: 0.0.0-use.local
resolution: "@storyblok/field-plugin@workspace:packages/field-plugin"
dependencies:
Expand Down Expand Up @@ -5110,7 +5103,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-js-template@workspace:packages/cli/templates/js"
dependencies:
"@storyblok/field-plugin": 1.3.0
"@storyblok/field-plugin": 1.4.1
vite: 5.4.8
vite-plugin-css-injected-by-js: 2.4.0
languageName: unknown
Expand All @@ -5136,7 +5129,7 @@ __metadata:
resolution: "field-plugin-react-template@workspace:packages/cli/templates/react"
dependencies:
"@eslint/js": ^9.11.1
"@storyblok/field-plugin": 1.3.0
"@storyblok/field-plugin": 1.4.1
"@testing-library/jest-dom": 6.5.0
"@testing-library/react": 14.3.1
"@testing-library/user-event": 14.5.2
Expand Down Expand Up @@ -5165,7 +5158,7 @@ __metadata:
dependencies:
"@rollup/plugin-node-resolve": 15.3.0
"@rollup/plugin-replace": 5.0.7
"@storyblok/field-plugin": 1.3.0
"@storyblok/field-plugin": 1.4.1
"@vitejs/plugin-vue2": 2.3.1
rollup: 3.29.5
typescript: 5.6.2
Expand All @@ -5179,7 +5172,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-vue3-template@workspace:packages/cli/templates/vue3"
dependencies:
"@storyblok/field-plugin": 1.3.0
"@storyblok/field-plugin": 1.4.1
"@testing-library/jest-dom": 6.5.0
"@testing-library/user-event": 14.5.2
"@testing-library/vue": 8.1.0
Expand Down
Loading