Skip to content

Commit

Permalink
chore(cli): release @storyblok/[email protected] (#444)
Browse files Browse the repository at this point in the history
* chore(cli): upgrade @storyblok/field-plugin to v1.4.2

* chore(cli): release @storyblok/[email protected]
  • Loading branch information
ECJ222 authored Dec 6, 2024
1 parent 2b91670 commit 749d767
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.0",
"version": "1.5.1",
"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.4.1"
"@storyblok/field-plugin": "1.4.2"
},
"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.4.1",
"@storyblok/field-plugin": "1.4.2",
"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.4.1",
"@storyblok/field-plugin": "1.4.2",
"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.4.1",
"@storyblok/field-plugin": "1.4.2",
"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.4.1":
version: 1.4.1
resolution: "@storyblok/field-plugin@npm:1.4.1"
checksum: 61a1ee76def46212217d0c0fc023c49e062c49f696edd42ab70f4c6b0c9361c3711c0384401e434710f0cc8a7a405c489ee2e20f769ec40426aadeb90127e6bb
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.4.1
"@storyblok/field-plugin": 1.4.2
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.4.1
"@storyblok/field-plugin": 1.4.2
"@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.4.1
"@storyblok/field-plugin": 1.4.2
"@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.4.1
"@storyblok/field-plugin": 1.4.2
"@testing-library/jest-dom": 6.5.0
"@testing-library/user-event": 14.5.2
"@testing-library/vue": 8.1.0
Expand Down

0 comments on commit 749d767

Please sign in to comment.