зеркало из https://github.com/mozilla/glean.js.git
Bumped version to 2.0.3
This commit is contained in:
Родитель
6160f5e624
Коммит
472399dc27
|
@ -1,6 +1,10 @@
|
|||
# Unreleased changes
|
||||
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v2.0.2...main)
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v2.0.3...main)
|
||||
|
||||
# v2.0.3 (2023-09-27)
|
||||
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v2.0.2...v2.0.3)
|
||||
|
||||
* [#1770](https://github.com/mozilla/glean.js/pull/1770): Allow debugging in browser console via `window.Glean`.
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@mozilla/glean",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@mozilla/glean",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
"fflate": "^0.8.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mozilla/glean",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"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.2";
|
||||
export const GLEAN_VERSION = "2.0.3";
|
||||
|
||||
// The name of a "ping" that will include Glean ping_info metrics,
|
||||
// such as ping sequence numbers.
|
||||
|
|
Загрузка…
Ссылка в новой задаче