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

Commit

Permalink
Release 8.0.0 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-SteveBrush authored May 9, 2023
1 parent 5a2865a commit 34f46f0
Show file tree
Hide file tree
Showing 12 changed files with 4,406 additions and 14,375 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/skyux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-node@v3
with:
node-version: '16.18.x'
node-version: '18.15.x'
- uses: blackbaud/skyux-sdk-actions@ng-14
with:
browser-stack-access-key: ${{ secrets.BROWSER_STACK_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.0
18.15.0
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 8.0.0 (2023-05-09)

### ⚠ BREAKING CHANGES

- Dropped support for Angular 14. [#92](https://github.com/blackbaud/skyux-lib-help/pull/92)

### Features

- Added support for Angular 15. [#92](https://github.com/blackbaud/skyux-lib-help/pull/92)

# 8.0.0-alpha.0 (2023-02-21)

### ⚠ BREAKING CHANGES
Expand Down
19 changes: 12 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"styles": [
"node_modules/@skyux/theme/css/sky.css",
"node_modules/@skyux/theme/css/themes/modern/styles.css"
]
],
"polyfills": ["@skyux/packages/polyfills"]
}
},
"lint": {
Expand Down Expand Up @@ -91,7 +92,10 @@
"outputPath": "dist/help-showcase",
"index": "projects/help-showcase/src/index.html",
"main": "projects/help-showcase/src/main.ts",
"polyfills": "projects/help-showcase/src/polyfills.ts",
"polyfills": [
"projects/help-showcase/src/polyfills.ts",
"@skyux/packages/polyfills"
],
"tsConfig": "projects/help-showcase/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
Expand All @@ -101,8 +105,7 @@
"styles": [
"node_modules/@skyux/theme/css/sky.css",
"node_modules/@skyux/theme/css/themes/modern/styles.css",
"projects/help-showcase/src/styles.scss",
"projects/help-showcase/src/app/skyux7-compat.css"
"projects/help-showcase/src/styles.scss"
],
"scripts": []
},
Expand Down Expand Up @@ -164,7 +167,10 @@
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/help-showcase/src/test.ts",
"polyfills": "projects/help-showcase/src/polyfills.ts",
"polyfills": [
"projects/help-showcase/src/polyfills.ts",
"@skyux/packages/polyfills"
],
"tsConfig": "projects/help-showcase/tsconfig.spec.json",
"karmaConfig": "projects/help-showcase/karma.conf.js",
"inlineStyleLanguage": "scss",
Expand All @@ -175,8 +181,7 @@
"styles": [
"node_modules/@skyux/theme/css/sky.css",
"node_modules/@skyux/theme/css/themes/modern/styles.css",
"projects/help-showcase/src/styles.scss",
"projects/help-showcase/src/app/skyux7-compat.css"
"projects/help-showcase/src/styles.scss"
],
"scripts": []
}
Expand Down
Loading

0 comments on commit 34f46f0

Please sign in to comment.