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

Commit

Permalink
Publish on 11-17-2020 (#3237)
Browse files Browse the repository at this point in the history
* Publish on 11-17-2020

* Publish on 11-17-2020

Co-authored-by: Manuel,Ryan <Ryan.Manuel@Cerner.com>
  • Loading branch information
ryanthemanuel and rm012685 authored Nov 18, 2020
1 parent db65982 commit 0e7146c
Show file tree
Hide file tree
Showing 86 changed files with 272 additions and 230 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,7 @@ jobs:
- stage: publish & deploy
script:
- rm -rf ./travis-build
# add auth token to .npmrc for lerna publish
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
# Publish to npm write output to file
- npx lerna publish from-package --yes > publish-output.txt
# push tags to github based on output written to file
- node ./scripts/release/gitTagMonoRepo.js
- npx terra release
before_deploy:
# Build again for deployment because we need the Public path to be updated.
- TERRA_DEV_SITE_NEW_RELIC_LICENSE_KEY='c494ac44c8' TERRA_DEV_SITE_NEW_RELIC_APPLICATION_ID='142450088' TERRA_DEV_SITE_PUBLIC_PATH='/terra-core/' npm run compile:prod
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "eslint --ext .js,.jsx .",
"lint:scss": "stylelint 'packages/**/src/**/*.scss' --syntax scss",
"prepare-for-release": "terra prepare-for-release",
"pretest": "npm run lint",
"postinstall": "link-parent-bin && npm run compile && npm run bootstrap:hoist",
"start": "tt-serve",
Expand All @@ -79,8 +80,7 @@
"wdio-default": "wdio",
"wdio-lowlight": "THEME=clinical-lowlight-theme wdio",
"wdio-fusion": "THEME=orion-fusion-theme wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion",
"version": "lerna version --no-git-tag-version && node ./scripts/changelog-updater/index.js"
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
Expand All @@ -91,6 +91,8 @@
"@babel/preset-react": "^7.0.0",
"@cerner/browserslist-config-terra": "^3.1.0",
"@cerner/eslint-config-terra": "^4.0.0",
"@cerner/terra-cli": "^1.0.0",
"@cerner/terra-open-source-scripts": "^1.0.1",
"@cerner/webpack-config-terra": "^1.0.0-alpha.0",
"babel-jest": "^24.8.0",
"check-installed-dependencies": "^1.0.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-action-footer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.55.0 - (November 17, 2020)

* Changed
* Minor dependency version bump

## 2.54.0 - (November 10, 2020)

* Changed
Expand Down
8 changes: 4 additions & 4 deletions packages/terra-action-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-action-footer",
"main": "lib/ActionFooter.js",
"version": "2.54.0",
"version": "2.55.0",
"description": "The terra-action-footer component is a footer bar that contains sockets for placing actionable items such as buttons and hyperlinks. The default variation contains a start and end socket, while the centered variation has only a center socket. If no actions are provided, the footer bar collapses to a themeable height and maintains the top border.",
"repository": {
"type": "git",
Expand All @@ -28,9 +28,9 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.49.0",
"terra-hyperlink": "^2.41.0",
"terra-spacer": "^3.48.0",
"terra-button": "^3.50.0",
"terra-hyperlink": "^2.42.0",
"terra-spacer": "^3.49.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-action-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.60.0 - (November 17, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
8 changes: 4 additions & 4 deletions packages/terra-action-header/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-action-header",
"main": "lib/ActionHeader.js",
"version": "2.59.0",
"version": "2.60.0",
"description": "The terra-action-header component is a header bar containing a title and optional actionable items such as links and buttons.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,9 +30,9 @@
"@cerner/terra-docs": "^1.0.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.49.0",
"terra-button-group": "^3.49.0",
"terra-icon": "^3.37.0",
"terra-button": "^3.50.0",
"terra-button-group": "^3.50.0",
"terra-icon": "^3.38.0",
"terra-mixins": "^1.38.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.46.0 - (November 17, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
10 changes: 5 additions & 5 deletions packages/terra-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-alert",
"main": "lib/Alert.js",
"version": "4.45.0",
"version": "4.46.0",
"description": "The Terra Alert component is a notification banner that can be rendered in your application when there is information that you want to bring to the user's attention. The Alert component supports a number of built-in notification types that render with pre-defined colors and icons that help the user understand the severity and meaning of the notification. A custom notification type is also supported that allows your application to customize an alert that may not fit into the pre-defined types.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,11 +29,11 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.49.0",
"terra-icon": "^3.37.0",
"terra-responsive-element": "^5.25.0",
"terra-button": "^3.50.0",
"terra-icon": "^3.38.0",
"terra-responsive-element": "^5.26.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.40.0"
"terra-toggle": "^3.41.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-arrange/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.40.0 - (November 17, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-arrange/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-arrange",
"main": "lib/Arrange.js",
"version": "3.39.0",
"version": "3.40.0",
"description": "The arrange component is used for horizontally arranging and vertically aligning a single row of container elements.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"classnames": "^2.2.5",
"lodash.uniqueid": "^4.0.1",
"prop-types": "^15.5.8",
"terra-icon": "^3.37.0"
"terra-icon": "^3.38.0"
},
"devDependencies": {
"terra-icon": "^3.14.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.9.0 - (November 17, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-avatar",
"main": "lib/index.js",
"version": "3.8.0",
"version": "3.9.0",
"description": "Contains components that represent a person, location or entity. Variants include Avatar, Facility, and Generic.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.45.0 - (November 17, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-badge",
"main": "lib/Badge.js",
"version": "3.44.0",
"version": "3.45.0",
"description": "The terra-badge component displays content classification.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-icon": "^3.37.0",
"terra-icon": "^3.38.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.30.0"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-breakpoints/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.31.0 - (November 17, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-breakpoints/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-breakpoints",
"main": "lib/index.js",
"version": "2.30.0",
"version": "2.31.0",
"description": "Contains components and utilities related to Terra's supported responsive breakpoints",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-button-group/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.50.0 - (November 17, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
6 changes: 3 additions & 3 deletions packages/terra-button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-button-group",
"main": "lib/ButtonGroup.js",
"version": "3.49.0",
"version": "3.50.0",
"description": "The Terra Button Group component groups buttons and can maintain a toggle selection state.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
"classnames": "^2.2.5",
"keycode-js": "^2.0.1",
"prop-types": "^15.5.8",
"terra-button": "^3.49.0",
"terra-icon": "^3.37.0",
"terra-button": "^3.50.0",
"terra-icon": "^3.38.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.50.0 - (November 17, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-button",
"main": "lib/Button.js",
"version": "3.49.0",
"version": "3.50.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"classnames": "^2.2.5",
"keycode-js": "^2.0.1",
"prop-types": "^15.5.8",
"terra-icon": "^3.37.0",
"terra-icon": "^3.38.0",
"terra-theme-context": "^1.0.0"
}
}
2 changes: 2 additions & 0 deletions packages/terra-card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.36.0 - (November 17, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-card/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-card",
"main": "lib/Card.js",
"version": "3.35.0",
"version": "3.36.0",
"description": "Card is a basic container with some base styling to help seperate elements with different content",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-content-container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.31.0 - (November 17, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-content-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-content-container",
"main": "lib/ContentContainer.js",
"version": "3.30.0",
"version": "3.31.0",
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-demographics-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.47.0 - (November 17, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-demographics-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-demographics-banner",
"main": "lib/DemographicsBanner.js",
"version": "3.46.0",
"version": "3.47.0",
"description": "The demographics component is used to display demographic information about a person in a condensed, easy to read format.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-image": "^3.31.0",
"terra-responsive-element": "^5.25.0",
"terra-responsive-element": "^5.26.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.30.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.53.0 - (November 17, 2020)

* Changed
* Minor dependency version bump

## 2.52.0 - (November 10, 2020)

* Changed
Expand Down
8 changes: 4 additions & 4 deletions packages/terra-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-dialog",
"main": "lib/Dialog.js",
"version": "2.52.0",
"version": "2.53.0",
"description": "Dialogs are temporary views that can be used in a myriad of ways. Dialogs have the ability to alert users to act on critical information. In doing so, Dialogs may allow users to avoid destructive decisions, and also extend user workflows without disorienting the user.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,9 +29,9 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.49.0",
"terra-content-container": "^3.30.0",
"terra-icon": "^3.37.0",
"terra-button": "^3.50.0",
"terra-content-container": "^3.31.0",
"terra-icon": "^3.38.0",
"terra-mixins": "^1.38.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-divider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.33.0 - (November 17, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
Loading

0 comments on commit 0e7146c

Please sign in to comment.