зеркало из https://github.com/mozilla/glean.js.git
Bumped version to 4.0.0-pre.1
This commit is contained in:
Родитель
f96a278d35
Коммит
916615237a
|
@ -1,6 +1,10 @@
|
|||
# Unreleased changes
|
||||
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v4.0.0-pre.0...main)
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v4.0.0-pre.1...main)
|
||||
|
||||
# v4.0.0-pre.1 (2023-12-01)
|
||||
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v4.0.0-pre.0...v4.0.0-pre.1)
|
||||
|
||||
[#1834](https://github.com/mozilla/glean.js/pull/1834): Added support for `navigator.sendBeacon`. This is not turned on by default and needs to be enabled manually.
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@mozilla/glean",
|
||||
"version": "4.0.0-pre.0",
|
||||
"version": "4.0.0-pre.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@mozilla/glean",
|
||||
"version": "4.0.0-pre.0",
|
||||
"version": "4.0.0-pre.1",
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
"fflate": "^0.8.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mozilla/glean",
|
||||
"version": "4.0.0-pre.0",
|
||||
"version": "4.0.0-pre.1",
|
||||
"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 = "4.0.0-pre.0";
|
||||
export const GLEAN_VERSION = "4.0.0-pre.1";
|
||||
|
||||
// The name of a "ping" that will include Glean ping_info metrics,
|
||||
// such as ping sequence numbers.
|
||||
|
|
Загрузка…
Ссылка в новой задаче