Skip to content

Commit

Permalink
chore(cli): release @storyblok/[email protected] (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-lindgren authored Nov 5, 2024
1 parent 0a9bd45 commit e119464
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.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

0 comments on commit e119464

Please sign in to comment.