Skip to content

Commit

Permalink
v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Feb 21, 2020
1 parent 6c87df9 commit a7b1c1a
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 30 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.19.0",
"version": "0.19.1",
"private": true,
"dependencies": {
"react": "^16.8.4",
Expand All @@ -25,7 +25,7 @@
"@storybook/cli": "^5.0.0",
"@storybook/react": "^5.0.0",
"babel-loader": "^8.0.5",
"loki": "^0.19.0"
"loki": "^0.19.1"
},
"loki": {
"chromeSelector": ".wrapper > *, #root > *",
Expand Down
4 changes: 2 additions & 2 deletions examples/renderer-aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@loki/example-renderer-aws-lambda",
"version": "0.19.0",
"version": "0.19.1",
"private": true,
"dependencies": {
"@loki/renderer-aws-lambda": "^0.19.0",
"@loki/renderer-aws-lambda": "^0.19.1",
"chrome-aws-lambda": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.19.0",
"version": "0.19.1",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"npmClient": "yarn"
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/browser",
"version": "0.19.0",
"version": "0.19.1",
"description": "Loki browser integration",
"keywords": [
"loki"
Expand Down
4 changes: 2 additions & 2 deletions 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.19.0",
"version": "0.19.1",
"description": "Loki vue integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "^0.19.0",
"@loki/browser": "^0.19.1",
"fs-extra": "^8.1.0",
"looks-same": "^7.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/integration-react",
"version": "0.19.0",
"version": "0.19.1",
"description": "Loki react integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "^0.19.0"
"@loki/browser": "^0.19.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/integration-vue",
"version": "0.19.0",
"version": "0.19.1",
"description": "Loki vue integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "^0.19.0"
"@loki/browser": "^0.19.1"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/loki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loki",
"version": "0.19.0",
"version": "0.19.1",
"description": "Visual Regression Testing for react-storybook",
"keywords": [
"storybook",
Expand Down Expand Up @@ -29,12 +29,12 @@
"*.js"
],
"dependencies": {
"@loki/integration-react": "^0.19.0",
"@loki/integration-react": "^0.19.1",
"@loki/integration-react-native": "^0.19.0",
"@loki/integration-vue": "^0.19.0",
"@loki/runner": "^0.19.0",
"@loki/target-chrome-app": "^0.19.0",
"@loki/target-chrome-docker": "^0.19.0",
"@loki/integration-vue": "^0.19.1",
"@loki/runner": "^0.19.1",
"@loki/target-chrome-app": "^0.19.1",
"@loki/target-chrome-docker": "^0.19.1",
"@loki/target-native-android-emulator": "^0.19.0",
"@loki/target-native-ios-simulator": "^0.19.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/renderer-aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/renderer-aws-lambda",
"version": "0.19.0",
"version": "0.19.1",
"description": "Loki AWS Lambda Chrome renderer",
"keywords": [
"loki"
Expand All @@ -21,7 +21,7 @@
"main": "src/index.js",
"dependencies": {
"@loki/core": "^0.19.0",
"@loki/target-chrome-app": "^0.19.0",
"@loki/target-chrome-app": "^0.19.1",
"async": "^3.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/runner",
"version": "0.19.0",
"version": "0.19.1",
"description": "Loki test runner",
"bin": {
"loki": "bin/loki"
Expand Down Expand Up @@ -28,10 +28,10 @@
"dependencies": {
"@loki/core": "^0.19.0",
"@loki/diff-graphics-magick": "^0.19.0",
"@loki/diff-looks-same": "^0.19.0",
"@loki/target-chrome-app": "^0.19.0",
"@loki/diff-looks-same": "^0.19.1",
"@loki/target-chrome-app": "^0.19.1",
"@loki/target-chrome-aws-lambda": "^0.19.0",
"@loki/target-chrome-docker": "^0.19.0",
"@loki/target-chrome-docker": "^0.19.1",
"@loki/target-native-android-emulator": "^0.19.0",
"@loki/target-native-ios-simulator": "^0.19.0",
"async": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/target-chrome-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-chrome-app",
"version": "0.19.0",
"version": "0.19.1",
"description": "Loki Chrome app target",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/target-chrome-core": "^0.19.0",
"@loki/target-chrome-core": "^0.19.1",
"chrome-launcher": "^0.12.0",
"chrome-remote-interface": "^0.28.0",
"debug": "^4.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/target-chrome-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-chrome-core",
"version": "0.19.0",
"version": "0.19.1",
"description": "Loki Chrome target core lib",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "^0.19.0",
"@loki/browser": "^0.19.1",
"@loki/core": "^0.19.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/target-chrome-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-chrome-docker",
"version": "0.19.0",
"version": "0.19.1",
"description": "Loki Chrome docker target",
"keywords": [
"loki"
Expand All @@ -21,7 +21,7 @@
"main": "src/index.js",
"dependencies": {
"@loki/core": "^0.19.0",
"@loki/target-chrome-core": "^0.19.0",
"@loki/target-chrome-core": "^0.19.1",
"chrome-remote-interface": "^0.28.0",
"debug": "^4.1.1",
"execa": "^1.0.0",
Expand Down

0 comments on commit a7b1c1a

Please sign in to comment.