Skip to content

Commit

Permalink
chore(release): update projects changelogs [skip ci]
Browse files Browse the repository at this point in the history
- project: @hug/ngx-message-box-dialog 2.0.0

- project: @hug/ngx-search-container 2.0.0

- project: @hug/ngx-numeric-stepper 2.0.0

- project: @hug/ngx-user-tooltip 2.0.0

- project: @hug/ngx-date-picker 2.0.0

- project: @hug/ngx-list-loader 2.0.0

- project: @hug/ngx-message-box 2.0.0

- project: @hug/ngx-time-picker 2.0.0

- project: @hug/ngx-user-card 2.0.0

- project: @hug/ngx-snackbar 2.0.0

- project: @hug/ngx-splitter 2.0.0

- project: @hug/ngx-overlay 2.0.0

- project: @hug/ngx-sidenav 2.0.0

- project: @hug/ngx-tooltip 2.0.0

- project: @hug/ngx-layout 2.0.0

- project: @hug/ngx-status 2.0.0

- project: @hug/ngx-core 2.0.0
  • Loading branch information
dsi-hug-bot committed Sep 11, 2024
1 parent 8cb37e3 commit ed4be31
Show file tree
Hide file tree
Showing 17 changed files with 700 additions and 0 deletions.
52 changes: 52 additions & 0 deletions projects/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
# 2.0.0 (2024-09-11)


### 🚀 Features

- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))

- update material to angular 15 - FC-67 ([44406c1](https://github.com/DSI-HUG/ngx-components/commit/44406c1))

- messageBoxDialog angular15 ([7ab3e59](https://github.com/DSI-HUG/ngx-components/commit/7ab3e59))

- datepicker angular15 ([fc101f9](https://github.com/DSI-HUG/ngx-components/commit/fc101f9))

- upgrade material to 17 ([af15ca2](https://github.com/DSI-HUG/ngx-components/commit/af15ca2))

- apply angular material 18 ([f65d64c](https://github.com/DSI-HUG/ngx-components/commit/f65d64c))

- remove NgxDetroy ([c64d8bb](https://github.com/DSI-HUG/ngx-components/commit/c64d8bb))

- demo input autosize ([4fe126f](https://github.com/DSI-HUG/ngx-components/commit/4fe126f))

- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))

- story-book ([153918f](https://github.com/DSI-HUG/ngx-components/commit/153918f))

- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))


### 🐛 Fixes

- yarn lint ([d17a8de](https://github.com/DSI-HUG/ngx-components/commit/d17a8de))

- lint ([d1b0e84](https://github.com/DSI-HUG/ngx-components/commit/d1b0e84))

- angular style ([4e25336](https://github.com/DSI-HUG/ngx-components/commit/4e25336))

- angular17 ([fed5657](https://github.com/DSI-HUG/ngx-components/commit/fed5657))

- lint ([6c397b0](https://github.com/DSI-HUG/ngx-components/commit/6c397b0))

- remove all injector from constructor ([5213c93](https://github.com/DSI-HUG/ngx-components/commit/5213c93))

- lint ([d370d66](https://github.com/DSI-HUG/ngx-components/commit/d370d66))

- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))


### ❤️ Thank You

- Badisi
- rfrt

## 1.1.14 (2024-07-25)

### 🐛 Fixes
Expand Down
50 changes: 50 additions & 0 deletions projects/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
# 2.0.0 (2024-09-11)


### 🚀 Features

- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))

- update material to angular 15 - FC-67 ([44406c1](https://github.com/DSI-HUG/ngx-components/commit/44406c1))

- update material to angular 15 - FC-67 ([5af2c75](https://github.com/DSI-HUG/ngx-components/commit/5af2c75))

- datepicker angular15 ([fc101f9](https://github.com/DSI-HUG/ngx-components/commit/fc101f9))

- remove NgxDetroy ([c64d8bb](https://github.com/DSI-HUG/ngx-components/commit/c64d8bb))

- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))

- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))


### 🐛 Fixes

- lint ([d1b0e84](https://github.com/DSI-HUG/ngx-components/commit/d1b0e84))

- lint ([6c397b0](https://github.com/DSI-HUG/ngx-components/commit/6c397b0))

- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))

- lint ([86469ca](https://github.com/DSI-HUG/ngx-components/commit/86469ca))

- remove all injector from constructor ([5213c93](https://github.com/DSI-HUG/ngx-components/commit/5213c93))

- lint ([d370d66](https://github.com/DSI-HUG/ngx-components/commit/d370d66))

- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))


### 🌱 Dependencies

- **@hug/ngx-time-picker:** upgrade to v2.0.0 ([11452cd](https://github.com/DSI-HUG/ngx-components/commit/11452cd))

- **@hug/ngx-core:** upgrade to v2.0.0 ([ce6226c](https://github.com/DSI-HUG/ngx-components/commit/ce6226c))


### ❤️ Thank You

- Badisi
- dsi-hug-bot @dsi-hug-bot
- rfrt

## 1.0.13 (2024-08-03)

### 🌱 Dependencies
Expand Down
46 changes: 46 additions & 0 deletions projects/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
# 2.0.0 (2024-09-11)


### 🚀 Features

- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))

- update material to angular 15 - FC-67 ([44406c1](https://github.com/DSI-HUG/ngx-components/commit/44406c1))

- update material to angular 15 - FC-67 ([5af2c75](https://github.com/DSI-HUG/ngx-components/commit/5af2c75))

- layout angular15 ([02777f7](https://github.com/DSI-HUG/ngx-components/commit/02777f7))

- apply angular material 18 ([f65d64c](https://github.com/DSI-HUG/ngx-components/commit/f65d64c))

- layout storybook ([6ae63c1](https://github.com/DSI-HUG/ngx-components/commit/6ae63c1))

- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))

- format to ng18 ([3b78bdf](https://github.com/DSI-HUG/ngx-components/commit/3b78bdf))

- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))


### 🐛 Fixes

- layout css button ([f042a32](https://github.com/DSI-HUG/ngx-components/commit/f042a32))

- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))

- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))


### 🌱 Dependencies

- **@hug/ngx-sidenav:** upgrade to v2.0.0 ([243d31f](https://github.com/DSI-HUG/ngx-components/commit/243d31f))

- **@hug/ngx-core:** upgrade to v2.0.0 ([ce6226c](https://github.com/DSI-HUG/ngx-components/commit/ce6226c))


### ❤️ Thank You

- Badisi
- dsi-hug-bot @dsi-hug-bot
- rfrt

## 1.1.11 (2024-07-26)

### 🐛 Fixes
Expand Down
30 changes: 30 additions & 0 deletions projects/list-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# 2.0.0 (2024-09-11)


### 🚀 Features

- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))

- apply angular material 18 ([f65d64c](https://github.com/DSI-HUG/ngx-components/commit/f65d64c))

- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))

- format to ng18 ([3b78bdf](https://github.com/DSI-HUG/ngx-components/commit/3b78bdf))

- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))


### 🐛 Fixes

- list-loader storybook ([c4baad1](https://github.com/DSI-HUG/ngx-components/commit/c4baad1))

- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))

- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))


### ❤️ Thank You

- Badisi
- rfrt

## 1.1.9 (2024-07-25)

### 🐛 Fixes
Expand Down
42 changes: 42 additions & 0 deletions projects/message-box-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
# 2.0.0 (2024-09-11)


### 🚀 Features

- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))

- update material to angular 15 - FC-67 ([44406c1](https://github.com/DSI-HUG/ngx-components/commit/44406c1))

- update material to angular 15 - FC-67 ([5af2c75](https://github.com/DSI-HUG/ngx-components/commit/5af2c75))

- messageBoxDialog angular15 ([7ab3e59](https://github.com/DSI-HUG/ngx-components/commit/7ab3e59))

- apply angular material 18 ([f65d64c](https://github.com/DSI-HUG/ngx-components/commit/f65d64c))

- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))

- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))


### 🐛 Fixes

- yarn lint ([d17a8de](https://github.com/DSI-HUG/ngx-components/commit/d17a8de))

- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))

- remove all injector from constructor ([5213c93](https://github.com/DSI-HUG/ngx-components/commit/5213c93))

- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))


### 🌱 Dependencies

- **@hug/ngx-core:** upgrade to v2.0.0 ([ce6226c](https://github.com/DSI-HUG/ngx-components/commit/ce6226c))


### ❤️ Thank You

- Badisi
- dsi-hug-bot @dsi-hug-bot
- rfrt

## 1.1.10 (2024-07-25)

### 🐛 Fixes
Expand Down
44 changes: 44 additions & 0 deletions projects/message-box/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
# 2.0.0 (2024-09-11)


### 🚀 Features

- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))

- update material to angular 15 - FC-67 ([44406c1](https://github.com/DSI-HUG/ngx-components/commit/44406c1))

- update material to angular 15 - FC-67 ([5af2c75](https://github.com/DSI-HUG/ngx-components/commit/5af2c75))

- angular15material messagebox and listloader ([4372736](https://github.com/DSI-HUG/ngx-components/commit/4372736))

- messageBoxDialog angular15 ([7ab3e59](https://github.com/DSI-HUG/ngx-components/commit/7ab3e59))

- apply angular material 18 ([f65d64c](https://github.com/DSI-HUG/ngx-components/commit/f65d64c))

- add status storybook ([173d398](https://github.com/DSI-HUG/ngx-components/commit/173d398))

- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))

- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))


### 🐛 Fixes

- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))

- lint ([86469ca](https://github.com/DSI-HUG/ngx-components/commit/86469ca))

- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))


### 🌱 Dependencies

- **@hug/ngx-core:** upgrade to v2.0.0 ([ce6226c](https://github.com/DSI-HUG/ngx-components/commit/ce6226c))


### ❤️ Thank You

- Badisi
- dsi-hug-bot @dsi-hug-bot
- rfrt

## 1.1.8 (2024-07-25)

### 🐛 Fixes
Expand Down
54 changes: 54 additions & 0 deletions projects/numeric-stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
# 2.0.0 (2024-09-11)


### 🚀 Features

- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))

- update material to angular 15 - FC-67 ([44406c1](https://github.com/DSI-HUG/ngx-components/commit/44406c1))

- update material to angular 15 - FC-67 ([5af2c75](https://github.com/DSI-HUG/ngx-components/commit/5af2c75))

- apply angular material 18 ([f65d64c](https://github.com/DSI-HUG/ngx-components/commit/f65d64c))

- remove NgxDetroy ([c64d8bb](https://github.com/DSI-HUG/ngx-components/commit/c64d8bb))

- test storybook ([4a3209b](https://github.com/DSI-HUG/ngx-components/commit/4a3209b))

- clear old storybook ([453f180](https://github.com/DSI-HUG/ngx-components/commit/453f180))

- numeric stepper storybook ([e7dc6be](https://github.com/DSI-HUG/ngx-components/commit/e7dc6be))

- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))

- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))


### 🐛 Fixes

- numericstepper angular15 ([dc4a2bd](https://github.com/DSI-HUG/ngx-components/commit/dc4a2bd))

- numeric stepper filled ([dccbefe](https://github.com/DSI-HUG/ngx-components/commit/dccbefe))

- overlay angular15 ([03f114e](https://github.com/DSI-HUG/ngx-components/commit/03f114e))

- lint ([b2c8a88](https://github.com/DSI-HUG/ngx-components/commit/b2c8a88))

- angular16 ([7f7fa8e](https://github.com/DSI-HUG/ngx-components/commit/7f7fa8e))

- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))

- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))


### 🌱 Dependencies

- **@hug/ngx-core:** upgrade to v2.0.0 ([ce6226c](https://github.com/DSI-HUG/ngx-components/commit/ce6226c))


### ❤️ Thank You

- Badisi
- dsi-hug-bot @dsi-hug-bot
- rfrt

## 1.1.11 (2024-07-25)

### 🐛 Fixes
Expand Down
32 changes: 32 additions & 0 deletions projects/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# 2.0.0 (2024-09-11)


### 🚀 Features

- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))

- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))

- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))


### 🐛 Fixes

- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))

- lint ([86469ca](https://github.com/DSI-HUG/ngx-components/commit/86469ca))

- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))


### 🌱 Dependencies

- **@hug/ngx-core:** upgrade to v2.0.0 ([ce6226c](https://github.com/DSI-HUG/ngx-components/commit/ce6226c))


### ❤️ Thank You

- Badisi
- dsi-hug-bot @dsi-hug-bot
- rfrt

## 1.1.11 (2024-09-04)


Expand Down
Loading

0 comments on commit ed4be31

Please sign in to comment.