Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rm012685 committed Nov 28, 2017
1 parent e1f9f49 commit f1a1710
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/terra-clinical-application-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-clinical-application-site",
"version": "1.3.0",
"version": "1.4.0",
"description": "Demo Site for Application Design and Implementation",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"terra-clinical-error-view": "^1.3.1",
"terra-clinical-header": "^1.6.0",
"terra-clinical-item-display": "^1.4.1",
"terra-clinical-item-view": "^1.4.1",
"terra-clinical-item-view": "^1.5.0",
"terra-clinical-label-value-view": "^1.3.1",
"terra-clinical-no-data-view": "^1.3.1",
"terra-content-container": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-clinical-item-collection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-clinical-item-collection",
"main": "lib/ItemCollection.js",
"version": "1.4.1",
"version": "1.4.2",
"description": "Item Collection is a wrapper component designed to display data as either a table or list of items dependent on the relative container size.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-base": "^2.0.0",
"terra-clinical-item-view": "^1.4.1",
"terra-clinical-item-view": "^1.5.0",
"terra-list": "^1.0.0",
"terra-responsive-element": "^1.0.0",
"terra-table": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-item-view/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-clinical-item-view",
"main": "lib/ItemView.js",
"version": "1.4.1",
"version": "1.5.0",
"description": "The Item View component allows displays to be organized into rows and column and themed, while providing means to add accessory elements and a comment.",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/terra-clinical-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-clinical-site",
"version": "1.4.0",
"version": "1.5.0",
"description": "Documentation Site for Functional Verification",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,13 +33,13 @@
"terra-button-group": "^1.0.0",
"terra-clinical-action-header": "^1.4.1",
"terra-clinical-application": "^1.3.1",
"terra-clinical-application-site": "^1.3.0",
"terra-clinical-application-site": "^1.4.0",
"terra-clinical-detail-view": "^1.4.1",
"terra-clinical-error-view": "^1.3.1",
"terra-clinical-header": "^1.6.0",
"terra-clinical-item-collection": "^1.4.1",
"terra-clinical-item-collection": "^1.4.2",
"terra-clinical-item-display": "^1.4.1",
"terra-clinical-item-view": "^1.4.1",
"terra-clinical-item-view": "^1.5.0",
"terra-clinical-label-value-view": "^1.3.1",
"terra-clinical-no-data-view": "^1.3.1",
"terra-collapsible-menu-view": "^1.0.0",
Expand Down

0 comments on commit f1a1710

Please sign in to comment.