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

Commit

Permalink
Release May 4, 2021 (#3433)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhenkes authored May 4, 2021
1 parent 8cdd992 commit 648258e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
7 changes: 0 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"command": {
"publish": {
"ignoreChanges": [
"packages/terra-core-docs/**"
]
}
},
"packages": [
"packages/*"
],
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.61.0 - (May 4, 2021)

* Changed
* migrate doc to terra-core-docs
* remove unnecessary dependencies
Expand Down
2 changes: 1 addition & 1 deletion 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.60.0",
"version": "2.61.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 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.67.0 - (May 4, 2021)

* Changed
* migrate doc to terra-core-docs
* remove unnecessary dependencies
Expand Down
2 changes: 1 addition & 1 deletion 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.66.0",
"version": "2.67.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
2 changes: 2 additions & 0 deletions packages/terra-core-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

## Unreleased

## 1.0.0 - (May 4, 2021)

* Initial stable release
11 changes: 5 additions & 6 deletions packages/terra-core-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"private": true,
"name": "@cerner/terra-core-docs",
"version": "0.0.0",
"version": "1.0.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -36,8 +35,9 @@
"precompile": "rm -rf lib"
},
"dependencies": {
"terra-action-footer": "^2.60.0",
"terra-action-header": "^2.66.0",
"@cerner/terra-docs": "^1.3.0",
"terra-action-footer": "^2.61.0",
"terra-action-header": "^2.67.0",
"terra-alert": "^4.52.0",
"terra-arrange": "^3.45.0",
"terra-avatar": "^3.12.0",
Expand All @@ -52,7 +52,6 @@
"terra-demographics-banner": "^3.51.0",
"terra-dialog": "^2.58.0",
"terra-divider": "^3.35.0",
"@cerner/terra-docs": "^1.3.0",
"terra-dropdown-button": "^1.27.0",
"terra-dynamic-grid": "^3.32.0",
"terra-form-checkbox": "^4.12.0",
Expand All @@ -72,7 +71,7 @@
"terra-list": "^4.46.0",
"terra-overlay": "^3.64.0",
"terra-paginator": "^2.72.0",
"terra-profile-image": "^3.38.0",
"terra-profile-image": "^3.39.0",
"terra-progress-bar": "^4.31.0",
"terra-responsive-element": "^5.30.0",
"terra-scroll": "^2.31.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-profile-image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.39.0 - (May 4, 2021)

* Changed
* Removed container div.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-profile-image/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-profile-image",
"main": "lib/ProfileImage.js",
"version": "3.38.0",
"version": "3.39.0",
"description": "The terra-profile-image component displays an avatar image while the profile image is being loaded. If the profile image successfully loads, the avatar image is replaced with the profile image. Otherwise, the avatar image is left as is. All styling set on the profile image will be applied to the avatar image.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 648258e

Please sign in to comment.