Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Jul 18, 2024
1 parent 1bc0afb commit 0f3ed73
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "1.3.2",
"version": "2.0.0",
"changelog": {
"cacheDir": ".changelog"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@
"singleQuote": true
},
"type": "module",
"version": "1.3.2"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion packages/cfpb-atomic-component/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cfpb-buttons/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/cfpb-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfpb/cfpb-core",
"version": "1.2.0",
"version": "2.0.0",
"description": "Design System core styles",
"publishConfig": {
"access": "public"
Expand Down
26 changes: 13 additions & 13 deletions packages/cfpb-design-system/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions packages/cfpb-expandables/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 5 additions & 5 deletions packages/cfpb-forms/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/cfpb-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfpb/cfpb-grid",
"version": "1.2.0",
"version": "2.0.0",
"description": "Design System grid",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cfpb-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfpb/cfpb-icons",
"version": "1.3.0",
"version": "2.0.0",
"description": "Design System icons",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/cfpb-layout/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/cfpb-notifications/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 4 additions & 4 deletions packages/cfpb-pagination/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/cfpb-tables/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/cfpb-typography/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0f3ed73

Please sign in to comment.