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

Commit

Permalink
Publish on 02-08-2022 (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbcai authored Feb 9, 2022
1 parent 3b14473 commit b947af0
Show file tree
Hide file tree
Showing 26 changed files with 51 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.2.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/duplicate-package-checker-webpack-plugin",
"version": "2.1.0",
"version": "2.2.0",
"description": "Webpack plugin that warns you when multiple versions of the same package exist in a build.",
"main": "lib/index.js",
"engines": {
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-config-terra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 5.3.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-terra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/eslint-config-terra",
"version": "5.2.0",
"version": "5.3.0",
"description": "Terra Eslint Config",
"main": "eslint.config.js",
"publishConfig": {
Expand Down
2 changes: 2 additions & 0 deletions packages/jest-config-terra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.4.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

Expand Down
4 changes: 2 additions & 2 deletions packages/jest-config-terra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/jest-config-terra",
"version": "1.3.0",
"version": "1.4.0",
"description": "A base jest config for the terra application framework.",
"main": "jest.config.js",
"publishConfig": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"jest": "jest --config ../../jest.config.js"
},
"dependencies": {
"@cerner/terra-cli": "^1.7.0",
"@cerner/terra-cli": "^1.8.0",
"@jest/reporters": "^25.3.0",
"babel-jest": "^26.6.3",
"identity-obj-proxy": "^3.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/package-json-lint-config-terra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.3.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

Expand Down
2 changes: 1 addition & 1 deletion packages/package-json-lint-config-terra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/package-json-lint-config-terra",
"version": "1.2.0",
"version": "1.3.0",
"description": "Package Json Lint Config",
"main": "package-json-lint.config.js",
"publishConfig": {
Expand Down
2 changes: 2 additions & 0 deletions packages/package-json-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.4.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

Expand Down
4 changes: 2 additions & 2 deletions packages/package-json-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/package-json-lint",
"version": "1.3.0",
"version": "1.4.0",
"description": "Package JSON linter",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -47,7 +47,7 @@
"@cerner/terra-cli": "^1.0.0"
},
"devDependencies": {
"@cerner/terra-cli": "^1.7.0",
"@cerner/terra-cli": "^1.8.0",
"strip-ansi": "^6.0.0",
"yargs": "^16.1.1"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/stylelint-config-terra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.2.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-terra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/stylelint-config-terra",
"version": "4.1.0",
"version": "4.2.0",
"description": "Terra Stylelint Shared Config",
"main": "stylelint.config.js",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-aggregate-translations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.3.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

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": "2.2.0",
"version": "2.3.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.",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.8.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-cli",
"version": "1.7.0",
"version": "1.8.0",
"description": "Terra Cli",
"main": "index.js",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-enzyme-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.5.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-enzyme-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-enzyme-intl",
"version": "4.4.0",
"version": "4.5.0",
"description": "Enzyme helpers for fortifying tests that depend on react-intl by decoupling the need for actual translations.",
"main": "lib/index.js",
"publishConfig": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-functional-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.6.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-functional-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-functional-testing",
"version": "2.5.0",
"version": "2.6.0",
"main": "lib/index.js",
"description": "A functional testing utility for applications built using Terra.",
"publishConfig": {
Expand Down Expand Up @@ -83,7 +83,7 @@
"webpack-cli": "^3.3.12 || ^4.0.0"
},
"devDependencies": {
"@cerner/terra-cli": "^1.7.0",
"@cerner/terra-cli": "^1.8.0",
"chai": "^4.2.0",
"lodash.groupby": "^4.6.0",
"lodash.map": "^4.6.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-open-source-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.11.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-open-source-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-open-source-scripts",
"version": "1.10.0",
"version": "1.11.0",
"description": "Terra package with various scripts for open source development",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@cerner/terra-cli": "^1.0.0"
},
"devDependencies": {
"@cerner/terra-cli": "^1.7.0",
"@cerner/terra-cli": "^1.8.0",
"yargs": "^16.1.1"
}
}
2 changes: 2 additions & 0 deletions packages/terra-toolkit-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.8.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

Expand Down
14 changes: 7 additions & 7 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.7.0",
"version": "2.8.0",
"description": "Contains documentation for packages in the terra-toolkit monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -32,11 +32,11 @@
"precompile": "rm -rf lib"
},
"dependencies": {
"@cerner/eslint-config-terra": "^5.2.0",
"@cerner/jest-config-terra": "^1.3.0",
"@cerner/package-json-lint": "^1.3.0",
"@cerner/stylelint-config-terra": "^4.1.0",
"@cerner/terra-functional-testing": "^2.5.0",
"@cerner/webpack-config-terra": "^2.2.0"
"@cerner/eslint-config-terra": "^5.3.0",
"@cerner/jest-config-terra": "^1.4.0",
"@cerner/package-json-lint": "^1.4.0",
"@cerner/stylelint-config-terra": "^4.2.0",
"@cerner/terra-functional-testing": "^2.6.0",
"@cerner/webpack-config-terra": "^2.3.0"
}
}
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

## 2.3.0 - (February 8, 2022)

* Changed
* Updated component to support Node 14.

Expand Down
6 changes: 3 additions & 3 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": "2.2.0",
"version": "2.3.0",
"description": "Terra Webpack Config",
"main": "lib/webpack.config.js",
"publishConfig": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"jest": "jest --config ../../jest.config.js"
},
"dependencies": {
"@cerner/duplicate-package-checker-webpack-plugin": "^2.1.0",
"@cerner/terra-aggregate-translations": "^2.2.0",
"@cerner/duplicate-package-checker-webpack-plugin": "^2.2.0",
"@cerner/terra-aggregate-translations": "^2.3.0",
"@mjhenkes/postcss-rtl": "^2.0.0",
"autoprefixer": "^10.0.0",
"babel-loader": "^8.0.5",
Expand Down

0 comments on commit b947af0

Please sign in to comment.