Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Sep 20, 2019
1 parent 14d6339 commit 41925fa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.1.0",
"version": "3.1.1",
"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.1.0",
"version": "3.1.1",
"keywords": [
"benchmarking"
],
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"@babel/runtime": "^7.0.0",
"probe.gl": "3.1.0"
"probe.gl": "3.1.1"
},
"gitHead": "4fe07fa846b5f3a27d108e154aca63a46a746d99"
}
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "3.1.1",
"keywords": [
"javascript",
"profiling",
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.1.0",
"version": "3.1.1",
"keywords": [
"javascript",
"profiling",
Expand All @@ -23,7 +23,7 @@
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.0.0",
"probe.gl": "3.1.0"
"probe.gl": "3.1.1"
},
"gitHead": "4fe07fa846b5f3a27d108e154aca63a46a746d99"
}
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.1.0",
"version": "3.1.1",
"keywords": [
"integration test",
"render test"
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"pixelmatch": "^4.0.2",
"probe.gl": "3.1.0",
"probe.gl": "3.1.1",
"puppeteer": "^1.16.0"
},
"gitHead": "4fe07fa846b5f3a27d108e154aca63a46a746d99"
Expand Down

0 comments on commit 41925fa

Please sign in to comment.