Skip to content

Commit

Permalink
v3.3.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Jan 3, 2020
1 parent 453dc23 commit 6df91d4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.1",
"version": "3.3.0-alpha.1",
"version": "3.3.0-alpha.2",
"packages": [
"modules/*"
],
Expand Down
4 changes: 2 additions & 2 deletions modules/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@probe.gl/bench",
"description": "JavaScript benchmarking utility",
"license": "MIT",
"version": "3.3.0-alpha.1",
"version": "3.3.0-alpha.2",
"keywords": [
"benchmarking"
],
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"@babel/runtime": "^7.0.0",
"probe.gl": "3.3.0-alpha.1"
"probe.gl": "3.3.0-alpha.2"
},
"gitHead": "4fe07fa846b5f3a27d108e154aca63a46a746d99"
}
4 changes: 2 additions & 2 deletions modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "probe.gl",
"description": "JavaScript console instrumentation for browser and Node",
"license": "MIT",
"version": "3.3.0-alpha.1",
"version": "3.3.0-alpha.2",
"keywords": [
"javascript",
"profiling",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@probe.gl/stats": "3.3.0-alpha.1"
"@probe.gl/stats": "3.3.0-alpha.2"
},
"gitHead": "4fe07fa846b5f3a27d108e154aca63a46a746d99"
}
2 changes: 1 addition & 1 deletion modules/seer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seer",
"version": "3.3.0-alpha.1",
"version": "3.3.0-alpha.2",
"description": "A customizable devtool solution",
"license": "MIT",
"author": "Balthazar Gronon <bgronon@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions modules/stats-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@probe.gl/stats-widget",
"description": "DOM widgets for testing and profiling",
"license": "MIT",
"version": "3.3.0-alpha.1",
"version": "3.3.0-alpha.2",
"keywords": [
"javascript",
"profiling",
Expand All @@ -23,7 +23,7 @@
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.0.0",
"probe.gl": "3.3.0-alpha.1"
"probe.gl": "3.3.0-alpha.2"
},
"gitHead": "4fe07fa846b5f3a27d108e154aca63a46a746d99"
}
2 changes: 1 addition & 1 deletion modules/stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@probe.gl/stats",
"description": "Stats object for reporting performance statistics",
"license": "MIT",
"version": "3.3.0-alpha.1",
"version": "3.3.0-alpha.2",
"keywords": [
"javascript",
"profiling",
Expand Down
4 changes: 2 additions & 2 deletions modules/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@probe.gl/test-utils",
"description": "JavaScript browser-based testing utilities",
"license": "MIT",
"version": "3.3.0-alpha.1",
"version": "3.3.0-alpha.2",
"keywords": [
"integration test",
"render test"
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"pixelmatch": "^4.0.2",
"probe.gl": "3.3.0-alpha.1",
"probe.gl": "3.3.0-alpha.2",
"puppeteer": "^1.16.0"
},
"gitHead": "4fe07fa846b5f3a27d108e154aca63a46a746d99"
Expand Down

0 comments on commit 6df91d4

Please sign in to comment.