Skip to content

Commit

Permalink
SKY UX 12 and Angular 19 support (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite authored Jan 15, 2025
1 parent a0707ae commit 8158bfe
Show file tree
Hide file tree
Showing 81 changed files with 9,984 additions and 8,394 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/skyux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- uses: blackbaud/skyux-sdk-actions@ng-14
- uses: blackbaud/skyux-sdk-actions@skip-install-deps-for-speedy-browser-set
with:
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
npm-token: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.18.1
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 12.0.0-alpha.0 (2025-01-14)

### ⚠ BREAKING CHANGES

- Dropped support for Angular 18. [#296](https://github.com/blackbaud/skyux-docs-tools/pull/296)

### Features

- Added support for Angular 19. [#296](https://github.com/blackbaud/skyux-docs-tools/pull/296)

## 11.2.0 (2025-01-03)

- Mock `SkyHelpService` in code examples. [#294](https://github.com/blackbaud/skyux-docs-tools/pull/294)
Expand Down
6 changes: 0 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@
"maximumError": "4kb"
}
],
"fileReplacements": [
{
"replace": "projects/docs-tools-showcase/src/environments/environment.ts",
"with": "projects/docs-tools-showcase/src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
Expand Down
Loading

0 comments on commit 8158bfe

Please sign in to comment.