Skip to content

Commit 70c6454

Browse files
v0.37.2
1 parent fdb66f6 commit 70c6454

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.37.1",
3+
"version": "0.37.2",
44
"changelog": {
55
"cacheDir": ".changelog"
66
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@
101101
"singleQuote": true
102102
},
103103
"type": "module",
104-
"version": "0.37.1"
104+
"version": "0.37.2"
105105
}

packages/cfpb-design-system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfpb/cfpb-design-system",
3-
"version": "0.37.1",
3+
"version": "0.37.2",
44
"description": "CFPB's UI framework",
55
"main": "src/cfpb-design-system.js",
66
"less": "src/cfpb-design-system.less",
@@ -32,7 +32,7 @@
3232
"@cfpb/cfpb-notifications": "^0.37.0",
3333
"@cfpb/cfpb-pagination": "^0.37.0",
3434
"@cfpb/cfpb-tables": "^0.37.0",
35-
"@cfpb/cfpb-typography": "^0.37.0"
35+
"@cfpb/cfpb-typography": "^0.37.2"
3636
},
3737
"gitHead": "d9b9862ef0a34a0ca6f4835347ac7f202ed50e3e",
3838
"type": "module"

packages/cfpb-typography/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfpb/cfpb-typography",
3-
"version": "0.37.0",
3+
"version": "0.37.2",
44
"description": "Design System typography",
55
"less": "src/typography.less",
66
"style": "typography.css",

0 commit comments

Comments
 (0)