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

Commit

Permalink
Release May 1 (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored May 1, 2024
1 parent 54e92e1 commit a62b920
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 11 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion packages/terra-aggregate-translations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## Unreleased

* Breaking Changes
## 3.4.0 - (May 1, 2024)

* Changes
* Dropped support for overriding supported locales list with a custom list due to breaking changes in `react-intl@5` & webpack limitations. Terra will now only support a fixed list of locales.
* Dropped suport for Node 10 & 12. Node 14 is now the minimum required version required.

*Note: While these changes are typically breaking changes, terra-aggregate-translations v3.x has not been deployed to production so far. Therefore, these changes are passive in nature.*

## 3.3.0 - (September 26, 2023)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-aggregate-translations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-aggregate-translations",
"version": "3.3.0",
"version": "3.4.0",
"description": "The terra-aggregate-translations pre-build tool assists with creating the translation, intl loader and translation loader files that are configured for the specified locales. This tool is offered as a CLI script and as a setup function.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-toolkit-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.31.0 - (May 1, 2024)

* Changed
* Minor dependency version bump.

## 2.30.0 - (April 3, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-toolkit-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-toolkit-docs",
"version": "2.30.0",
"version": "2.31.0",
"description": "Contains documentation for packages in the terra-toolkit monorepo",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@cerner/package-json-lint": "^2.2.0",
"@cerner/stylelint-config-terra": "^5.1.0",
"@cerner/terra-functional-testing": "^4.8.0",
"@cerner/webpack-config-terra": "^3.4.0"
"@cerner/webpack-config-terra": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
Expand Down
2 changes: 2 additions & 0 deletions packages/webpack-config-terra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.0.0 - (May 1, 2024)

* Breaking Changes
* Upgraded to `terra-aggregate-translations@3`. `terra-aggregate-translations@3` now requires `react-intl@5` as a peerDependency.
* Dropped support for `webpack@4` and `webpack-cli@3`.
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-config-terra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/webpack-config-terra",
"version": "3.4.0",
"version": "4.0.0",
"description": "Terra Webpack Config",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"main": "lib/webpack.config.js",
"dependencies": {
"@cerner/duplicate-package-checker-webpack-plugin": "^2.6.0",
"@cerner/terra-aggregate-translations": "^3.0.0",
"@cerner/terra-aggregate-translations": "^3.4.0",
"@mjhenkes/postcss-rtl": "^2.0.0",
"autoprefixer": "^10.0.0",
"babel-loader": "^8.0.5",
Expand Down

0 comments on commit a62b920

Please sign in to comment.