diff --git a/lerna.json b/lerna.json index 2bf2c9004..78b7b8429 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "yarn", - "version": "2.0.1", + "version": "3.0.0", "changelog": { "cacheDir": ".changelog" }, diff --git a/package.json b/package.json index d9ad45615..6c0e9115f 100644 --- a/package.json +++ b/package.json @@ -103,5 +103,5 @@ "singleQuote": true }, "type": "module", - "version": "2.0.1" + "version": "3.0.0" } diff --git a/packages/cfpb-design-system/package.json b/packages/cfpb-design-system/package.json index 336884f1c..b6a0149df 100644 --- a/packages/cfpb-design-system/package.json +++ b/packages/cfpb-design-system/package.json @@ -1,6 +1,6 @@ { "name": "@cfpb/cfpb-design-system", - "version": "2.0.1", + "version": "3.0.0", "description": "CFPB's UI framework", "main": "src/index.js", "author": { @@ -19,7 +19,6 @@ "bugs": { "url": "https://github.com/cfpb/design-system/issues" }, - "dependencies": {}, "gitHead": "d9b9862ef0a34a0ca6f4835347ac7f202ed50e3e", "type": "module" }