diff --git a/lerna.json b/lerna.json index 88925dd1fc..4969dd5d84 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "yarn", - "version": "1.3.2", + "version": "2.0.0", "changelog": { "cacheDir": ".changelog" }, diff --git a/package.json b/package.json index 02e3ec2a19..5a7618ba5b 100644 --- a/package.json +++ b/package.json @@ -102,5 +102,5 @@ "singleQuote": true }, "type": "module", - "version": "1.3.2" + "version": "2.0.0" } diff --git a/packages/cfpb-atomic-component/package.json b/packages/cfpb-atomic-component/package.json index 4a88aa7af3..79523058bc 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": "1.2.0", + "version": "2.0.0", "description": "Design System atomic component utilities", "main": "src/index.js", "publishConfig": { diff --git a/packages/cfpb-buttons/package.json b/packages/cfpb-buttons/package.json index abdd2572fb..8c2b29ca38 100644 --- a/packages/cfpb-buttons/package.json +++ b/packages/cfpb-buttons/package.json @@ -1,13 +1,13 @@ { "name": "@cfpb/cfpb-buttons", - "version": "1.3.0", + "version": "2.0.0", "description": "Design System buttons", "publishConfig": { "access": "public" }, "dependencies": { - "@cfpb/cfpb-core": "^1.2.0", - "@cfpb/cfpb-icons": "^1.3.0" + "@cfpb/cfpb-core": "^2.0.0", + "@cfpb/cfpb-icons": "^2.0.0" }, "keywords": [ "buttons" diff --git a/packages/cfpb-core/package.json b/packages/cfpb-core/package.json index c2593a82a5..f7be987d74 100644 --- a/packages/cfpb-core/package.json +++ b/packages/cfpb-core/package.json @@ -1,6 +1,6 @@ { "name": "@cfpb/cfpb-core", - "version": "1.2.0", + "version": "2.0.0", "description": "Design System core styles", "publishConfig": { "access": "public" diff --git a/packages/cfpb-design-system/package.json b/packages/cfpb-design-system/package.json index 064f7852d0..9da64e7e56 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": "1.3.2", + "version": "2.0.0", "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": "^1.2.0", - "@cfpb/cfpb-buttons": "^1.3.0", - "@cfpb/cfpb-core": "^1.2.0", - "@cfpb/cfpb-expandables": "^1.3.0", - "@cfpb/cfpb-forms": "^1.3.0", - "@cfpb/cfpb-grid": "^1.2.0", - "@cfpb/cfpb-icons": "^1.3.0", - "@cfpb/cfpb-layout": "^1.3.0", - "@cfpb/cfpb-notifications": "^1.3.0", - "@cfpb/cfpb-pagination": "^1.3.0", - "@cfpb/cfpb-tables": "^1.2.0", - "@cfpb/cfpb-typography": "^1.3.2" + "@cfpb/cfpb-atomic-component": "^2.0.0", + "@cfpb/cfpb-buttons": "^2.0.0", + "@cfpb/cfpb-core": "^2.0.0", + "@cfpb/cfpb-expandables": "^2.0.0", + "@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-pagination": "^2.0.0", + "@cfpb/cfpb-tables": "^2.0.0", + "@cfpb/cfpb-typography": "^2.0.0" }, "gitHead": "d9b9862ef0a34a0ca6f4835347ac7f202ed50e3e", "type": "module" diff --git a/packages/cfpb-expandables/package.json b/packages/cfpb-expandables/package.json index 156bc5fc23..10c1c18696 100644 --- a/packages/cfpb-expandables/package.json +++ b/packages/cfpb-expandables/package.json @@ -1,15 +1,15 @@ { "name": "@cfpb/cfpb-expandables", - "version": "1.3.0", + "version": "2.0.0", "description": "Design System expandables", "main": "src/index.js", "publishConfig": { "access": "public" }, "dependencies": { - "@cfpb/cfpb-atomic-component": "^1.2.0", - "@cfpb/cfpb-core": "^1.2.0", - "@cfpb/cfpb-icons": "^1.3.0" + "@cfpb/cfpb-atomic-component": "^2.0.0", + "@cfpb/cfpb-core": "^2.0.0", + "@cfpb/cfpb-icons": "^2.0.0" }, "keywords": [ "expandable" diff --git a/packages/cfpb-forms/package.json b/packages/cfpb-forms/package.json index c90402bace..c11bc55dc7 100644 --- a/packages/cfpb-forms/package.json +++ b/packages/cfpb-forms/package.json @@ -1,16 +1,16 @@ { "name": "@cfpb/cfpb-forms", - "version": "1.3.0", + "version": "2.0.0", "description": "Design System form fields", "main": "src/index.js", "publishConfig": { "access": "public" }, "dependencies": { - "@cfpb/cfpb-buttons": "^1.3.0", - "@cfpb/cfpb-core": "^1.2.0", - "@cfpb/cfpb-grid": "^1.2.0", - "@cfpb/cfpb-icons": "^1.3.0" + "@cfpb/cfpb-buttons": "^2.0.0", + "@cfpb/cfpb-core": "^2.0.0", + "@cfpb/cfpb-grid": "^2.0.0", + "@cfpb/cfpb-icons": "^2.0.0" }, "keywords": [ "forms" diff --git a/packages/cfpb-grid/package.json b/packages/cfpb-grid/package.json index b5033f6e69..92d568f503 100644 --- a/packages/cfpb-grid/package.json +++ b/packages/cfpb-grid/package.json @@ -1,6 +1,6 @@ { "name": "@cfpb/cfpb-grid", - "version": "1.2.0", + "version": "2.0.0", "description": "Design System grid", "publishConfig": { "access": "public" diff --git a/packages/cfpb-icons/package.json b/packages/cfpb-icons/package.json index 1056672b6d..3cf1292add 100644 --- a/packages/cfpb-icons/package.json +++ b/packages/cfpb-icons/package.json @@ -1,6 +1,6 @@ { "name": "@cfpb/cfpb-icons", - "version": "1.3.0", + "version": "2.0.0", "description": "Design System icons", "publishConfig": { "access": "public" diff --git a/packages/cfpb-layout/package.json b/packages/cfpb-layout/package.json index 92ef5647ec..a12896d750 100644 --- a/packages/cfpb-layout/package.json +++ b/packages/cfpb-layout/package.json @@ -1,13 +1,13 @@ { "name": "@cfpb/cfpb-layout", - "version": "1.3.0", + "version": "2.0.0", "description": "Design System layouts", "publishConfig": { "access": "public" }, "dependencies": { - "@cfpb/cfpb-core": "^1.2.0", - "@cfpb/cfpb-grid": "^1.2.0" + "@cfpb/cfpb-core": "^2.0.0", + "@cfpb/cfpb-grid": "^2.0.0" }, "keywords": [ "layout" diff --git a/packages/cfpb-notifications/package.json b/packages/cfpb-notifications/package.json index 26c7b4f6e5..4eaf91893e 100644 --- a/packages/cfpb-notifications/package.json +++ b/packages/cfpb-notifications/package.json @@ -1,13 +1,13 @@ { "name": "@cfpb/cfpb-notifications", - "version": "1.3.0", + "version": "2.0.0", "description": "Design System notifications", "publishConfig": { "access": "public" }, "dependencies": { - "@cfpb/cfpb-core": "^1.2.0", - "@cfpb/cfpb-icons": "^1.3.0" + "@cfpb/cfpb-core": "^2.0.0", + "@cfpb/cfpb-icons": "^2.0.0" }, "keywords": [ "notifications" diff --git a/packages/cfpb-pagination/package.json b/packages/cfpb-pagination/package.json index 3437b7a46b..f0633e5403 100644 --- a/packages/cfpb-pagination/package.json +++ b/packages/cfpb-pagination/package.json @@ -1,14 +1,14 @@ { "name": "@cfpb/cfpb-pagination", - "version": "1.3.0", + "version": "2.0.0", "description": "Design System pagination", "publishConfig": { "access": "public" }, "dependencies": { - "@cfpb/cfpb-buttons": "^1.3.0", - "@cfpb/cfpb-core": "^1.2.0", - "@cfpb/cfpb-icons": "^1.3.0" + "@cfpb/cfpb-buttons": "^2.0.0", + "@cfpb/cfpb-core": "^2.0.0", + "@cfpb/cfpb-icons": "^2.0.0" }, "keywords": [ "pagination" diff --git a/packages/cfpb-tables/package.json b/packages/cfpb-tables/package.json index 0e95ee5bcc..791b4130d1 100644 --- a/packages/cfpb-tables/package.json +++ b/packages/cfpb-tables/package.json @@ -1,14 +1,14 @@ { "name": "@cfpb/cfpb-tables", - "version": "1.2.0", + "version": "2.0.0", "description": "Design System tables", "main": "src/cfpb-tables.js", "publishConfig": { "access": "public" }, "dependencies": { - "@cfpb/cfpb-atomic-component": "^1.2.0", - "@cfpb/cfpb-core": "^1.2.0" + "@cfpb/cfpb-atomic-component": "^2.0.0", + "@cfpb/cfpb-core": "^2.0.0" }, "keywords": [ "tables" diff --git a/packages/cfpb-typography/package.json b/packages/cfpb-typography/package.json index ae3a03e10c..4898f811c2 100644 --- a/packages/cfpb-typography/package.json +++ b/packages/cfpb-typography/package.json @@ -1,13 +1,13 @@ { "name": "@cfpb/cfpb-typography", - "version": "1.3.2", + "version": "2.0.0", "description": "Design System typography", "publishConfig": { "access": "public" }, "dependencies": { - "@cfpb/cfpb-core": "^1.2.0", - "@cfpb/cfpb-icons": "^1.3.0" + "@cfpb/cfpb-core": "^2.0.0", + "@cfpb/cfpb-icons": "^2.0.0" }, "keywords": [ "typography"