Skip to content

Commit

Permalink
v4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Mar 8, 2024
1 parent f35a945 commit ae2ed19
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v4.0.8

- fix(test-utils): meaningful console logs for headless test (#252)
- chore: Cut deprecated exports/methods to save a few kilobytes (#250)
- fix(test-utils): logging in BrowserDriver (#251)

## v4.0.7

- chore(build): Upgrade ocular-dev-tools (#249)
Expand Down
6 changes: 3 additions & 3 deletions examples/benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "probe.gl-benchmark-example",
"version": "4.0.7",
"version": "4.0.8",
"description": "@probe.gl/bench + @probe.gl/react-bench benchmark example",
"license": "MIT",
"private": true,
Expand All @@ -10,8 +10,8 @@
"serve": "vite preview"
},
"dependencies": {
"@probe.gl/bench": "4.0.7",
"@probe.gl/react-bench": "4.0.7",
"@probe.gl/bench": "4.0.8",
"@probe.gl/react-bench": "4.0.8",
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/browser-test-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-test-vite-example",
"version": "4.0.7",
"version": "4.0.8",
"description": "@probe.gl/test-utils browser based tests example",
"license": "MIT",
"type": "module",
Expand All @@ -12,7 +12,7 @@
"coverage": "VITE_COVERAGE=true npm run test && nyc report --reporter=text"
},
"dependencies": {
"@probe.gl/test-utils": "4.0.7",
"@probe.gl/test-utils": "4.0.8",
"tape": "^4.5.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/browser-test-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-test-webpack-example",
"version": "4.0.7",
"version": "4.0.8",
"description": "@probe.gl/test-utils browser based tests example",
"license": "MIT",
"type": "module",
Expand All @@ -11,7 +11,7 @@
"test-browser": "node test/start.js"
},
"dependencies": {
"@probe.gl/test-utils": "4.0.7",
"@probe.gl/test-utils": "4.0.8",
"path-browserify": "1.0.1",
"process": "0.11.10",
"stream-browserify": "3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/stats-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stats-wdiget-example",
"version": "4.0.7",
"version": "4.0.8",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"@probe.gl/stats": "4.0.0-alpha.1"
},
"dependencies": {
"@probe.gl/stats": "4.0.7",
"@probe.gl/stats-widget": "4.0.7",
"@probe.gl/stats": "4.0.8",
"@probe.gl/stats-widget": "4.0.8",
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
Expand Down
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": "4.0.7",
"version": "4.0.8",
"packages": [
"modules/*",
"examples/*"
Expand Down
4 changes: 2 additions & 2 deletions modules/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JavaScript benchmarking utility",
"license": "MIT",
"type": "module",
"version": "4.0.7",
"version": "4.0.8",
"keywords": [
"bench",
"benchmark",
Expand All @@ -28,7 +28,7 @@
"src"
],
"dependencies": {
"@probe.gl/log": "4.0.7"
"@probe.gl/log": "4.0.8"
},
"gitHead": "95541d68783bfd50cbaf9b2a15b3cb41f1ff8284"
}
2 changes: 1 addition & 1 deletion modules/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JavaScript environment detection for browser and Node",
"license": "MIT",
"type": "module",
"version": "4.0.7",
"version": "4.0.8",
"keywords": [
"javascript",
"profiling",
Expand Down
4 changes: 2 additions & 2 deletions modules/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JavaScript debug logging for browser and Node",
"license": "MIT",
"type": "module",
"version": "4.0.7",
"version": "4.0.8",
"keywords": [
"javascript",
"profiling",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"browser": {},
"dependencies": {
"@probe.gl/env": "4.0.7"
"@probe.gl/env": "4.0.8"
},
"gitHead": "95541d68783bfd50cbaf9b2a15b3cb41f1ff8284"
}
2 changes: 1 addition & 1 deletion modules/react-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A React component to run and visualize `@probe.gl/bench` benchmarks.",
"license": "MIT",
"type": "module",
"version": "4.0.7",
"version": "4.0.8",
"keywords": [
"javascript",
"bench",
Expand Down
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": "4.0.7",
"version": "4.0.8",
"description": "A customizable devtool solution",
"license": "MIT",
"type": "module",
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 @@ -3,7 +3,7 @@
"description": "DOM widgets for testing and profiling",
"license": "MIT",
"type": "module",
"version": "4.0.7",
"version": "4.0.8",
"keywords": [
"javascript",
"profiling",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@probe.gl/stats": "^4.0.0"
},
"devDependencies": {
"@probe.gl/stats": "4.0.7"
"@probe.gl/stats": "4.0.8"
},
"gitHead": "95541d68783bfd50cbaf9b2a15b3cb41f1ff8284"
}
2 changes: 1 addition & 1 deletion modules/stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Stats object for reporting performance statistics",
"license": "MIT",
"type": "module",
"version": "4.0.7",
"version": "4.0.8",
"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 @@ -3,7 +3,7 @@
"description": "JavaScript browser-based testing utilities",
"license": "MIT",
"type": "module",
"version": "4.0.7",
"version": "4.0.8",
"keywords": [
"integration test",
"render test"
Expand Down Expand Up @@ -33,7 +33,7 @@
"puppeteer": false
},
"dependencies": {
"@probe.gl/log": "4.0.7",
"@probe.gl/log": "4.0.8",
"@types/pngjs": "^6.0.1",
"pixelmatch": "^4.0.2"
},
Expand Down

0 comments on commit ae2ed19

Please sign in to comment.