Skip to content

Commit c0f4b10

Browse files
committed
Bumped version to 3.0.0-pre.0
1 parent e8d18d1 commit c0f4b10

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Unreleased changes
22

3-
[Full changelog](https://github.com/mozilla/glean.js/compare/v2.0.5...main)
3+
[Full changelog](https://github.com/mozilla/glean.js/compare/v3.0.0-pre.0...main)
4+
5+
# v3.0.0-pre.0 (2023-11-10)
6+
7+
[Full changelog](https://github.com/mozilla/glean.js/compare/v2.0.5...v3.0.0-pre.0)
48

59
* [#1810](https://github.com/mozilla/glean.js/pull/1810): **BREAKING CHANGE**: Drop support for QT.
610
* [#1811](https://github.com/mozilla/glean.js/pull/1811): Update `glean_parser` to `v10.0.3`.

docs/reference/metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- AUTOGENERATED BY glean_parser v8.1.1. DO NOT EDIT. -->
1+
<!-- AUTOGENERATED BY glean_parser v10.0.3. DO NOT EDIT. -->
22

33
# Metrics
44

@@ -62,5 +62,5 @@ This ping contains no metrics.
6262

6363
Data categories are [defined here](https://wiki.mozilla.org/Firefox/Data_Collection).
6464

65-
<!-- AUTOGENERATED BY glean_parser v8.1.1. DO NOT EDIT. -->
65+
<!-- AUTOGENERATED BY glean_parser v10.0.3. DO NOT EDIT. -->
6666

docs/reference/sizes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ To check out a comprehensive list of which metrics are collected by Glean and th
1515
|web|**61 KB**|
1616
|webext|**61 KB**|
1717
|node|**61 KB**|
18-
|QML|**104 KB**|
1918
<!-- ! -->
2019

2120
> **Note**: The QML bundle contains all the metric types and is not distributed through the

glean/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mozilla/glean",
3-
"version": "2.0.5",
3+
"version": "3.0.0-pre.0",
44
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for JavaScript environments.",
55
"type": "module",
66
"sideEffects": false,

glean/src/core/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const GLEAN_SCHEMA_VERSION = 1;
88
//
99
// PACKAGE_VERSION is defined as a global by webpack,
1010
// we need a default here for testing when the app is not build with webpack.
11-
export const GLEAN_VERSION = "2.0.5";
11+
export const GLEAN_VERSION = "3.0.0-pre.0";
1212

1313
// The name of a "ping" that will include Glean ping_info metrics,
1414
// such as ping sequence numbers.

0 commit comments

Comments
 (0)