Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cli): release @storyblok/[email protected] #319

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0",
"version": "1.0.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.0.0"
"@storyblok/field-plugin": "1.0.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.0.0",
"@storyblok/field-plugin": "1.0.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.0.0",
"@storyblok/field-plugin": "1.0.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 @@ -10,7 +10,7 @@
"deploy": "npm run build && npx @storyblok/field-plugin-cli@latest deploy"
},
"dependencies": {
"@storyblok/field-plugin": "1.0.0",
"@storyblok/field-plugin": "1.0.1",
"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 @@ -1966,14 +1966,7 @@ __metadata:
languageName: unknown
linkType: soft

"@storyblok/field-plugin@npm:1.0.0, @storyblok/field-plugin@npm:latest":
version: 1.0.0
resolution: "@storyblok/field-plugin@npm:1.0.0"
checksum: 432d2284d61aaef8f63efb4db66161031fe0ba8c75edea84f32825f473c561c84c068f392af2a9df9d684da060885dd13d4d82d7401e3d5d4998d433aa179fb4
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 All @@ -1992,6 +1985,13 @@ __metadata:
languageName: unknown
linkType: soft

"@storyblok/field-plugin@npm:latest":
version: 1.0.0
resolution: "@storyblok/field-plugin@npm:1.0.0"
checksum: 432d2284d61aaef8f63efb4db66161031fe0ba8c75edea84f32825f473c561c84c068f392af2a9df9d684da060885dd13d4d82d7401e3d5d4998d433aa179fb4
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 @@ -5761,7 +5761,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-js-template@workspace:packages/cli/templates/js"
dependencies:
"@storyblok/field-plugin": 1.0.0
"@storyblok/field-plugin": 1.0.1
eslint: latest
vite: ^4.2.2
vite-plugin-css-injected-by-js: 2.4.0
Expand All @@ -5787,7 +5787,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-react-template@workspace:packages/cli/templates/react"
dependencies:
"@storyblok/field-plugin": 1.0.0
"@storyblok/field-plugin": 1.0.1
"@testing-library/jest-dom": 6.1.4
"@testing-library/react": 14.0.0
"@types/react": ^18.0.28
Expand All @@ -5813,7 +5813,7 @@ __metadata:
dependencies:
"@rollup/plugin-node-resolve": 15.1.0
"@rollup/plugin-replace": 5.0.2
"@storyblok/field-plugin": 1.0.0
"@storyblok/field-plugin": 1.0.1
"@vitejs/plugin-vue2": 2.2.0
rollup: 3.26.3
typescript: 5.1.6
Expand All @@ -5827,7 +5827,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "field-plugin-vue3-template@workspace:packages/cli/templates/vue3"
dependencies:
"@storyblok/field-plugin": 1.0.0
"@storyblok/field-plugin": 1.0.1
"@vitejs/plugin-vue": ^4.1.0
typescript: 5.1.6
vite: ^4.2.2
Expand Down
Loading