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

Commit

Permalink
updated version for patch back release (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
supreethmr committed Jun 22, 2022
1 parent 8de32cb commit e69c9b9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
5 changes: 5 additions & 0 deletions packages/terra-application-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.7.1 - (June 22, 2022)

* Changed
* Minor dependency version bump

## 2.7.0 - (February 14, 2022)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-application-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-application-docs",
"version": "2.7.0",
"version": "2.7.1",
"description": "Contains documentation for packages in the terra-application monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"precompile": "rm -rf lib"
},
"dependencies": {
"@cerner/terra-dev-site": "^7.6.0",
"@cerner/terra-dev-site": "^7.6.1",
"@cerner/terra-docs": "^1.0.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
Expand All @@ -53,6 +53,6 @@
"terra-application": "^1.48.0"
},
"devDependencies": {
"terra-application": "^1.53.0"
"terra-application": "^1.53.1"
}
}
3 changes: 3 additions & 0 deletions packages/terra-application/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased

## 1.53.1 - (June 22, 2022)

* Changed
* updated condition statement added to check `inert` polyfill is required.
* updated `wicg-inert` to latest version.
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-application/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-application",
"main": "lib/application-base/ApplicationBase.js",
"version": "1.53.0",
"version": "1.53.1",
"description": "A framework to support application development with Terra components",
"engines": {
"node": "^8.9.2 || ^10.13.0 || ^12.0.0 || ^14.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-dev-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased

## 7.6.1 - (June 22, 2022)

* Changed
* Updated WDIO screenshots.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-dev-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-dev-site",
"version": "7.6.0",
"version": "7.6.1",
"description": "Dynamically builds a react-hash-routed site based on site configuration, navigation configuration and component configuration.",
"engines": {
"node": ">=10"
Expand Down Expand Up @@ -91,6 +91,6 @@
"webpack": "^4.44.2 || ^5.0.0"
},
"devDependencies": {
"terra-application": "^1.53.0"
"terra-application": "^1.53.1"
}
}

0 comments on commit e69c9b9

Please sign in to comment.