Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed May 31, 2024
1 parent 3133152 commit 6b566bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.1",
"version": "1.3.2",
"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 @@ -101,5 +101,5 @@
"singleQuote": true
},
"type": "module",
"version": "1.3.1"
"version": "1.3.2"
}
4 changes: 2 additions & 2 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.1",
"version": "1.3.2",
"description": "CFPB's UI framework",
"main": "src/cfpb-design-system.js",
"less": "src/cfpb-design-system.less",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@cfpb/cfpb-notifications": "^1.3.0",
"@cfpb/cfpb-pagination": "^1.3.0",
"@cfpb/cfpb-tables": "^1.2.0",
"@cfpb/cfpb-typography": "^1.3.1"
"@cfpb/cfpb-typography": "^1.3.2"
},
"gitHead": "d9b9862ef0a34a0ca6f4835347ac7f202ed50e3e",
"type": "module"
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": "1.3.1",
"version": "1.3.2",
"description": "Design System typography",
"less": "src/typography.less",
"style": "typography.css",
Expand Down

0 comments on commit 6b566bd

Please sign in to comment.