diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 230d6b6..066690c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,12 +59,12 @@ jobs: path: coverage/ngx-multiple-dates/cobertura-coverage.xml - uses: actions/upload-artifact@v4 with: - name: coverage + name: coverage-app path: coverage/ngx-multiple-dates-app/cobertura-coverage.xml - name: Upload to Codecov uses: codecov/codecov-action@v4 with: - # token: ${{ secrets.CODECOV_TOKEN }} + token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/ngx-multiple-dates/cobertura-coverage.xml,./coverage/ngx-multiple-dates-app/cobertura-coverage.xml flags: unittests name: codecov-umbrella diff --git a/CHANGELOG.md b/CHANGELOG.md index a36c2f6..94a1850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [18.0.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v17.0.1...v18.0.0) (2024-08-07) + + +### Features + +* support angular 18 ([323e013](https://github.com/lekhmanrus/ngx-multiple-dates/commit/323e013b4d0e364d19dad9af77057a63485d1f46)), closes [#35](https://github.com/lekhmanrus/ngx-multiple-dates/issues/35) + ### [17.0.1](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v17.0.0...v17.0.1) (2023-11-21) diff --git a/package-lock.json b/package-lock.json index 1aea277..0a7ca52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-multiple-dates", - "version": "17.0.1", + "version": "18.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-multiple-dates", - "version": "17.0.2", + "version": "18.0.0", "license": "MIT", "dependencies": { "@angular/animations": "^18.2.0-next.4", diff --git a/package.json b/package.json index 5c88b44..2ca53f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "17.0.1", + "version": "18.0.0", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { "url": "https://github.com/lekhmanrus/ngx-multiple-dates/issues", diff --git a/projects/ngx-multiple-dates/package.json b/projects/ngx-multiple-dates/package.json index b2636f4..348d3cf 100644 --- a/projects/ngx-multiple-dates/package.json +++ b/projects/ngx-multiple-dates/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "17.0.1", + "version": "18.0.0", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { "url": "https://github.com/lekhmanrus/ngx-multiple-dates/issues",