Skip to content

Commit

Permalink
Bumped version to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahbruno committed May 23, 2024
1 parent d869954 commit 96dbc32
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.1...main)
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.2...main)

# v5.0.2 (2024-05-23)

[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.1...v5.0.2)

* [#1935](https://github.com/mozilla/glean.js/pull/1935): **BREAKING CHANGE**: Remove `migrateFromLegacyStorage` capability and configuration option. If your project currently sets the `migrateFromLegacyStorage` value, this will no longer work.
* [#1942](https://github.com/mozilla/glean.js/pull/1942): Bumped `glean_parser` version to `14.1.2`.
Expand Down
4 changes: 2 additions & 2 deletions glean/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozilla/glean",
"version": "5.0.1",
"version": "5.0.2",
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for JavaScript environments.",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion glean/src/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const GLEAN_SCHEMA_VERSION = 1;
//
// PACKAGE_VERSION is defined as a global by webpack,
// we need a default here for testing when the app is not build with webpack.
export const GLEAN_VERSION = "5.0.1";
export const GLEAN_VERSION = "5.0.2";

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

0 comments on commit 96dbc32

Please sign in to comment.