Skip to content

Commit

Permalink
chore(cli): release @storyblok/field-plugin-cli@1.5.3 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
demetriusfeijoo authored Jan 17, 2025
1 parent 99379cc commit aadb678
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 17 deletions.
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.5.2",
"version": "1.5.3",
"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.5.0"
"@storyblok/field-plugin": "1.6.0"
},
"devDependencies": {
"vite": "5.4.11",
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.5.0",
"@storyblok/field-plugin": "1.6.0",
"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.5.0",
"@storyblok/field-plugin": "1.6.0",
"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.5.0",
"@storyblok/field-plugin": "1.6.0",
"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 @@ -2121,14 +2121,7 @@ __metadata:
languageName: unknown
linkType: soft

"@storyblok/field-plugin@npm:1.5.0":
version: 1.5.0
resolution: "@storyblok/field-plugin@npm:1.5.0"
checksum: fae2b6570f4cec792472eb50fadd5901566aebdff5800f5c240c1e70c8408db1f2cd28bc068334af3da8ee587ac14d74094e57ec0a4f8d9c1f14c3b631b5ff66
languageName: node
linkType: hard

"@storyblok/field-plugin@workspace:*, @storyblok/field-plugin@workspace:packages/field-plugin":
"@storyblok/field-plugin@1.6.0, @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 @@ -5422,7 +5415,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-js-template@workspace:packages/cli/templates/js"
dependencies:
"@storyblok/field-plugin": 1.5.0
"@storyblok/field-plugin": 1.6.0
vite: 5.4.11
vite-plugin-css-injected-by-js: 2.4.0
languageName: unknown
Expand All @@ -5448,7 +5441,7 @@ __metadata:
resolution: "field-plugin-react-template@workspace:packages/cli/templates/react"
dependencies:
"@eslint/js": ^9.16.0
"@storyblok/field-plugin": 1.5.0
"@storyblok/field-plugin": 1.6.0
"@testing-library/jest-dom": 6.6.3
"@testing-library/react": 14.3.1
"@testing-library/user-event": 14.5.2
Expand Down Expand Up @@ -5477,7 +5470,7 @@ __metadata:
dependencies:
"@rollup/plugin-node-resolve": 15.3.0
"@rollup/plugin-replace": 5.0.7
"@storyblok/field-plugin": 1.5.0
"@storyblok/field-plugin": 1.6.0
"@vitejs/plugin-vue2": 2.3.3
rollup: 3.29.5
typescript: 5.7.2
Expand All @@ -5491,7 +5484,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-vue3-template@workspace:packages/cli/templates/vue3"
dependencies:
"@storyblok/field-plugin": 1.5.0
"@storyblok/field-plugin": 1.6.0
"@testing-library/jest-dom": 6.6.3
"@testing-library/user-event": 14.5.2
"@testing-library/vue": 8.1.0
Expand Down

0 comments on commit aadb678

Please sign in to comment.