Skip to content

Commit

Permalink
Add dragula to installed StackBlitz packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TrevorBurch committed Sep 26, 2023
1 parent 10eb0dc commit 84d4b18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 9.1.4 (2023-09-27)

- Fixed the code example editor service to load examples where dragula is required. [#267](https://github.com/blackbaud/skyux-docs-tools/pull/267)

## 9.1.3 (2023-09-21)

- Fixed the code example editor service to use the major version of Angular packages to determine SemVer range. [#266](https://github.com/blackbaud/skyux-docs-tools/pull/266)
Expand Down
2 changes: 1 addition & 1 deletion projects/docs-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyux/docs-tools",
"version": "9.1.3",
"version": "9.1.4",
"peerDependencies": {
"@angular/common": "^16.2.5",
"@angular/core": "^16.2.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export class SkyDocsCodeExamplesEditorService {
'@skyux/router': skyuxVersion,
'@skyux/theme': skyuxVersion,
'@types/jasmine': '~4.3.1',
'ng2-dragula': '^5.0.1',
rxjs: '^7',
tslib: '^2.5.0',
typescript: '~5.1.6',
Expand Down

0 comments on commit 84d4b18

Please sign in to comment.