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

Release April 23 #374

Merged
merged 8 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ on:
type: environment
required: true
push:
branches: ['terra-application-v1']
branches: ['main']
pull_request:
branches: ['terra-application-v1']
branches: ['main']
schedule:
- cron: '0 1 * * SUN'

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest

needs: [build, wdio]
if: github.ref == 'refs/heads/terra-application-v1'
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout Project
uses: actions/checkout@v2
Expand Down
84 changes: 84 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.14.0 - (April 23, 2024)

* Changed
* Minor dependency version bump.

## 2.13.0 - (January 17, 2024)

* 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.13.0",
"version": "2.14.0",
"description": "Contains documentation for packages in the terra-application monorepo",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"src"
],
"dependencies": {
"@cerner/terra-dev-site": "7",
"@cerner/terra-dev-site": "^7.13.0",
"@cerner/terra-docs": "1",
"classnames": "2",
"prop-types": "15",
Expand All @@ -48,7 +48,7 @@
"terra-application": "1"
},
"devDependencies": {
"terra-application": "1"
"terra-application": "^1.58.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Unreleased

## 1.58.0 - (April 23, 2024)

* Added
* Added the default density of the redwood theme to be 'comfortable'.

* Changed
* Optimized published package by excluding unnecessary files.

## 1.57.0 - (January 17, 2024)

Expand Down
6 changes: 2 additions & 4 deletions packages/terra-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application",
"version": "1.57.0",
"version": "1.58.0",
"description": "A framework to support application development with Terra components",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -26,9 +26,7 @@
"files": [
"lib",
"src",
"translations",
"tests/wdio/*-spec.js",
"tests/wdio/**/*-spec.js"
"translations"
],
"dependencies": {
"@cerner/terra-docs": "1",
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.13.0 - (April 23, 2024)

* Added
* Added the default density of the redwood theme to be 'comfortable'.

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.12.0",
"version": "7.13.0",
"description": "Dynamically builds a react-hash-routed site based on site configuration, navigation configuration and component configuration.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"translations"
],
"dependencies": {
"@cerner/terra-polyfill": "1",
"@cerner/terra-polyfill": "^1.3.0",
"@jsdevtools/rehype-url-inspector": "2",
"@mdx-js/loader": "1",
"@mdx-js/mdx": "1",
Expand Down
Loading