Skip to content

Commit

Permalink
chore(cli): release @storyblok/field-plugin-cli@1.0.4 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
BibiSebi authored Feb 8, 2024
1 parent 3bb3f76 commit 9f39cd2
Show file tree
Hide file tree
Showing 6 changed files with 17 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.0.3",
"version": "1.0.4",
"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.0.1"
"@storyblok/field-plugin": "1.0.2"
},
"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.0.1",
"@storyblok/field-plugin": "1.0.2",
"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.0.1",
"@storyblok/field-plugin": "1.0.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.0.1",
"@storyblok/field-plugin": "1.0.2",
"vue": "^3.2.47"
},
"devDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1980,14 +1980,7 @@ __metadata:
languageName: unknown
linkType: soft

"@storyblok/field-plugin@npm:1.0.1, @storyblok/field-plugin@npm:latest":
version: 1.0.1
resolution: "@storyblok/field-plugin@npm:1.0.1"
checksum: 04c237f9938c0cf0c8f7122e29d51e2cc21506937eccb64821725766b7a82259512deca2c92b07fb2ca302fb5e546747323bfd3163d77cf030984d177eae16a1
languageName: node
linkType: hard

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

"@storyblok/field-plugin@npm:latest":
version: 1.0.1
resolution: "@storyblok/field-plugin@npm:1.0.1"
checksum: 04c237f9938c0cf0c8f7122e29d51e2cc21506937eccb64821725766b7a82259512deca2c92b07fb2ca302fb5e546747323bfd3163d77cf030984d177eae16a1
languageName: node
linkType: hard

"@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 @@ -6120,7 +6120,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-js-template@workspace:packages/cli/templates/js"
dependencies:
"@storyblok/field-plugin": 1.0.1
"@storyblok/field-plugin": 1.0.2
eslint: latest
vite: ^4.2.2
vite-plugin-css-injected-by-js: 2.4.0
Expand All @@ -6146,7 +6146,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-react-template@workspace:packages/cli/templates/react"
dependencies:
"@storyblok/field-plugin": 1.0.1
"@storyblok/field-plugin": 1.0.2
"@testing-library/jest-dom": 6.1.4
"@testing-library/react": 14.0.0
"@testing-library/user-event": 14.5.1
Expand Down Expand Up @@ -6174,7 +6174,7 @@ __metadata:
dependencies:
"@rollup/plugin-node-resolve": 15.1.0
"@rollup/plugin-replace": 5.0.2
"@storyblok/field-plugin": 1.0.1
"@storyblok/field-plugin": 1.0.2
"@vitejs/plugin-vue2": 2.2.0
rollup: 3.26.3
typescript: 5.1.6
Expand All @@ -6188,7 +6188,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-vue3-template@workspace:packages/cli/templates/vue3"
dependencies:
"@storyblok/field-plugin": 1.0.1
"@storyblok/field-plugin": 1.0.2
"@testing-library/jest-dom": 6.1.5
"@testing-library/user-event": 14.5.1
"@testing-library/vue": 8.0.1
Expand Down

0 comments on commit 9f39cd2

Please sign in to comment.