@hug/ngx-time-picker 3.0.2 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -17
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,8 @@
|
|
|
1
|
-
## 3.0.
|
|
2
|
-
|
|
3
|
-
### 🐛 Fixes
|
|
4
|
-
|
|
5
|
-
- **ngx-time-picker:** fix review ([1a16fef](https://github.com/DSI-HUG/ngx-components/commit/1a16fef))
|
|
6
|
-
- **ngx-time-picker:** améliorer le time-picker pour qu'il soit accessible via cypress FC-95 ([897e0d5](https://github.com/DSI-HUG/ngx-components/commit/897e0d5))
|
|
7
|
-
- **ngx-time-picker:** améliorer le time-picker pour qu'il soit accessible via cypress FC-95 ([ced57e7](https://github.com/DSI-HUG/ngx-components/commit/ced57e7))
|
|
8
|
-
|
|
9
|
-
### 🌱 Dependencies
|
|
10
|
-
|
|
11
|
-
- **@hug/ngx-numeric-stepper:** upgrade to v1.1.12 ([91140c1](https://github.com/DSI-HUG/ngx-components/commit/91140c1))
|
|
1
|
+
## 3.0.3 (2025-09-25)
|
|
12
2
|
|
|
13
3
|
### 🌱 Dependencies
|
|
14
4
|
|
|
15
|
-
- **@hug/ngx-numeric-stepper**: upgraded to `v3.0.
|
|
16
|
-
|
|
17
|
-
### ❤️ Thank You
|
|
18
|
-
|
|
19
|
-
- dsi-hug-bot @dsi-hug-bot
|
|
20
|
-
- Serge
|
|
5
|
+
- **@hug/ngx-numeric-stepper**: upgraded to `v3.0.3`
|
|
21
6
|
|
|
22
7
|
## 3.0.1 (2025-03-13)
|
|
23
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hug/ngx-time-picker",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "HUG Angular - time picker component",
|
|
5
5
|
"homepage": "https://github.com/dsi-hug/ngx-components",
|
|
6
6
|
"license": "GPL-3.0-only",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@angular/material": ">=19 <20",
|
|
29
29
|
"rxjs": ">= 7.4.0",
|
|
30
30
|
"date-fns": "^2.30.0",
|
|
31
|
-
"@hug/ngx-numeric-stepper": "^3.0.
|
|
31
|
+
"@hug/ngx-numeric-stepper": "^3.0.3"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"tslib": "^2.7.0"
|