Skip to content

Commit f1b4a62

Browse files
committed
chore: bump
1 parent 5ae574d commit f1b4a62

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/component-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon/devtools-component-list",
3-
"version": "2.7.5",
3+
"version": "2.7.6",
44
"description": "Generates a list of components and their selectors across all of the Carbon libraries.",
55
"main": "./dist/index.json",
66
"scripts": {

packages/demo-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon/devtools-demo-site",
3-
"version": "2.7.5",
3+
"version": "2.7.6",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon/devtools-utilities",
3-
"version": "2.7.5",
3+
"version": "2.7.6",
44
"description": "Common utilities and functions used across throughout Carbon Devtools.",
55
"main": "index.js",
66
"scripts": {

packages/utilities/src/ga.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function sendGa4Response(data) {
9999
carbon_grid_version: {
100100
value: data.cd3, // grid version
101101
},
102-
app_version: {
102+
carbon_devtools_version: {
103103
value: data.cd2, // extension version
104104
},
105105
experimental: {

packages/web-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carbon-devtools",
3-
"version": "2.7.5",
3+
"version": "2.7.6",
44
"private": true,
55
"description": "A basic set of tools for teams building live Carbon pages.",
66
"main": "dist/manifest.json",

0 commit comments

Comments
 (0)