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

Commit

Permalink
Publish on 1-5-2021 (#3300)
Browse files Browse the repository at this point in the history
* Publish on 1-5-2021

* Update RELEASE.md

Co-authored-by: Manuel,Ryan <Ryan.Manuel@Cerner.com>
  • Loading branch information
ryanthemanuel and rm012685 authored Jan 6, 2021
1 parent d7c9141 commit ded4e20
Show file tree
Hide file tree
Showing 113 changed files with 278 additions and 151 deletions.
9 changes: 4 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
This project is hosted on NPM. You can find the terra packages [here][project-url].

Below is a guide for releasing packages:
1. Update the versions of the components via `npm run version`
2. Update change logs to have the current date for the release of the affected components.
3. Create a Release PR, Get approvals
4. Merge PR to `main`
5. Watch main to ensure releases get pushed to npm and tagged in github appropriately
1. Update the versions of the components and changelogs via `npm run prepare-for-release`
2. Create a Release PR, Get approvals
3. Merge PR to `main`
4. Watch main to ensure releases get pushed to npm and tagged in github appropriately

## Releasing a new package
If you are publishing a new package, e.g. a v1.0.0 release, the package will be listed with only you as the collaborator.
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-action-footer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.57.0 - (January 5, 2021)

* Fixed
* Fixed broken links in documentation.

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.56.0",
"version": "2.57.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.51.0",
"terra-hyperlink": "^2.43.0",
"terra-spacer": "^3.50.0",
"terra-button": "^3.52.0",
"terra-hyperlink": "^2.44.0",
"terra-spacer": "^3.51.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.62.0 - (January 5, 2021)

* Changed
* Updated to be compatible with `react-intl` v2-v5
* Removed usage of `FormattedMessage` in favor of `injectIntl`
Expand Down
12 changes: 6 additions & 6 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.61.0",
"version": "2.62.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 All @@ -27,13 +27,13 @@
"react-intl": ">=2.8.0 <6.0.0"
},
"dependencies": {
"@cerner/terra-docs": "^1.0.0",
"@cerner/terra-docs": "^1.1.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.51.0",
"terra-button-group": "^3.51.0",
"terra-icon": "^3.39.0",
"terra-mixins": "^1.38.0",
"terra-button": "^3.52.0",
"terra-button-group": "^3.52.0",
"terra-icon": "^3.40.0",
"terra-mixins": "^1.39.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
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.48.0 - (January 5, 2021)

* Changed
* Updated to be compatible with `react-intl` v2-v5
* Removed usage of `FormattedMessage` in favor of `injectIntl`
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.47.0",
"version": "4.48.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.51.0",
"terra-icon": "^3.39.0",
"terra-responsive-element": "^5.27.0",
"terra-button": "^3.52.0",
"terra-icon": "^3.40.0",
"terra-responsive-element": "^5.28.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.42.0"
"terra-toggle": "^3.43.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.42.0 - (January 5, 2021)

* Fixed
* Fixed broken links in documentation.

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.41.0",
"version": "3.42.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.39.0"
"terra-icon": "^3.40.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.11.0 - (January 5, 2021)

* Fixed
* Fixed broken links in documentation.

Expand Down
6 changes: 3 additions & 3 deletions 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.10.0",
"version": "3.11.0",
"description": "Contains components that represent a person, location or entity. Variants include Avatar, Facility, and Generic.",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-image": "^3.32.0",
"terra-mixins": "^1.38.0",
"terra-image": "^3.33.0",
"terra-mixins": "^1.39.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
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.47.0 - (January 5, 2021)

* Fixed
* Fixed broken links in documentation.

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.46.0",
"version": "3.47.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.39.0",
"terra-icon": "^3.40.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.31.0"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 5.43.0 - (January 5, 2021)

* Fixed
* Fixed broken links in documentation.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-base",
"main": "lib/Base.js",
"version": "5.42.0",
"version": "5.43.0",
"description": "The base component sets minimal global styles for an application.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-i18n": "^4.34.0"
"terra-i18n": "^4.35.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
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.32.0 - (January 5, 2021)

* Changed
* Updated export function name in documentation.

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.31.0",
"version": "2.32.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.52.0 - (January 5, 2021)

* Fixed
* Fixed broken links in documentation.

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.51.0",
"version": "3.52.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.51.0",
"terra-icon": "^3.39.0",
"terra-button": "^3.52.0",
"terra-icon": "^3.40.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.52.0 - (January 5, 2021)

* Fixed
* Fixed broken links in documentation.

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.51.0",
"version": "3.52.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.39.0",
"terra-icon": "^3.40.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.38.0 - (January 5, 2021)

* Fixed
* Fixed broken links in documentation.

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.37.0",
"version": "3.38.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-cell-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.9.0 - (January 5, 2021)

* Fixed
* Fixed broken links in documentation.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-cell-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-cell-grid",
"main": "lib/index.js",
"version": "1.8.0",
"version": "1.9.0",
"description": "The terra-cell-grid is a structural row based layout for aligning column cells within 100% width of its parent",
"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.33.0 - (January 5, 2021)

* Fixed
* Fixed broken links in documentation.

Expand Down
4 changes: 2 additions & 2 deletions 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.32.0",
"version": "3.33.0",
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-scroll": "^2.29.0"
"terra-scroll": "^2.30.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
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.49.0 - (January 5, 2021)

* Changed
* Updated to be compatible with `react-intl` v2-v5
* Removed usage of `intlShape`
Expand Down
6 changes: 3 additions & 3 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.48.0",
"version": "3.49.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 @@ -29,8 +29,8 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-image": "^3.32.0",
"terra-responsive-element": "^5.27.0",
"terra-image": "^3.33.0",
"terra-responsive-element": "^5.28.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.31.0"
},
Expand Down
Loading

0 comments on commit ded4e20

Please sign in to comment.