Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed May 14, 2024
1 parent 66a7f42 commit 3c400d9
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 47 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.1.2",
"version": "1.2.0",
"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.1.2"
"version": "1.2.0"
}
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": "1.0.0",
"version": "1.2.0",
"description": "Design System atomic component utilities",
"less": "src/cfpb-atomic-component.less",
"style": "cfpb-atomic-component.css",
Expand Down
6 changes: 3 additions & 3 deletions packages/cfpb-buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@cfpb/cfpb-buttons",
"version": "1.1.2",
"version": "1.2.0",
"description": "Design System buttons",
"less": "src/cfpb-buttons.less",
"style": "cfpb-buttons.css",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@cfpb/cfpb-core": "^1.1.0",
"@cfpb/cfpb-icons": "^1.1.2"
"@cfpb/cfpb-core": "^1.2.0",
"@cfpb/cfpb-icons": "^1.2.0"
},
"keywords": [
"buttons"
Expand Down
2 changes: 1 addition & 1 deletion packages/cfpb-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfpb/cfpb-core",
"version": "1.1.0",
"version": "1.2.0",
"description": "Design System core styles",
"less": "src/cfpb-core.less",
"style": "cfpb-core.css",
Expand Down
26 changes: 13 additions & 13 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.1.2",
"version": "1.2.0",
"description": "CFPB's UI framework",
"main": "src/cfpb-design-system.js",
"less": "src/cfpb-design-system.less",
Expand All @@ -21,18 +21,18 @@
"url": "https://github.com/cfpb/design-system/issues"
},
"dependencies": {
"@cfpb/cfpb-atomic-component": "^1.0.0",
"@cfpb/cfpb-buttons": "^1.1.2",
"@cfpb/cfpb-core": "^1.1.0",
"@cfpb/cfpb-expandables": "^1.1.2",
"@cfpb/cfpb-forms": "^1.1.2",
"@cfpb/cfpb-grid": "^1.0.1",
"@cfpb/cfpb-icons": "^1.1.2",
"@cfpb/cfpb-layout": "^1.1.0",
"@cfpb/cfpb-notifications": "^1.1.2",
"@cfpb/cfpb-pagination": "^1.1.2",
"@cfpb/cfpb-tables": "^1.1.0",
"@cfpb/cfpb-typography": "^1.1.2"
"@cfpb/cfpb-atomic-component": "^1.2.0",
"@cfpb/cfpb-buttons": "^1.2.0",
"@cfpb/cfpb-core": "^1.2.0",
"@cfpb/cfpb-expandables": "^1.2.0",
"@cfpb/cfpb-forms": "^1.2.0",
"@cfpb/cfpb-grid": "^1.2.0",
"@cfpb/cfpb-icons": "^1.2.0",
"@cfpb/cfpb-layout": "^1.2.0",
"@cfpb/cfpb-notifications": "^1.2.0",
"@cfpb/cfpb-pagination": "^1.2.0",
"@cfpb/cfpb-tables": "^1.2.0",
"@cfpb/cfpb-typography": "^1.2.0"
},
"gitHead": "d9b9862ef0a34a0ca6f4835347ac7f202ed50e3e",
"type": "module"
Expand Down
8 changes: 4 additions & 4 deletions packages/cfpb-expandables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfpb/cfpb-expandables",
"version": "1.1.2",
"version": "1.2.0",
"description": "Design System expandables",
"main": "src/index.js",
"less": "src/cfpb-expandables.less",
Expand All @@ -9,9 +9,9 @@
"access": "public"
},
"dependencies": {
"@cfpb/cfpb-atomic-component": "^1.0.0",
"@cfpb/cfpb-core": "^1.1.0",
"@cfpb/cfpb-icons": "^1.1.2"
"@cfpb/cfpb-atomic-component": "^1.2.0",
"@cfpb/cfpb-core": "^1.2.0",
"@cfpb/cfpb-icons": "^1.2.0"
},
"keywords": [
"expandable"
Expand Down
10 changes: 5 additions & 5 deletions packages/cfpb-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfpb/cfpb-forms",
"version": "1.1.2",
"version": "1.2.0",
"description": "Design System form fields",
"less": "src/cfpb-forms.less",
"style": "cfpb-forms.css",
Expand All @@ -9,10 +9,10 @@
"access": "public"
},
"dependencies": {
"@cfpb/cfpb-buttons": "^1.1.2",
"@cfpb/cfpb-core": "^1.1.0",
"@cfpb/cfpb-grid": "^1.0.1",
"@cfpb/cfpb-icons": "^1.1.2"
"@cfpb/cfpb-buttons": "^1.2.0",
"@cfpb/cfpb-core": "^1.2.0",
"@cfpb/cfpb-grid": "^1.2.0",
"@cfpb/cfpb-icons": "^1.2.0"
},
"keywords": [
"forms"
Expand Down
2 changes: 1 addition & 1 deletion packages/cfpb-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfpb/cfpb-grid",
"version": "1.0.1",
"version": "1.2.0",
"description": "Design System grid",
"less": "src/cfpb-grid.less",
"style": "cfpb-grid.css",
Expand Down
2 changes: 1 addition & 1 deletion packages/cfpb-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfpb/cfpb-icons",
"version": "1.1.2",
"version": "1.2.0",
"description": "Design System icons",
"less": "src/cfpb-icons.less",
"style": "cfpb-icons.css",
Expand Down
6 changes: 3 additions & 3 deletions packages/cfpb-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@cfpb/cfpb-layout",
"version": "1.1.0",
"version": "1.2.0",
"description": "Design System layouts",
"less": "src/cfpb-layout.less",
"style": "cfpb-layout.css",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@cfpb/cfpb-core": "^1.1.0",
"@cfpb/cfpb-grid": "^1.0.1"
"@cfpb/cfpb-core": "^1.2.0",
"@cfpb/cfpb-grid": "^1.2.0"
},
"keywords": [
"layout"
Expand Down
6 changes: 3 additions & 3 deletions packages/cfpb-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@cfpb/cfpb-notifications",
"version": "1.1.2",
"version": "1.2.0",
"description": "Design System notifications",
"less": "src/cfpb-notifications.less",
"style": "cfpb-notifications.css",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@cfpb/cfpb-core": "^1.1.0",
"@cfpb/cfpb-icons": "^1.1.2"
"@cfpb/cfpb-core": "^1.2.0",
"@cfpb/cfpb-icons": "^1.2.0"
},
"keywords": [
"notifications"
Expand Down
8 changes: 4 additions & 4 deletions packages/cfpb-pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@cfpb/cfpb-pagination",
"version": "1.1.2",
"version": "1.2.0",
"description": "Design System pagination",
"less": "src/cfpb-pagination.less",
"style": "cfpb-pagination.css",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@cfpb/cfpb-buttons": "^1.1.2",
"@cfpb/cfpb-core": "^1.1.0",
"@cfpb/cfpb-icons": "^1.1.2"
"@cfpb/cfpb-buttons": "^1.2.0",
"@cfpb/cfpb-core": "^1.2.0",
"@cfpb/cfpb-icons": "^1.2.0"
},
"keywords": [
"pagination"
Expand Down
6 changes: 3 additions & 3 deletions packages/cfpb-tables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfpb/cfpb-tables",
"version": "1.1.0",
"version": "1.2.0",
"description": "Design System tables",
"main": "src/cfpb-tables.js",
"less": "src/cfpb-tables.less",
Expand All @@ -9,8 +9,8 @@
"access": "public"
},
"dependencies": {
"@cfpb/cfpb-atomic-component": "^1.0.0",
"@cfpb/cfpb-core": "^1.1.0"
"@cfpb/cfpb-atomic-component": "^1.2.0",
"@cfpb/cfpb-core": "^1.2.0"
},
"keywords": [
"tables"
Expand Down
6 changes: 3 additions & 3 deletions packages/cfpb-typography/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@cfpb/cfpb-typography",
"version": "1.1.2",
"version": "1.2.0",
"description": "Design System typography",
"less": "src/typography.less",
"style": "typography.css",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@cfpb/cfpb-core": "^1.1.0",
"@cfpb/cfpb-icons": "^1.1.2"
"@cfpb/cfpb-core": "^1.2.0",
"@cfpb/cfpb-icons": "^1.2.0"
},
"keywords": [
"typography"
Expand Down

0 comments on commit 3c400d9

Please sign in to comment.