From 89780ce45386174f7a781c9c7b99b89c6b26e10c Mon Sep 17 00:00:00 2001 From: Ans Date: Wed, 31 Jul 2024 09:07:56 -0400 Subject: [PATCH] v2.0.1 --- lerna.json | 2 +- package.json | 2 +- packages/cfpb-atomic-component/package.json | 2 +- packages/cfpb-design-system/package.json | 12 ++++++------ packages/cfpb-expandables/package.json | 4 ++-- packages/cfpb-notifications/package.json | 2 +- packages/cfpb-tables/package.json | 4 ++-- packages/cfpb-typography/package.json | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/lerna.json b/lerna.json index 4969dd5d84..2bf2c90049 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "yarn", - "version": "2.0.0", + "version": "2.0.1", "changelog": { "cacheDir": ".changelog" }, diff --git a/package.json b/package.json index 5a7618ba5b..365b18d44e 100644 --- a/package.json +++ b/package.json @@ -102,5 +102,5 @@ "singleQuote": true }, "type": "module", - "version": "2.0.0" + "version": "2.0.1" } diff --git a/packages/cfpb-atomic-component/package.json b/packages/cfpb-atomic-component/package.json index 79523058bc..c006fa0a76 100644 --- a/packages/cfpb-atomic-component/package.json +++ b/packages/cfpb-atomic-component/package.json @@ -1,6 +1,6 @@ { "name": "@cfpb/cfpb-atomic-component", - "version": "2.0.0", + "version": "2.0.1", "description": "Design System atomic component utilities", "main": "src/index.js", "publishConfig": { diff --git a/packages/cfpb-design-system/package.json b/packages/cfpb-design-system/package.json index 9da64e7e56..bc3ccb4c1d 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.0", + "version": "2.0.1", "description": "CFPB's UI framework", "main": "src/cfpb-design-system.js", "author": { @@ -20,18 +20,18 @@ "url": "https://github.com/cfpb/design-system/issues" }, "dependencies": { - "@cfpb/cfpb-atomic-component": "^2.0.0", + "@cfpb/cfpb-atomic-component": "^2.0.1", "@cfpb/cfpb-buttons": "^2.0.0", "@cfpb/cfpb-core": "^2.0.0", - "@cfpb/cfpb-expandables": "^2.0.0", + "@cfpb/cfpb-expandables": "^2.0.1", "@cfpb/cfpb-forms": "^2.0.0", "@cfpb/cfpb-grid": "^2.0.0", "@cfpb/cfpb-icons": "^2.0.0", "@cfpb/cfpb-layout": "^2.0.0", - "@cfpb/cfpb-notifications": "^2.0.0", + "@cfpb/cfpb-notifications": "^2.0.1", "@cfpb/cfpb-pagination": "^2.0.0", - "@cfpb/cfpb-tables": "^2.0.0", - "@cfpb/cfpb-typography": "^2.0.0" + "@cfpb/cfpb-tables": "^2.0.1", + "@cfpb/cfpb-typography": "^2.0.1" }, "gitHead": "d9b9862ef0a34a0ca6f4835347ac7f202ed50e3e", "type": "module" diff --git a/packages/cfpb-expandables/package.json b/packages/cfpb-expandables/package.json index 10c1c18696..ca8dc6c7d5 100644 --- a/packages/cfpb-expandables/package.json +++ b/packages/cfpb-expandables/package.json @@ -1,13 +1,13 @@ { "name": "@cfpb/cfpb-expandables", - "version": "2.0.0", + "version": "2.0.1", "description": "Design System expandables", "main": "src/index.js", "publishConfig": { "access": "public" }, "dependencies": { - "@cfpb/cfpb-atomic-component": "^2.0.0", + "@cfpb/cfpb-atomic-component": "^2.0.1", "@cfpb/cfpb-core": "^2.0.0", "@cfpb/cfpb-icons": "^2.0.0" }, diff --git a/packages/cfpb-notifications/package.json b/packages/cfpb-notifications/package.json index 4eaf91893e..66419956f1 100644 --- a/packages/cfpb-notifications/package.json +++ b/packages/cfpb-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@cfpb/cfpb-notifications", - "version": "2.0.0", + "version": "2.0.1", "description": "Design System notifications", "publishConfig": { "access": "public" diff --git a/packages/cfpb-tables/package.json b/packages/cfpb-tables/package.json index 791b4130d1..35aabb1de2 100644 --- a/packages/cfpb-tables/package.json +++ b/packages/cfpb-tables/package.json @@ -1,13 +1,13 @@ { "name": "@cfpb/cfpb-tables", - "version": "2.0.0", + "version": "2.0.1", "description": "Design System tables", "main": "src/cfpb-tables.js", "publishConfig": { "access": "public" }, "dependencies": { - "@cfpb/cfpb-atomic-component": "^2.0.0", + "@cfpb/cfpb-atomic-component": "^2.0.1", "@cfpb/cfpb-core": "^2.0.0" }, "keywords": [ diff --git a/packages/cfpb-typography/package.json b/packages/cfpb-typography/package.json index 4898f811c2..980458c5a5 100644 --- a/packages/cfpb-typography/package.json +++ b/packages/cfpb-typography/package.json @@ -1,6 +1,6 @@ { "name": "@cfpb/cfpb-typography", - "version": "2.0.0", + "version": "2.0.1", "description": "Design System typography", "publishConfig": { "access": "public"