From 96dbc32f899c626bb6b2bee0106d8ae8bb11cb38 Mon Sep 17 00:00:00 2001 From: Bruno Rosa Date: Thu, 23 May 2024 10:41:55 -0400 Subject: [PATCH] Bumped version to 5.0.2 --- CHANGELOG.md | 6 +++++- glean/package-lock.json | 4 ++-- glean/package.json | 2 +- glean/src/core/constants.ts | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c84edf44b..1bfa6132c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/glean/package-lock.json b/glean/package-lock.json index 81277dec3..46ab1e669 100644 --- a/glean/package-lock.json +++ b/glean/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mozilla/glean", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mozilla/glean", - "version": "5.0.1", + "version": "5.0.2", "license": "MPL-2.0", "dependencies": { "fflate": "^0.8.0", diff --git a/glean/package.json b/glean/package.json index 734b5cda0..dffb27cc2 100644 --- a/glean/package.json +++ b/glean/package.json @@ -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, diff --git a/glean/src/core/constants.ts b/glean/src/core/constants.ts index 96df385ae..5d740c56d 100644 --- a/glean/src/core/constants.ts +++ b/glean/src/core/constants.ts @@ -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.