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

Commit

Permalink
[terra-toolkit-docs] package.json fixes + release (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored May 13, 2024
1 parent f717f0f commit 199afad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/terra-toolkit-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 2.32.1 - (May 13, 2024)

* Fixed
* Added missing folder to files list.
* Added webpack-config-terra v3 support for compatibility in v3 environments.

## 2.32.0 - (May 6, 2024)

* Added
Expand Down
8 changes: 4 additions & 4 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.32.0",
"version": "2.32.1",
"description": "Contains documentation for packages in the terra-toolkit monorepo",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -29,6 +29,7 @@
"main": "index.js",
"files": [
"lib",
"src",
"CHANGELOG.md",
"README.md",
"LICENSE",
Expand All @@ -39,12 +40,11 @@
"@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": "^4.0.0"
"@cerner/webpack-config-terra": "3 || 4"
},
"devDependencies": {
"@babel/cli": "7",
"@babel/core": "7",
"@cerner/eslint-config-terra": "^5.6.0"
"@babel/core": "7"
},
"scripts": {
"clean": "npm run clean:node_modules && npm run clean:lib",
Expand Down

0 comments on commit 199afad

Please sign in to comment.