Skip to content

Commit a5130d1

Browse files
committed
v0.35.1
1 parent 9335f1e commit a5130d1

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

examples/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/example-react",
3-
"version": "0.35.0",
3+
"version": "0.35.1",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.14.1",
@@ -40,7 +40,7 @@
4040
]
4141
},
4242
"devDependencies": {
43-
"@loki/create-async-callback": "^0.35.0",
43+
"@loki/create-async-callback": "^0.35.1",
4444
"@loki/is-loki-running": "^0.35.0",
4545
"@storybook/addon-actions": "^6.4.19",
4646
"@storybook/addon-essentials": "^6.4.19",
@@ -54,7 +54,7 @@
5454
"@storybook/testing-library": "^0.0.9",
5555
"concurrently": "^7.6.0",
5656
"deelay": "^2.0.0",
57-
"loki": "^0.35.0",
57+
"loki": "^0.35.1",
5858
"webpack": "^5.70.0"
5959
}
6060
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.35.0",
2+
"version": "0.35.1",
33
"useWorkspaces": true,
44
"registry": "https://registry.npmjs.org",
55
"npmClient": "yarn"

packages/create-async-callback/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/create-async-callback",
3-
"version": "0.35.0",
3+
"version": "0.35.1",
44
"description": "Loki async story management helper",
55
"keywords": [
66
"loki"

packages/integration-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/integration-react",
3-
"version": "0.35.0",
3+
"version": "0.35.1",
44
"description": "Loki react integration",
55
"keywords": [
66
"loki"

packages/loki/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki",
3-
"version": "0.35.0",
3+
"version": "0.35.1",
44
"description": "Visual Regression Testing for Storybook",
55
"bin": {
66
"loki": "bin/loki"
@@ -44,7 +44,7 @@
4444
"*.js"
4545
],
4646
"dependencies": {
47-
"@loki/integration-react": "^0.35.0",
47+
"@loki/integration-react": "^0.35.1",
4848
"@loki/integration-react-native": "^0.35.0",
4949
"@loki/integration-vue": "^0.35.0",
5050
"@loki/runner": "^0.35.0",

test/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@loki/test-cli",
3-
"version": "0.35.0",
3+
"version": "0.35.1",
44
"private": true,
55
"scripts": {
66
"test": "bash ./test-cra-init.sh"
77
},
88
"devDependencies": {
99
"execa": "^5.0.0",
10-
"loki": "^0.35.0"
10+
"loki": "^0.35.1"
1111
}
1212
}

0 commit comments

Comments
 (0)