Skip to content

Commit

Permalink
chore(cli): release @storyblok/[email protected] (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
BibiSebi authored Sep 19, 2024
1 parent dd87fd0 commit f2b7f56
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.2.0",
"version": "1.2.1",
"type": "module",
"bin": {
"field-plugin": "./bin.js"
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 @@ -11,7 +11,7 @@
"deploy": "npm run build && npx @storyblok/field-plugin-cli@latest deploy"
},
"dependencies": {
"@storyblok/field-plugin": "1.2.0"
"@storyblok/field-plugin": "1.2.1"
},
"devDependencies": {
"eslint": "latest",
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 @@ -11,7 +11,7 @@
"deploy": "npm run build && npx @storyblok/field-plugin-cli@latest deploy"
},
"dependencies": {
"@storyblok/field-plugin": "1.2.0",
"@storyblok/field-plugin": "1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
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.2.0",
"@storyblok/field-plugin": "1.2.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.2.0",
"@storyblok/field-plugin": "1.2.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 @@ -2029,7 +2029,7 @@ __metadata:
languageName: unknown
linkType: soft

"@storyblok/field-plugin@*, @storyblok/field-plugin@workspace:*, @storyblok/field-plugin@workspace:packages/field-plugin":
"@storyblok/field-plugin@*, @storyblok/field-plugin@1.2.1, @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 All @@ -2048,13 +2048,6 @@ __metadata:
languageName: unknown
linkType: soft

"@storyblok/field-plugin@npm:1.2.0":
version: 1.2.0
resolution: "@storyblok/field-plugin@npm:1.2.0"
checksum: 2e79d534b23a7ff09da3ae5d7f87c3f26759a38893b7a65a0218e44d4dd9cfeb27739ea02dbeb9a67af6663c279987d441ddc6e495021563747ca3beca1d9d28
languageName: node
linkType: hard

"@storyblok/manifest-helper@workspace:*, @storyblok/manifest-helper@workspace:packages/manifest-helper":
version: 0.0.0-use.local
resolution: "@storyblok/manifest-helper@workspace:packages/manifest-helper"
Expand Down Expand Up @@ -5654,7 +5647,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-js-template@workspace:packages/cli/templates/js"
dependencies:
"@storyblok/field-plugin": 1.2.0
"@storyblok/field-plugin": 1.2.1
eslint: latest
vite: ^5.1.3
vite-plugin-css-injected-by-js: 2.4.0
Expand All @@ -5680,7 +5673,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-react-template@workspace:packages/cli/templates/react"
dependencies:
"@storyblok/field-plugin": 1.2.0
"@storyblok/field-plugin": 1.2.1
"@testing-library/jest-dom": 6.4.2
"@testing-library/react": 14.2.1
"@testing-library/user-event": 14.5.2
Expand Down Expand Up @@ -5708,7 +5701,7 @@ __metadata:
dependencies:
"@rollup/plugin-node-resolve": 15.2.3
"@rollup/plugin-replace": 5.0.5
"@storyblok/field-plugin": 1.2.0
"@storyblok/field-plugin": 1.2.1
"@vitejs/plugin-vue2": 2.3.1
rollup: 3.29.4
typescript: 5.3.3
Expand All @@ -5722,7 +5715,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-vue3-template@workspace:packages/cli/templates/vue3"
dependencies:
"@storyblok/field-plugin": 1.2.0
"@storyblok/field-plugin": 1.2.1
"@testing-library/jest-dom": 6.4.2
"@testing-library/user-event": 14.5.2
"@testing-library/vue": 8.0.2
Expand Down

0 comments on commit f2b7f56

Please sign in to comment.