Skip to content

Commit

Permalink
v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Feb 21, 2020
1 parent 15e9853 commit 978b4f7
Show file tree
Hide file tree
Showing 22 changed files with 58 additions and 58 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.1.0",
"version": "0.19.0",
"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.18.1"
"loki": "^0.19.0"
},
"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.1.0",
"version": "0.19.0",
"private": true,
"dependencies": {
"@loki/renderer-aws-lambda": "0.18.1",
"@loki/renderer-aws-lambda": "^0.19.0",
"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.18.1",
"version": "0.19.0",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"npmClient": "yarn"
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/browser",
"version": "0.18.1",
"version": "0.19.0",
"description": "Loki browser integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/integration-core": "0.18.1"
"@loki/integration-core": "^0.19.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/core",
"version": "0.18.1",
"version": "0.19.0",
"description": "Loki Chrome target core lib",
"keywords": [
"loki"
Expand Down
2 changes: 1 addition & 1 deletion packages/diff-graphics-magick/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/diff-graphics-magick",
"version": "0.18.1",
"version": "0.19.0",
"description": "Loki graphics magick image differ",
"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.18.1",
"version": "0.19.0",
"description": "Loki vue integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "0.18.1",
"@loki/browser": "^0.19.0",
"fs-extra": "^8.1.0",
"looks-same": "^7.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/integration-core",
"version": "0.18.1",
"version": "0.19.0",
"description": "Loki storybook integration core lib",
"keywords": [
"loki"
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/integration-react-native",
"version": "0.18.1",
"version": "0.19.0",
"description": "Loki react-native integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/integration-core": "0.18.1"
"@loki/integration-core": "^0.19.0"
},
"publishConfig": {
"access": "public"
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.18.1",
"version": "0.19.0",
"description": "Loki react integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "0.18.1"
"@loki/browser": "^0.19.0"
},
"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.18.1",
"version": "0.19.0",
"description": "Loki vue integration",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "0.18.1"
"@loki/browser": "^0.19.0"
},
"publishConfig": {
"access": "public"
Expand Down
18 changes: 9 additions & 9 deletions packages/loki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loki",
"version": "0.18.1",
"version": "0.19.0",
"description": "Visual Regression Testing for react-storybook",
"keywords": [
"storybook",
Expand Down Expand Up @@ -29,14 +29,14 @@
"*.js"
],
"dependencies": {
"@loki/integration-react-native": "0.18.1",
"@loki/integration-react": "0.18.1",
"@loki/integration-vue": "0.18.1",
"@loki/runner": "0.18.1",
"@loki/target-chrome-app": "0.18.1",
"@loki/target-chrome-docker": "0.18.1",
"@loki/target-native-android-emulator": "0.18.1",
"@loki/target-native-ios-simulator": "0.18.1"
"@loki/integration-react": "^0.19.0",
"@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/target-native-android-emulator": "^0.19.0",
"@loki/target-native-ios-simulator": "^0.19.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 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.18.1",
"version": "0.19.0",
"description": "Loki AWS Lambda Chrome renderer",
"keywords": [
"loki"
Expand All @@ -20,8 +20,8 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/core": "0.18.1",
"@loki/target-chrome-app": "0.18.1",
"@loki/core": "^0.19.0",
"@loki/target-chrome-app": "^0.19.0",
"async": "^3.0.1"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/runner",
"version": "0.18.1",
"version": "0.19.0",
"description": "Loki test runner",
"bin": {
"loki": "bin/loki"
Expand All @@ -26,14 +26,14 @@
"access": "public"
},
"dependencies": {
"@loki/core": "0.18.1",
"@loki/diff-graphics-magick": "0.18.1",
"@loki/diff-looks-same": "0.18.1",
"@loki/target-chrome-app": "0.18.1",
"@loki/target-chrome-aws-lambda": "0.18.1",
"@loki/target-chrome-docker": "0.18.1",
"@loki/target-native-android-emulator": "0.18.1",
"@loki/target-native-ios-simulator": "0.18.1",
"@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/target-chrome-aws-lambda": "^0.19.0",
"@loki/target-chrome-docker": "^0.19.0",
"@loki/target-native-android-emulator": "^0.19.0",
"@loki/target-native-ios-simulator": "^0.19.0",
"async": "^3.0.1",
"chalk": "^3.0.0",
"ci-info": "^2.0.0",
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.18.1",
"version": "0.19.0",
"description": "Loki Chrome app target",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/target-chrome-core": "0.18.1",
"@loki/target-chrome-core": "^0.19.0",
"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-aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-chrome-aws-lambda",
"version": "0.18.1",
"version": "0.19.0",
"description": "Loki Chrome AWS Lambda target",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/core": "0.18.1",
"@loki/core": "^0.19.0",
"aws-sdk": "^2.588.0",
"debug": "^4.1.1"
},
Expand Down
6 changes: 3 additions & 3 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.18.1",
"version": "0.19.0",
"description": "Loki Chrome target core lib",
"keywords": [
"loki"
Expand All @@ -20,8 +20,8 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/browser": "0.18.1",
"@loki/core": "0.18.1"
"@loki/browser": "^0.19.0",
"@loki/core": "^0.19.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 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.18.1",
"version": "0.19.0",
"description": "Loki Chrome docker target",
"keywords": [
"loki"
Expand All @@ -20,8 +20,8 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/core": "0.18.1",
"@loki/target-chrome-core": "0.18.1",
"@loki/core": "^0.19.0",
"@loki/target-chrome-core": "^0.19.0",
"chrome-remote-interface": "^0.28.0",
"debug": "^4.1.1",
"execa": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/target-native-android-emulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-native-android-emulator",
"version": "0.18.1",
"version": "0.19.0",
"description": "Loki Android simulator target",
"keywords": [
"loki"
Expand All @@ -20,8 +20,8 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/core": "0.18.1",
"@loki/target-native-core": "0.18.1",
"@loki/core": "^0.19.0",
"@loki/target-native-core": "^0.19.0",
"fs-extra": "^8.1.0",
"osnap": "^1.1.0",
"tempy": "^0.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/target-native-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-native-core",
"version": "0.18.1",
"version": "0.19.0",
"description": "Loki native target core lib",
"keywords": [
"loki"
Expand All @@ -20,7 +20,7 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/core": "0.18.1",
"@loki/core": "^0.19.0",
"debug": "^4.1.1",
"ws": "^7.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/target-native-ios-simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/target-native-ios-simulator",
"version": "0.18.1",
"version": "0.19.0",
"description": "Loki iOS simulator target",
"keywords": [
"loki"
Expand All @@ -20,8 +20,8 @@
],
"main": "src/index.js",
"dependencies": {
"@loki/core": "0.18.1",
"@loki/target-native-core": "0.18.1",
"@loki/core": "^0.19.0",
"@loki/target-native-core": "^0.19.0",
"fs-extra": "^8.1.0",
"osnap": "^1.1.0",
"tempy": "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/website",
"version": "0.18.1",
"version": "0.19.0",
"private": true,
"scripts": {
"examples": "docusaurus-examples",
Expand Down

0 comments on commit 978b4f7

Please sign in to comment.