From 5810e39c705e77c043124b0cebbb0aa370fe4116 Mon Sep 17 00:00:00 2001 From: Ans Date: Fri, 16 Aug 2024 18:37:05 -0400 Subject: [PATCH] v3.0.0 --- lerna.json | 2 +- package.json | 2 +- packages/cfpb-design-system/package.json | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index 2bf2c90049..78b7b84295 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 d9ad45615f..6c0e9115f1 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 336884f1c6..b6a0149dfa 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" }