Skip to content

Commit eca7d56

Browse files
authored
Merge pull request #1972 from mozilla/release-v5.0.3
Bumped version to 5.0.3
2 parents 50cdc9d + 2a34975 commit eca7d56

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Unreleased changes
22

3-
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.2...main)
3+
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.3...main)
44

5+
# v5.0.3 (2024-08-02)
6+
7+
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.2...v5.0.3)
8+
9+
* [#1971](https://github.com/mozilla/glean.js/pull/1971): Bumped `glean_parser` version to `14.5.0`.
510
* [#1970](https://github.com/mozilla/glean.js/pull/1970): Add `window.Glean.debugSession` API for automatically opening a link to the Debug Ping Viewer with your current session selected.
611

712
# v5.0.2 (2024-05-23)

docs/reference/metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- AUTOGENERATED BY glean_parser v14.1.2. DO NOT EDIT. -->
1+
<!-- AUTOGENERATED BY glean_parser v14.5.0. DO NOT EDIT. -->
22

33
# Metrics
44

@@ -107,5 +107,5 @@ In addition to those built-in metrics, the following metrics are added to the pi
107107

108108
Data categories are [defined here](https://wiki.mozilla.org/Firefox/Data_Collection).
109109

110-
<!-- AUTOGENERATED BY glean_parser v14.1.2. DO NOT EDIT. -->
110+
<!-- AUTOGENERATED BY glean_parser v14.5.0. DO NOT EDIT. -->
111111

glean/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mozilla/glean",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for JavaScript environments.",
55
"type": "module",
66
"sideEffects": false,

glean/src/core/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const GLEAN_SCHEMA_VERSION = 1;
88
//
99
// PACKAGE_VERSION is defined as a global by webpack,
1010
// we need a default here for testing when the app is not build with webpack.
11-
export const GLEAN_VERSION = "5.0.2";
11+
export const GLEAN_VERSION = "5.0.3";
1212

1313
// The name of a "ping" that will include Glean ping_info metrics,
1414
// such as ping sequence numbers.

0 commit comments

Comments
 (0)