diff --git a/lerna.json b/lerna.json index 871f5021e1..98b4768f6c 100644 --- a/lerna.json +++ b/lerna.json @@ -5,12 +5,14 @@ } }, "npmClient": "yarn", - "packages": ["packages/*"], + "packages": [ + "packages/*" + ], "ignoreChanges": [ "packages/stylelint-config-design-system/**", "packages/eslint-config-design-system/**" ], "tagVersionPrefix": "core-", - "version": "2.5.0", + "version": "2.6.0", "useWorkspaces": true } diff --git a/packages/design-system-docs/package.json b/packages/design-system-docs/package.json index e99a075dd5..8acddb1f19 100644 --- a/packages/design-system-docs/package.json +++ b/packages/design-system-docs/package.json @@ -1,6 +1,6 @@ { "name": "@cmsgov/design-system-docs", - "version": "2.5.0", + "version": "2.6.0", "publishConfig": { "access": "public", "tag": "latest" @@ -9,7 +9,7 @@ "repository": "CMSgov/design-system", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@cmsgov/design-system": "^2.5.0", + "@cmsgov/design-system": "^2.6.0", "classnames": "^2.2.5", "lodash": "^4.17.19", "prismjs": "^1.11.0", diff --git a/packages/design-system-scripts/package.json b/packages/design-system-scripts/package.json index 70889ea0d6..1b0a71865d 100644 --- a/packages/design-system-scripts/package.json +++ b/packages/design-system-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@cmsgov/design-system-scripts", - "version": "2.5.0", + "version": "2.6.0", "publishConfig": { "access": "public", "tag": "latest" diff --git a/packages/design-system/package.json b/packages/design-system/package.json index f606b20134..0fd4503848 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@cmsgov/design-system", - "version": "2.5.0", + "version": "2.6.0", "publishConfig": { "access": "public", "tag": "latest"