Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
photodow committed Dec 7, 2021
1 parent 5ae574d commit f1b4a62
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/component-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/devtools-component-list",
"version": "2.7.5",
"version": "2.7.6",
"description": "Generates a list of components and their selectors across all of the Carbon libraries.",
"main": "./dist/index.json",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/devtools-demo-site",
"version": "2.7.5",
"version": "2.7.6",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/devtools-utilities",
"version": "2.7.5",
"version": "2.7.6",
"description": "Common utilities and functions used across throughout Carbon Devtools.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/src/ga.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function sendGa4Response(data) {
carbon_grid_version: {
value: data.cd3, // grid version
},
app_version: {
carbon_devtools_version: {
value: data.cd2, // extension version
},
experimental: {
Expand Down
2 changes: 1 addition & 1 deletion packages/web-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-devtools",
"version": "2.7.5",
"version": "2.7.6",
"private": true,
"description": "A basic set of tools for teams building live Carbon pages.",
"main": "dist/manifest.json",
Expand Down

0 comments on commit f1b4a62

Please sign in to comment.