Skip to content

Commit

Permalink
Use the kind enum instead of kindString for determining kinds
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TrevorBurch committed Aug 22, 2023
1 parent efe23ec commit bf05387
Show file tree
Hide file tree
Showing 11 changed files with 186 additions and 673 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 9.0.0-alpha.2 (2023-08-22)

- Handle cases where `kindString` is not available. [#256](https://github.com/blackbaud/skyux-docs-tools/pull/256)

# 9.0.0-alpha.1 (2023-08-21)

- Added support for `typedoc@~0.24.0`. [#254](https://github.com/blackbaud/skyux-docs-tools/pull/254)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"marked": "4.1.0",
"moment": "2.29.4",
"rxjs": "7.8.1",
"tslib": "2.6.1",
"tslib": "2.6.2",
"zone.js": "0.13.1"
},
"devDependencies": {
Expand Down Expand Up @@ -89,4 +89,4 @@
"ts-node": "10.9.1",
"typescript": "5.1.6"
}
}
}
Loading

0 comments on commit bf05387

Please sign in to comment.