Skip to content

Commit 1b20d9c

Browse files
committed
v0.20.0
1 parent 9da5c51 commit 1b20d9c

File tree

22 files changed

+58
-58
lines changed

22 files changed

+58
-58
lines changed

examples/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/example-react",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^4.2.4",
@@ -27,7 +27,7 @@
2727
"@storybook/addons": "^5.3.13",
2828
"@storybook/preset-create-react-app": "^1.5.2",
2929
"@storybook/react": "^5.3.13",
30-
"loki": "^0.19.1"
30+
"loki": "^0.20.0"
3131
},
3232
"loki": {
3333
"chromeSelector": ".wrapper > *, #root > *",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@loki/example-renderer-aws-lambda",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"private": true,
55
"dependencies": {
6-
"@loki/renderer-aws-lambda": "^0.19.1",
6+
"@loki/renderer-aws-lambda": "^0.20.0",
77
"chrome-aws-lambda": "^2.0.1"
88
}
99
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.19.1",
2+
"version": "0.20.0",
33
"useWorkspaces": true,
44
"registry": "https://registry.npmjs.org",
55
"npmClient": "yarn"

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/browser",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"description": "Loki browser integration",
55
"keywords": [
66
"loki"
@@ -20,7 +20,7 @@
2020
],
2121
"main": "src/index.js",
2222
"dependencies": {
23-
"@loki/integration-core": "^0.19.0"
23+
"@loki/integration-core": "^0.20.0"
2424
},
2525
"publishConfig": {
2626
"access": "public"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/core",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Loki Chrome target core lib",
55
"keywords": [
66
"loki"

packages/diff-graphics-magick/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/diff-graphics-magick",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Loki graphics magick image differ",
55
"keywords": [
66
"loki"

packages/diff-looks-same/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/diff-looks-same",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"description": "Loki vue integration",
55
"keywords": [
66
"loki"
@@ -20,7 +20,7 @@
2020
],
2121
"main": "src/index.js",
2222
"dependencies": {
23-
"@loki/browser": "^0.19.1",
23+
"@loki/browser": "^0.20.0",
2424
"fs-extra": "^8.1.0",
2525
"looks-same": "^7.2.2"
2626
},

packages/integration-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/integration-core",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Loki storybook integration core lib",
55
"keywords": [
66
"loki"

packages/integration-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/integration-react-native",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Loki react-native integration",
55
"keywords": [
66
"loki"
@@ -20,7 +20,7 @@
2020
],
2121
"main": "src/index.js",
2222
"dependencies": {
23-
"@loki/integration-core": "^0.19.0"
23+
"@loki/integration-core": "^0.20.0"
2424
},
2525
"publishConfig": {
2626
"access": "public"

packages/integration-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/integration-react",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"description": "Loki react integration",
55
"keywords": [
66
"loki"
@@ -20,7 +20,7 @@
2020
],
2121
"main": "src/index.js",
2222
"dependencies": {
23-
"@loki/browser": "^0.19.1"
23+
"@loki/browser": "^0.20.0"
2424
},
2525
"publishConfig": {
2626
"access": "public"

0 commit comments

Comments
 (0)