Skip to content

Commit

Permalink
Merge pull request #256 from MurhafSousli/release/9.0.0
Browse files Browse the repository at this point in the history
Release/9.0.0
  • Loading branch information
MurhafSousli authored May 21, 2023
2 parents 8e0ea28 + fe57256 commit 3e8f924
Show file tree
Hide file tree
Showing 7 changed files with 5,329 additions and 4,716 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build demo
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 9.0.0

- Update to Angular 16.

## 8.0.0

- Update to Angular 15.
Expand Down
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
"optimization": false,
"sourceMap": true,
"extractLicenses": false,
"vendorChunk": true
"vendorChunk": true,
"buildOptimizer": false
},
"configurations": {
"production": {
Expand All @@ -168,7 +169,8 @@
"optimization": true,
"sourceMap": false,
"extractLicenses": true,
"vendorChunk": false
"vendorChunk": false,
"buildOptimizer": true
}
},
"defaultConfiguration": "production"
Expand Down
Loading

0 comments on commit 3e8f924

Please sign in to comment.