Skip to content

Commit

Permalink
chore: bump to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
photodow committed Oct 18, 2021
1 parent 75a5e06 commit 9ecc5a4
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.6.2",
"version": "2.7.0",
"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.6.2",
"version": "2.7.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/devtools-token-server",
"version": "2.6.2",
"version": "2.7.0",
"private": true,
"description": "A distribution server that maintains and versions Carbon tokens separately.",
"main": "index.js",
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.6.2",
"version": "2.7.0",
"description": "Common utilities and functions used across throughout Carbon Devtools.",
"main": "index.js",
"scripts": {
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.6.2",
"version": "2.7.0",
"private": true,
"description": "A basic set of tools for teams building live Carbon pages.",
"main": "dist/manifest.json",
Expand Down

0 comments on commit 9ecc5a4

Please sign in to comment.