diff --git a/examples/react/package.json b/examples/react/package.json index 9f051642..116fa8b5 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -1,6 +1,6 @@ { "name": "@loki/example-react", - "version": "0.35.0", + "version": "0.35.1", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.14.1", @@ -40,7 +40,7 @@ ] }, "devDependencies": { - "@loki/create-async-callback": "^0.35.0", + "@loki/create-async-callback": "^0.35.1", "@loki/is-loki-running": "^0.35.0", "@storybook/addon-actions": "^6.4.19", "@storybook/addon-essentials": "^6.4.19", @@ -54,7 +54,7 @@ "@storybook/testing-library": "^0.0.9", "concurrently": "^7.6.0", "deelay": "^2.0.0", - "loki": "^0.35.0", + "loki": "^0.35.1", "webpack": "^5.70.0" } } diff --git a/lerna.json b/lerna.json index a560ef9f..918339d7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.35.0", + "version": "0.35.1", "useWorkspaces": true, "registry": "https://registry.npmjs.org", "npmClient": "yarn" diff --git a/packages/create-async-callback/package.json b/packages/create-async-callback/package.json index ae835e26..a1c7dcb3 100644 --- a/packages/create-async-callback/package.json +++ b/packages/create-async-callback/package.json @@ -1,6 +1,6 @@ { "name": "@loki/create-async-callback", - "version": "0.35.0", + "version": "0.35.1", "description": "Loki async story management helper", "keywords": [ "loki" diff --git a/packages/integration-react/package.json b/packages/integration-react/package.json index 9c1e4f90..bd25933f 100644 --- a/packages/integration-react/package.json +++ b/packages/integration-react/package.json @@ -1,6 +1,6 @@ { "name": "@loki/integration-react", - "version": "0.35.0", + "version": "0.35.1", "description": "Loki react integration", "keywords": [ "loki" diff --git a/packages/loki/package.json b/packages/loki/package.json index 7af0a4cb..4e0504fd 100644 --- a/packages/loki/package.json +++ b/packages/loki/package.json @@ -1,6 +1,6 @@ { "name": "loki", - "version": "0.35.0", + "version": "0.35.1", "description": "Visual Regression Testing for Storybook", "bin": { "loki": "bin/loki" @@ -44,7 +44,7 @@ "*.js" ], "dependencies": { - "@loki/integration-react": "^0.35.0", + "@loki/integration-react": "^0.35.1", "@loki/integration-react-native": "^0.35.0", "@loki/integration-vue": "^0.35.0", "@loki/runner": "^0.35.0", diff --git a/test/cli/package.json b/test/cli/package.json index 2d08e1da..2ca9d5be 100644 --- a/test/cli/package.json +++ b/test/cli/package.json @@ -1,12 +1,12 @@ { "name": "@loki/test-cli", - "version": "0.35.0", + "version": "0.35.1", "private": true, "scripts": { "test": "bash ./test-cra-init.sh" }, "devDependencies": { "execa": "^5.0.0", - "loki": "^0.35.0" + "loki": "^0.35.1" } }