Skip to content

Commit bf34d97

Browse files
v0.42.0
1 parent 0797a27 commit bf34d97

File tree

15 files changed

+47
-47
lines changed

15 files changed

+47
-47
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.41.0",
3+
"version": "0.42.0",
44
"changelog": {
55
"cacheDir": ".changelog"
66
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@
100100
"singleQuote": true
101101
},
102102
"type": "module",
103-
"version": "0.41.0"
103+
"version": "0.42.0"
104104
}

packages/cfpb-atomic-component/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-atomic-component",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "Design System atomic component utilities",
55
"less": "src/cfpb-atomic-component.less",
66
"style": "cfpb-atomic-component.css",

packages/cfpb-buttons/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@cfpb/cfpb-buttons",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "Design System buttons",
55
"less": "src/cfpb-buttons.less",
66
"style": "cfpb-buttons.css",
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@cfpb/cfpb-core": "^0.41.0",
12-
"@cfpb/cfpb-icons": "^0.41.0"
11+
"@cfpb/cfpb-core": "^0.42.0",
12+
"@cfpb/cfpb-icons": "^0.42.0"
1313
},
1414
"keywords": [
1515
"buttons"

packages/cfpb-core/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-core",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "Design System core styles",
55
"less": "src/cfpb-core.less",
66
"style": "cfpb-core.css",

packages/cfpb-design-system/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfpb/cfpb-design-system",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "CFPB's UI framework",
55
"main": "src/cfpb-design-system.js",
66
"less": "src/cfpb-design-system.less",
@@ -21,18 +21,18 @@
2121
"url": "https://github.com/cfpb/design-system/issues"
2222
},
2323
"dependencies": {
24-
"@cfpb/cfpb-atomic-component": "^0.41.0",
25-
"@cfpb/cfpb-buttons": "^0.41.0",
26-
"@cfpb/cfpb-core": "^0.41.0",
27-
"@cfpb/cfpb-expandables": "^0.41.0",
28-
"@cfpb/cfpb-forms": "^0.41.0",
29-
"@cfpb/cfpb-grid": "^0.41.0",
30-
"@cfpb/cfpb-icons": "^0.41.0",
31-
"@cfpb/cfpb-layout": "^0.41.0",
32-
"@cfpb/cfpb-notifications": "^0.41.0",
33-
"@cfpb/cfpb-pagination": "^0.41.0",
34-
"@cfpb/cfpb-tables": "^0.41.0",
35-
"@cfpb/cfpb-typography": "^0.41.0"
24+
"@cfpb/cfpb-atomic-component": "^0.42.0",
25+
"@cfpb/cfpb-buttons": "^0.42.0",
26+
"@cfpb/cfpb-core": "^0.42.0",
27+
"@cfpb/cfpb-expandables": "^0.42.0",
28+
"@cfpb/cfpb-forms": "^0.42.0",
29+
"@cfpb/cfpb-grid": "^0.42.0",
30+
"@cfpb/cfpb-icons": "^0.42.0",
31+
"@cfpb/cfpb-layout": "^0.42.0",
32+
"@cfpb/cfpb-notifications": "^0.42.0",
33+
"@cfpb/cfpb-pagination": "^0.42.0",
34+
"@cfpb/cfpb-tables": "^0.42.0",
35+
"@cfpb/cfpb-typography": "^0.42.0"
3636
},
3737
"gitHead": "d9b9862ef0a34a0ca6f4835347ac7f202ed50e3e",
3838
"type": "module"

packages/cfpb-expandables/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfpb/cfpb-expandables",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "Design System expandables",
55
"main": "src/index.js",
66
"less": "src/cfpb-expandables.less",
@@ -9,9 +9,9 @@
99
"access": "public"
1010
},
1111
"dependencies": {
12-
"@cfpb/cfpb-atomic-component": "^0.41.0",
13-
"@cfpb/cfpb-core": "^0.41.0",
14-
"@cfpb/cfpb-icons": "^0.41.0"
12+
"@cfpb/cfpb-atomic-component": "^0.42.0",
13+
"@cfpb/cfpb-core": "^0.42.0",
14+
"@cfpb/cfpb-icons": "^0.42.0"
1515
},
1616
"keywords": [
1717
"expandable"

packages/cfpb-forms/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfpb/cfpb-forms",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "Design System form fields",
55
"less": "src/cfpb-forms.less",
66
"style": "cfpb-forms.css",
@@ -9,10 +9,10 @@
99
"access": "public"
1010
},
1111
"dependencies": {
12-
"@cfpb/cfpb-buttons": "^0.41.0",
13-
"@cfpb/cfpb-core": "^0.41.0",
14-
"@cfpb/cfpb-grid": "^0.41.0",
15-
"@cfpb/cfpb-icons": "^0.41.0"
12+
"@cfpb/cfpb-buttons": "^0.42.0",
13+
"@cfpb/cfpb-core": "^0.42.0",
14+
"@cfpb/cfpb-grid": "^0.42.0",
15+
"@cfpb/cfpb-icons": "^0.42.0"
1616
},
1717
"keywords": [
1818
"forms"

packages/cfpb-grid/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-grid",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "Design System grid",
55
"less": "src/cfpb-grid.less",
66
"style": "cfpb-grid.css",

packages/cfpb-icons/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-icons",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "Design System icons",
55
"less": "src/cfpb-icons.less",
66
"style": "cfpb-icons.css",

0 commit comments

Comments
 (0)