Skip to content

Commit

Permalink
Bumping package for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arce, Paul (NIH/NCI) [C] committed Mar 24, 2023
1 parent 9d21b0b commit d9ff6da
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 20 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nci-design-system",
"version": "1.3.0",
"version": "2.0.0",
"description": "NCI Design System",
"author": "NCIOCPL",
"private": true,
Expand All @@ -21,9 +21,9 @@
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@nciocpl/ncids-css": "^1.3.0",
"@nciocpl/ncids-js": "^1.3.0",
"@nciocpl/ncids-react": "^1.3.0",
"@nciocpl/ncids-css": "^2.0.0",
"@nciocpl/ncids-js": "^2.0.0",
"@nciocpl/ncids-react": "^2.0.0",
"copy-to-clipboard": "^3.3.1",
"gatsby": "3.13.1",
"gatsby-plugin-catch-links": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.3.0"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ncids",
"version": "1.2.0",
"version": "2.0.0",
"description": "Monorepo for the NCI Design System",
"main": "index.js",
"repository": "https://github.com/NCIOCPL/ncids.git",
Expand Down
6 changes: 1 addition & 5 deletions packages/ncids-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nciocpl/ncids-css",
"version": "1.3.0",
"version": "2.0.0",
"description": "CSS library for the National Cancer Institute Design System (NCIDS)",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,6 @@
},
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/node": "^14.14.13",
"@uswds/uswds": "^3.3.0",
Expand Down Expand Up @@ -125,9 +124,6 @@
]
},
"uswdsExcludeComments": {
"//": "usa-header, usa-section, usa-sidenav have been replaced by ours",
"//": "usa-add-aspect only exists for its stories. There are no styles.",
"//": "usa-fonts only exists for its stories. There are no styles.",
"//": "usa-content, usa-dark-background, usa-display, usa-intro, usa-link, usa-paragraph, usa-prose all required for uswds-typography."
}
}
2 changes: 1 addition & 1 deletion packages/ncids-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nciocpl/ncids-js",
"version": "1.3.0",
"version": "2.0.0",
"description": "JS library for the National Cancer Institute Design System",
"author": "NCIOCPL",
"homepage": "https://github.com/NCIOCPL/ncids#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/ncids-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nciocpl/ncids-react",
"version": "1.3.0",
"version": "2.0.0",
"description": "React component library for the National Cancer Institute Design System (NCIDS)",
"main": "./lib/index.js",
"author": "NCIOCPL",
Expand Down Expand Up @@ -56,7 +56,7 @@
"webdev-cli": "^0.0.8"
},
"dependencies": {
"@nciocpl/ncids-css": "^1.3.0",
"@nciocpl/ncids-css": "^2.0.0",
"@typescript-eslint/parser": "^4.18.0"
}
}
6 changes: 3 additions & 3 deletions testing/ncids-css-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ncids-css-testing",
"version": "1.3.0",
"version": "2.0.0",
"description": "CSS testing library for the National Cancer Institute Design System (NCIDS)",
"license": "ISC",
"main": "lib/ncids-css-testing.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/NCIOCPL/ncids/issues"
},
"dependencies": {
"@nciocpl/ncids-css": "^1.3.0",
"@nciocpl/ncids-js": "^1.3.0",
"@nciocpl/ncids-css": "^2.0.0",
"@nciocpl/ncids-js": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
Expand Down
6 changes: 3 additions & 3 deletions testing/ncids-js-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ncids-js-testing",
"version": "1.3.0",
"version": "2.0.0",
"description": "Example website for testing ncids-js",
"author": "Bryan Pizzillo <bryanpizzillo@users.noreply.github.com>",
"homepage": "https://github.com/nciocpl/ncids#readme",
Expand Down Expand Up @@ -68,7 +68,7 @@
]
},
"dependencies": {
"@nciocpl/ncids-css": "^1.3.0",
"@nciocpl/ncids-js": "^1.3.0"
"@nciocpl/ncids-css": "^2.0.0",
"@nciocpl/ncids-js": "^2.0.0"
}
}

0 comments on commit d9ff6da

Please sign in to comment.