Skip to content

Commit 2171070

Browse files
v1.0.1
1 parent 9dc1b92 commit 2171070

File tree

14 files changed

+43
-43
lines changed

14 files changed

+43
-43
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": "1.0.0",
3+
"version": "1.0.1",
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": "1.0.0"
103+
"version": "1.0.1"
104104
}

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": "1.0.0",
3+
"version": "1.0.1",
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": "^1.0.0",
12-
"@cfpb/cfpb-icons": "^1.0.0"
11+
"@cfpb/cfpb-core": "^1.0.1",
12+
"@cfpb/cfpb-icons": "^1.0.1"
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": "1.0.0",
3+
"version": "1.0.1",
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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfpb/cfpb-design-system",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "CFPB's UI framework",
55
"main": "src/cfpb-design-system.js",
66
"less": "src/cfpb-design-system.less",
@@ -22,17 +22,17 @@
2222
},
2323
"dependencies": {
2424
"@cfpb/cfpb-atomic-component": "^1.0.0",
25-
"@cfpb/cfpb-buttons": "^1.0.0",
26-
"@cfpb/cfpb-core": "^1.0.0",
27-
"@cfpb/cfpb-expandables": "^1.0.0",
28-
"@cfpb/cfpb-forms": "^1.0.0",
29-
"@cfpb/cfpb-grid": "^1.0.0",
30-
"@cfpb/cfpb-icons": "^1.0.0",
31-
"@cfpb/cfpb-layout": "^1.0.0",
32-
"@cfpb/cfpb-notifications": "^1.0.0",
33-
"@cfpb/cfpb-pagination": "^1.0.0",
34-
"@cfpb/cfpb-tables": "^1.0.0",
35-
"@cfpb/cfpb-typography": "^1.0.0"
25+
"@cfpb/cfpb-buttons": "^1.0.1",
26+
"@cfpb/cfpb-core": "^1.0.1",
27+
"@cfpb/cfpb-expandables": "^1.0.1",
28+
"@cfpb/cfpb-forms": "^1.0.1",
29+
"@cfpb/cfpb-grid": "^1.0.1",
30+
"@cfpb/cfpb-icons": "^1.0.1",
31+
"@cfpb/cfpb-layout": "^1.0.1",
32+
"@cfpb/cfpb-notifications": "^1.0.1",
33+
"@cfpb/cfpb-pagination": "^1.0.1",
34+
"@cfpb/cfpb-tables": "^1.0.1",
35+
"@cfpb/cfpb-typography": "^1.0.1"
3636
},
3737
"gitHead": "d9b9862ef0a34a0ca6f4835347ac7f202ed50e3e",
3838
"type": "module"

packages/cfpb-expandables/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfpb/cfpb-expandables",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Design System expandables",
55
"main": "src/index.js",
66
"less": "src/cfpb-expandables.less",
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@cfpb/cfpb-atomic-component": "^1.0.0",
13-
"@cfpb/cfpb-core": "^1.0.0",
14-
"@cfpb/cfpb-icons": "^1.0.0"
13+
"@cfpb/cfpb-core": "^1.0.1",
14+
"@cfpb/cfpb-icons": "^1.0.1"
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": "1.0.0",
3+
"version": "1.0.1",
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": "^1.0.0",
13-
"@cfpb/cfpb-core": "^1.0.0",
14-
"@cfpb/cfpb-grid": "^1.0.0",
15-
"@cfpb/cfpb-icons": "^1.0.0"
12+
"@cfpb/cfpb-buttons": "^1.0.1",
13+
"@cfpb/cfpb-core": "^1.0.1",
14+
"@cfpb/cfpb-grid": "^1.0.1",
15+
"@cfpb/cfpb-icons": "^1.0.1"
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": "1.0.0",
3+
"version": "1.0.1",
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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Design System icons",
55
"less": "src/cfpb-icons.less",
66
"style": "cfpb-icons.css",

packages/cfpb-layout/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-layout",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Design System layouts",
55
"less": "src/cfpb-layout.less",
66
"style": "cfpb-layout.css",
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@cfpb/cfpb-core": "^1.0.0",
12-
"@cfpb/cfpb-grid": "^1.0.0"
11+
"@cfpb/cfpb-core": "^1.0.1",
12+
"@cfpb/cfpb-grid": "^1.0.1"
1313
},
1414
"keywords": [
1515
"layout"

0 commit comments

Comments
 (0)