Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Jul 31, 2024
1 parent 4365f72 commit 89780ce
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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": "2.0.0",
"version": "2.0.1",
"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": "2.0.0"
"version": "2.0.1"
}
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": "2.0.0",
"version": "2.0.1",
"description": "Design System atomic component utilities",
"main": "src/index.js",
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 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": "2.0.0",
"version": "2.0.1",
"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": "^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"
Expand Down
4 changes: 2 additions & 2 deletions packages/cfpb-expandables/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cfpb-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfpb/cfpb-notifications",
"version": "2.0.0",
"version": "2.0.1",
"description": "Design System notifications",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/cfpb-tables/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cfpb-typography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfpb/cfpb-typography",
"version": "2.0.0",
"version": "2.0.1",
"description": "Design System typography",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 89780ce

Please sign in to comment.