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

Commit

Permalink
release 17-02-2023 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugan2416 authored Feb 17, 2023
1 parent c5bf382 commit b9ea39b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions packages/terra-application-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.9.0 - (February 17, 2023)

* Changed
* Removed `< >` braces used for links and comments in doc(mdx) pages.

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.8.0",
"version": "2.9.0",
"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.1",
"@cerner/terra-dev-site": "^7.8.0",
"@cerner/terra-docs": "^1.0.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
Expand All @@ -53,6 +53,6 @@
"terra-application": "^1.54.0"
},
"devDependencies": {
"terra-application": "^1.54.0"
"terra-application": "^1.55.0"
}
}
2 changes: 2 additions & 0 deletions packages/terra-application/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.55.0 - (February 17, 2023)

* Changed
* Removed `< >` braces used for links and comments in doc(mdx) pages.
* Updated error boundary jest snapshots.
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.54.1",
"version": "1.55.0",
"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
2 changes: 2 additions & 0 deletions packages/terra-dev-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 7.8.0 - (February 17, 2023)

* Fixes
* Updated `@mdx-js/loader`,`@mdx-js/mdx` and `@mdx-js/react` to fix CVE
* Updated WDIO screenshots due to `webpack-config-terra` and
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.7.0",
"version": "7.8.0",
"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.54.1"
"terra-application": "^1.55.0"
}
}

0 comments on commit b9ea39b

Please sign in to comment.