This commit is contained in:
Abhishek Aggarwal 2024-03-25 11:51:50 +01:00
Родитель b353e37869
Коммит 8fd224155f
4 изменённых файлов: 9 добавлений и 5 удалений

Просмотреть файл

@ -1,6 +1,10 @@
# Unreleased changes
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.0-pre.0...main)
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.0...main)
# v5.0.0 (2024-03-25)
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.0-pre.0...v5.0.0)
This is the official release based on the v5.0.0-pre.0 release.

4
glean/package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "@mozilla/glean",
"version": "5.0.0-pre.0",
"version": "5.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@mozilla/glean",
"version": "5.0.0-pre.0",
"version": "5.0.0",
"license": "MPL-2.0",
"dependencies": {
"fflate": "^0.8.0",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@mozilla/glean",
"version": "5.0.0-pre.0",
"version": "5.0.0",
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for JavaScript environments.",
"type": "module",
"sideEffects": false,

Просмотреть файл

@ -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.0-pre.0";
export const GLEAN_VERSION = "5.0.0";
// The name of a "ping" that will include Glean ping_info metrics,
// such as ping sequence numbers.