Skip to content

Commit

Permalink
Merge branch 'v18'
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysamperi committed Dec 16, 2024
2 parents 1b0c7af + 9f393b2 commit 0960bb8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
exit 1
fi
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20.11.1"
cache: ${{ steps.detect-package-manager.outputs.manager }}
Expand All @@ -59,8 +59,6 @@ jobs:
key: ${{ runner.os }}-angular-build-${{ hashFiles('dist') }}
restore-keys: |
${{ runner.os }}-angular-build-
- name: Enable corepack
run: corepack enable
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Static HTML export Angular
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ngx-mat-timepicker

[![npm][badge-npm-version]][url-npm] [![npm][badge-npm-downloads]][url-npm] [![MIT licensed][badge-licence]][url-licence] [![Build state][badge-ci-state]][url-ci-state] [![Size][badge-bundle]][url-bundle] [![Rate this package][badge-openbase]][url-openbase]
[![npm][badge-npm-version]][url-npm] [![npm][badge-npm-downloads]][url-npm] [![MIT licensed][badge-licence]][url-licence] [![Build state][badge-ci-state]][url-ci-state] [![Size][badge-bundle]][url-bundle]

A simple time picker module using Angular Material: it provides an Android style dialog for time selection and a handy
input for time selection in Material style.
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#18.0.1
* Version bump

#18.0.0
* Update for Angular 18! 🎉

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-timepicker-repo",
"version": "18.0.0",
"version": "18.0.1",
"build": 0,
"license": "MIT",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-mat-timepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-timepicker",
"version": "18.0.0",
"version": "18.0.1",
"license": "MIT",
"description": "ngx-mat-timepicker is an Angular material 9+ extension to add time pickers!",
"homepage": "https://tonysamperi.github.io/ngx-mat-timepicker",
Expand Down Expand Up @@ -37,4 +37,4 @@
"@angular/material": "^18.0.0",
"@angular/platform-browser": "^18.0.0"
}
}
}

0 comments on commit 0960bb8

Please sign in to comment.