Skip to content

Commit

Permalink
Merge branch 'release-v5.0.0-pre.0' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-agg committed Mar 21, 2024
2 parents 8885503 + 23ace01 commit 055b841
Show file tree
Hide file tree
Showing 13 changed files with 2,772 additions and 1,167 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla/glean.js/compare/v4.1.0-pre.0...main)
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.0-pre.0...main)

# v5.0.0-pre.0 (2024-03-21)

[Full changelog](https://github.com/mozilla/glean.js/compare/v4.1.0-pre.0...v5.0.0-pre.0)

* [#1895](https://github.com/mozilla/glean.js/pull/1895): Improve automatic click events for nested elements.
* [#1899](https://github.com/mozilla/glean.js/pull/1899): Bug 1886113 - Add wall-clock timestamps to all events.
* [#1900](https://github.com/mozilla/glean.js/pull/1900): Bug 1886443 - automatic click events in web sample project.

# v4.1.0-pre.0 (2024-03-05)

Expand Down
1,902 changes: 1,369 additions & 533 deletions automation/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions automation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"author": "The Glean Team <glean-team@mozilla.com>",
"license": "MPL-2.0",
"devDependencies": {
"@octokit/request": "^8.1.6",
"@octokit/request": "^9.0.1",
"browserstack-local": "^1.5.5",
"geckodriver": "^4.3.2",
"geckodriver": "^4.3.3",
"patch-package": "^8.0.0",
"selenium-webdriver": "^4.17.0",
"webpack": "^5.90.0",
"selenium-webdriver": "^4.18.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^5.0.3"
}
}

0 comments on commit 055b841

Please sign in to comment.