Skip to content

Commit 370ec71

Browse files
chore: cli cannot persist credentials when using interactive login with token (#166)
Co-authored-by: alvarosabu <[email protected]>
1 parent a5e9e41 commit 370ec71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "storyblok",
33
"type": "module",
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"packageManager": "[email protected]",
66
"description": "Storyblok CLI",
77
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@storyblok/react",
33
"type": "module",
4-
"version": "5.1.1",
4+
"version": "5.1.2",
55
"private": false,
66
"packageManager": "[email protected]",
77
"description": "SDK to integrate Storyblok into your project using React.",

0 commit comments

Comments
 (0)