diff --git a/examples/react/package.json b/examples/react/package.json index adc1c9e3..101f45d8 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -1,6 +1,6 @@ { "name": "@loki/example-react", - "version": "0.20.0", + "version": "0.20.1", "private": true, "dependencies": { "@testing-library/jest-dom": "^4.2.4", @@ -27,7 +27,7 @@ "@storybook/addons": "^5.3.13", "@storybook/preset-create-react-app": "^1.5.2", "@storybook/react": "^5.3.13", - "loki": "^0.20.0" + "loki": "^0.20.1" }, "loki": { "chromeSelector": ".wrapper > *, #root > *", diff --git a/lerna.json b/lerna.json index 0191df8f..12c8e9a2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.20.0", + "version": "0.20.1", "useWorkspaces": true, "registry": "https://registry.npmjs.org", "npmClient": "yarn" diff --git a/packages/diff-looks-same/package.json b/packages/diff-looks-same/package.json index 1a3b242c..a999fb40 100644 --- a/packages/diff-looks-same/package.json +++ b/packages/diff-looks-same/package.json @@ -1,6 +1,6 @@ { "name": "@loki/diff-looks-same", - "version": "0.20.0", + "version": "0.20.1", "description": "Loki vue integration", "keywords": [ "loki" diff --git a/packages/loki/package.json b/packages/loki/package.json index 694712ed..a41ce8ac 100644 --- a/packages/loki/package.json +++ b/packages/loki/package.json @@ -1,6 +1,6 @@ { "name": "loki", - "version": "0.20.0", + "version": "0.20.1", "description": "Visual Regression Testing for react-storybook", "keywords": [ "storybook", @@ -32,7 +32,7 @@ "@loki/integration-react": "^0.20.0", "@loki/integration-react-native": "^0.20.0", "@loki/integration-vue": "^0.20.0", - "@loki/runner": "^0.20.0", + "@loki/runner": "^0.20.1", "@loki/target-chrome-app": "^0.20.0", "@loki/target-chrome-docker": "^0.20.0", "@loki/target-native-android-emulator": "^0.20.0", diff --git a/packages/runner/package.json b/packages/runner/package.json index 826913a1..a3f7ddc6 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -1,6 +1,6 @@ { "name": "@loki/runner", - "version": "0.20.0", + "version": "0.20.1", "description": "Loki test runner", "bin": { "loki": "bin/loki" @@ -28,7 +28,7 @@ "dependencies": { "@loki/core": "^0.20.0", "@loki/diff-graphics-magick": "^0.20.0", - "@loki/diff-looks-same": "^0.20.0", + "@loki/diff-looks-same": "^0.20.1", "@loki/target-chrome-app": "^0.20.0", "@loki/target-chrome-aws-lambda": "^0.20.0", "@loki/target-chrome-docker": "^0.20.0",