Skip to content

Commit

Permalink
v4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Mar 9, 2024
1 parent b734e1b commit b595a8b
Show file tree
Hide file tree
Showing 15 changed files with 13,742 additions and 19,759 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v4.0.9

- fix(env): Fix regression in isBrowser() check (#253)

## v4.0.8

- fix(test-utils): meaningful console logs for headless test (#252)
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.8",
"version": "4.0.9",
"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.8",
"@probe.gl/react-bench": "4.0.8",
"@probe.gl/bench": "4.0.9",
"@probe.gl/react-bench": "4.0.9",
"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.8",
"version": "4.0.9",
"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.8",
"@probe.gl/test-utils": "4.0.9",
"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.8",
"version": "4.0.9",
"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.8",
"@probe.gl/test-utils": "4.0.9",
"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.8",
"version": "4.0.9",
"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.8",
"@probe.gl/stats-widget": "4.0.8",
"@probe.gl/stats": "4.0.9",
"@probe.gl/stats-widget": "4.0.9",
"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.8",
"version": "4.0.9",
"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.8",
"version": "4.0.9",
"keywords": [
"bench",
"benchmark",
Expand All @@ -28,7 +28,7 @@
"src"
],
"dependencies": {
"@probe.gl/log": "4.0.8"
"@probe.gl/log": "4.0.9"
},
"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.8",
"version": "4.0.9",
"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.8",
"version": "4.0.9",
"keywords": [
"javascript",
"profiling",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"browser": {},
"dependencies": {
"@probe.gl/env": "4.0.8"
"@probe.gl/env": "4.0.9"
},
"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.8",
"version": "4.0.9",
"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.8",
"version": "4.0.9",
"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.8",
"version": "4.0.9",
"keywords": [
"javascript",
"profiling",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@probe.gl/stats": "^4.0.0"
},
"devDependencies": {
"@probe.gl/stats": "4.0.8"
"@probe.gl/stats": "4.0.9"
},
"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.8",
"version": "4.0.9",
"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.8",
"version": "4.0.9",
"keywords": [
"integration test",
"render test"
Expand Down Expand Up @@ -33,7 +33,7 @@
"puppeteer": false
},
"dependencies": {
"@probe.gl/log": "4.0.8",
"@probe.gl/log": "4.0.9",
"@types/pngjs": "^6.0.1",
"pixelmatch": "^4.0.2"
},
Expand Down
Loading

0 comments on commit b595a8b

Please sign in to comment.