Skip to content

Commit

Permalink
v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamingr committed Aug 25, 2020
1 parent 191d1a0 commit 4c869b8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.11",
"version": "0.1.12",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testim/root-cause-client-bundled",
"version": "0.1.11",
"version": "0.1.12",
"private": false,
"proxy": "https://localhost:9876/",
"author": "testim.io <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/root-cause-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testim/root-cause-core",
"version": "0.1.11",
"version": "0.1.12",
"license": "AGPL-3.0-only",
"description": "Core component of Testim Root Cause",
"main": "index",
Expand Down Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@jest/reporters": "^26.2.2",
"@jest/types": "^26.0.1",
"@testim/root-cause-types": "^0.1.11",
"@testim/root-cause-types": "^0.1.12",
"@testim/testim-cli": "^3.72.0",
"@types/concurrently": "^5.2.1",
"@types/cors": "^2.8.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/root-cause-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testim/root-cause-jest",
"version": "0.1.11",
"version": "0.1.12",
"author": "Testim.io <[email protected]>",
"engines": {
"node": ">= 10.0.0"
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@jest/reporters": "^26.2.2",
"@jest/types": "^26.0.1",
"@testim/root-cause-types": "^0.1.11",
"@testim/root-cause-types": "^0.1.12",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.1",
"@types/jest": "^26.0.10",
Expand All @@ -43,7 +43,7 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@testim/root-cause-core": "^0.1.11",
"@testim/root-cause-core": "^0.1.12",
"chalk": "^4.1.0",
"debug": "^4.1.1",
"fs-extra": "^9.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/root-cause-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@testim/root-cause-mocha",
"license": "AGPL-3.0-only",
"version": "0.1.11",
"version": "0.1.12",
"author": "Testim.io <[email protected]>",
"engines": {
"node": ">= 10.0.0"
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@testim/root-cause-core": "^0.1.11",
"@testim/root-cause-core": "^0.1.12",
"debug": "^4.1.1",
"fs-extra": "^9.0.1",
"uuid": "^8.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/root-cause-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testim/root-cause-types",
"version": "0.1.11",
"version": "0.1.12",
"author": "Testim.io <[email protected]>",
"main": "index",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/root-cause/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testim/root-cause",
"version": "0.1.11",
"version": "0.1.12",
"description": "",
"main": "index",
"typesVersions": {
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"homepage": "https://help.testim.io/docs/testim-root-cause-overview",
"dependencies": {
"@testim/root-cause-core": "^0.1.11",
"@testim/root-cause-jest": "^0.1.11"
"@testim/root-cause-core": "^0.1.12",
"@testim/root-cause-jest": "^0.1.12"
},
"peerDependencies": {
"playwright": ">= 1.1.1 < 2",
Expand Down

0 comments on commit 4c869b8

Please sign in to comment.