Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed May 17, 2019
1 parent 26499c4 commit f27083a
Show file tree
Hide file tree
Showing 14 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": "8.0.2",
"version": "9.0.0",
"useWorkspaces": true,
"changelog": {
"cacheDir": ".changelog"
Expand Down
26 changes: 13 additions & 13 deletions packages/capital-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capital-framework",
"version": "8.0.2",
"version": "9.0.0",
"description": "CFPB's UI framework",
"main": "src/cf-framework.js",
"less": "src/cf-framework.less",
Expand All @@ -18,17 +18,17 @@
"url": "https://github.com/cfpb/capital-framework/issues"
},
"dependencies": {
"cf-atomic-component": "^8.0.1",
"cf-buttons": "^8.0.1",
"cf-core": "^8.0.1",
"cf-expandables": "^8.0.1",
"cf-forms": "^8.0.2",
"cf-grid": "^8.0.1",
"cf-icons": "^8.0.1",
"cf-layout": "^8.0.1",
"cf-notifications": "^8.0.1",
"cf-pagination": "^8.0.1",
"cf-tables": "^8.0.1",
"cf-typography": "^8.0.1"
"cf-atomic-component": "^9.0.0",
"cf-buttons": "^9.0.0",
"cf-core": "^9.0.0",
"cf-expandables": "^9.0.0",
"cf-forms": "^9.0.0",
"cf-grid": "^9.0.0",
"cf-icons": "^9.0.0",
"cf-layout": "^9.0.0",
"cf-notifications": "^9.0.0",
"cf-pagination": "^9.0.0",
"cf-tables": "^9.0.0",
"cf-typography": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/cf-atomic-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cf-atomic-component",
"version": "8.0.1",
"version": "9.0.0",
"description": "Capital Framework atomic component micro-framework",
"less": "src/cf-atomic-component.less",
"style": "cf-atomic-component.css",
Expand Down
6 changes: 3 additions & 3 deletions packages/cf-buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cf-buttons",
"version": "8.0.1",
"version": "9.0.0",
"description": "Capital Framework buttons",
"less": "src/cf-buttons.less",
"style": "cf-buttons.css",
"dependencies": {
"cf-core": "^8.0.1",
"cf-icons": "^8.0.1"
"cf-core": "^9.0.0",
"cf-icons": "^9.0.0"
},
"keywords": [
"buttons"
Expand Down
2 changes: 1 addition & 1 deletion packages/cf-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cf-core",
"version": "8.0.1",
"version": "9.0.0",
"description": "Capital Framework core styles",
"less": "src/cf-core.less",
"style": "cf-core.css",
Expand Down
8 changes: 4 additions & 4 deletions packages/cf-expandables/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "cf-expandables",
"version": "8.0.1",
"version": "9.0.0",
"description": "Capital Framework expandables",
"main": "src/cf-expandables.js",
"less": "src/cf-expandables.less",
"style": "cf-expandables.css",
"dependencies": {
"cf-atomic-component": "^8.0.1",
"cf-core": "^8.0.1",
"cf-icons": "^8.0.1"
"cf-atomic-component": "^9.0.0",
"cf-core": "^9.0.0",
"cf-icons": "^9.0.0"
},
"keywords": [
"expandable"
Expand Down
10 changes: 5 additions & 5 deletions packages/cf-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "cf-forms",
"version": "8.0.2",
"version": "9.0.0",
"description": "Capital Framework form fields",
"less": "src/cf-forms.less",
"style": "cf-forms.css",
"dependencies": {
"cf-buttons": "^8.0.1",
"cf-core": "^8.0.1",
"cf-grid": "^8.0.1",
"cf-icons": "^8.0.1"
"cf-buttons": "^9.0.0",
"cf-core": "^9.0.0",
"cf-grid": "^9.0.0",
"cf-icons": "^9.0.0"
},
"keywords": [
"forms"
Expand Down
2 changes: 1 addition & 1 deletion packages/cf-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cf-grid",
"version": "8.0.1",
"version": "9.0.0",
"description": "Capital Framework grid",
"less": "src/cf-grid.less",
"style": "cf-grid.css",
Expand Down
4 changes: 2 additions & 2 deletions packages/cf-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "cf-icons",
"version": "8.0.1",
"version": "9.0.0",
"description": "Capital Framework icons",
"less": "src/cf-icons.less",
"style": "cf-icons.css",
"dependencies": {
"cf-core": "^8.0.1"
"cf-core": "^9.0.0"
},
"keywords": [
"icons"
Expand Down
6 changes: 3 additions & 3 deletions packages/cf-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cf-layout",
"version": "8.0.1",
"version": "9.0.0",
"description": "Capital Framework layouts",
"less": "src/cf-layout.less",
"style": "cf-layout.css",
"dependencies": {
"cf-core": "^8.0.1",
"cf-grid": "^8.0.1"
"cf-core": "^9.0.0",
"cf-grid": "^9.0.0"
},
"keywords": [
"layout"
Expand Down
6 changes: 3 additions & 3 deletions packages/cf-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cf-notifications",
"version": "8.0.1",
"version": "9.0.0",
"description": "Capital Framework notifications",
"less": "src/cf-notifications.less",
"style": "cf-notifications.css",
"dependencies": {
"cf-core": "^8.0.1",
"cf-icons": "^8.0.1"
"cf-core": "^9.0.0",
"cf-icons": "^9.0.0"
},
"keywords": [
"notifications"
Expand Down
8 changes: 4 additions & 4 deletions packages/cf-pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "cf-pagination",
"version": "8.0.1",
"version": "9.0.0",
"description": "Capital Framework pagination",
"less": "src/cf-pagination.less",
"style": "cf-pagination.css",
"dependencies": {
"cf-buttons": "^8.0.1",
"cf-core": "^8.0.1",
"cf-icons": "^8.0.1"
"cf-buttons": "^9.0.0",
"cf-core": "^9.0.0",
"cf-icons": "^9.0.0"
},
"keywords": [
"pagination"
Expand Down
6 changes: 3 additions & 3 deletions packages/cf-tables/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "cf-tables",
"version": "8.0.1",
"version": "9.0.0",
"description": "Capital Framework tables",
"main": "src/cf-tables.js",
"less": "src/cf-tables.less",
"style": "cf-tables.css",
"dependencies": {
"cf-atomic-component": "^8.0.1",
"cf-core": "^8.0.1"
"cf-atomic-component": "^9.0.0",
"cf-core": "^9.0.0"
},
"keywords": [
"tables"
Expand Down
6 changes: 3 additions & 3 deletions packages/cf-typography/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cf-typography",
"version": "8.0.1",
"version": "9.0.0",
"description": "Capital Framework typography",
"less": "src/cf-typography.less",
"style": "cf-typography.css",
"dependencies": {
"cf-core": "^8.0.1",
"cf-icons": "^8.0.1"
"cf-core": "^9.0.0",
"cf-icons": "^9.0.0"
},
"keywords": [
"typography"
Expand Down

0 comments on commit f27083a

Please sign in to comment.