Skip to content

Commit

Permalink
Merge pull request #482 from MurhafSousli/release/12.0.0
Browse files Browse the repository at this point in the history
Release/12.0.0
  • Loading branch information
MurhafSousli authored May 21, 2023
2 parents cb10523 + e810bff commit 7d9a05f
Show file tree
Hide file tree
Showing 11 changed files with 5,620 additions and 18,302 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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 12.0.0

- Update to Angular 16
- Remove `bezier-easing` package from dependencies

## 11.0.0

- Update to Angular 15 in [ca5e7cc](https://github.com/MurhafSousli/ngx-scrollbar/pull/471/commits/ca5e7ccbb826eb522e586c04639aeb8b13f01076).
Expand Down
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@
"main": "projects/ngx-scrollbar-demo/server.ts",
"tsConfig": "projects/ngx-scrollbar-demo/tsconfig.server.json",
"sourceMap": true,
"optimization": false
"optimization": false,
"buildOptimizer": false
},
"configurations": {
"production": {
Expand All @@ -163,7 +164,8 @@
}
],
"sourceMap": false,
"optimization": true
"optimization": true,
"buildOptimizer": true
}
}
},
Expand Down
Loading

0 comments on commit 7d9a05f

Please sign in to comment.