зеркало из https://github.com/mozilla/glean.js.git
Bumped version to 3.0.0-pre.0
This commit is contained in:
Родитель
e8d18d178a
Коммит
c0f4b10f7e
|
@ -1,6 +1,10 @@
|
|||
# Unreleased changes
|
||||
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v2.0.5...main)
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v3.0.0-pre.0...main)
|
||||
|
||||
# v3.0.0-pre.0 (2023-11-10)
|
||||
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v2.0.5...v3.0.0-pre.0)
|
||||
|
||||
* [#1810](https://github.com/mozilla/glean.js/pull/1810): **BREAKING CHANGE**: Drop support for QT.
|
||||
* [#1811](https://github.com/mozilla/glean.js/pull/1811): Update `glean_parser` to `v10.0.3`.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- AUTOGENERATED BY glean_parser v8.1.1. DO NOT EDIT. -->
|
||||
<!-- AUTOGENERATED BY glean_parser v10.0.3. DO NOT EDIT. -->
|
||||
|
||||
# Metrics
|
||||
|
||||
|
@ -62,5 +62,5 @@ This ping contains no metrics.
|
|||
|
||||
Data categories are [defined here](https://wiki.mozilla.org/Firefox/Data_Collection).
|
||||
|
||||
<!-- AUTOGENERATED BY glean_parser v8.1.1. DO NOT EDIT. -->
|
||||
<!-- AUTOGENERATED BY glean_parser v10.0.3. DO NOT EDIT. -->
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ To check out a comprehensive list of which metrics are collected by Glean and th
|
|||
|web|**61 KB**|
|
||||
|webext|**61 KB**|
|
||||
|node|**61 KB**|
|
||||
|QML|**104 KB**|
|
||||
<!-- ! -->
|
||||
|
||||
> **Note**: The QML bundle contains all the metric types and is not distributed through the
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@mozilla/glean",
|
||||
"version": "2.0.5",
|
||||
"version": "3.0.0-pre.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@mozilla/glean",
|
||||
"version": "2.0.5",
|
||||
"version": "3.0.0-pre.0",
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
"fflate": "^0.8.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mozilla/glean",
|
||||
"version": "2.0.5",
|
||||
"version": "3.0.0-pre.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 = "2.0.5";
|
||||
export const GLEAN_VERSION = "3.0.0-pre.0";
|
||||
|
||||
// The name of a "ping" that will include Glean ping_info metrics,
|
||||
// such as ping sequence numbers.
|
||||
|
|
Загрузка…
Ссылка в новой задаче