Skip to content

Commit

Permalink
v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Feb 25, 2020
1 parent 756fbc7 commit f442339
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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 > *",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.20.0",
"version": "0.20.1",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"npmClient": "yarn"
Expand Down
2 changes: 1 addition & 1 deletion packages/diff-looks-same/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/diff-looks-same",
"version": "0.20.0",
"version": "0.20.1",
"description": "Loki vue integration",
"keywords": [
"loki"
Expand Down
4 changes: 2 additions & 2 deletions packages/loki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loki",
"version": "0.20.0",
"version": "0.20.1",
"description": "Visual Regression Testing for react-storybook",
"keywords": [
"storybook",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/runner",
"version": "0.20.0",
"version": "0.20.1",
"description": "Loki test runner",
"bin": {
"loki": "bin/loki"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f442339

Please sign in to comment.