Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	projects/date-picker/package.json
#	projects/layout/package.json
#	projects/user-tooltip/package.json
  • Loading branch information
Badisi committed Sep 11, 2024
2 parents 4373871 + ed4be31 commit 4ade591
Show file tree
Hide file tree
Showing 35 changed files with 863 additions and 1,760 deletions.
1,849 changes: 126 additions & 1,723 deletions package-lock.json

Large diffs are not rendered by default.

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
2 changes: 1 addition & 1 deletion projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hug/ngx-core",
"version": "1.1.14",
"version": "2.0.0",
"description": "HUG Angular - the core framework",
"homepage": "https://github.com/dsi-hug/ngx-components",
"license": "GPL-3.0-only",
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
6 changes: 3 additions & 3 deletions projects/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hug/ngx-date-picker",
"version": "1.0.13",
"version": "2.0.0",
"description": "HUG Angular - date-picker component",
"homepage": "https://github.com/dsi-hug/ngx-components",
"license": "GPL-3.0-only",
Expand Down Expand Up @@ -32,8 +32,8 @@
"peerDependencies": {
"@angular/common": ">=18 <19",
"@angular/core": ">=18 <19",
"@hug/ngx-core": "^1.1.14",
"@hug/ngx-time-picker": "^1.1.13",
"@hug/ngx-core": "^2.0.0",
"@hug/ngx-time-picker": "^2.0.0",
"rxjs": ">= 7.4.0",
"date-fns": "^2.30.0",
"lodash-es": "^4.17.21"
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
6 changes: 3 additions & 3 deletions projects/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hug/ngx-layout",
"version": "1.1.11",
"version": "2.0.0",
"description": "HUG Angular - layout component",
"homepage": "https://github.com/dsi-hug/ngx-components",
"license": "GPL-3.0-only",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@angular/core": ">=18 <19",
"@angular/cdk": ">=18 <19",
"@angular/material": ">=18 <19",
"@hug/ngx-core": "^1.1.14",
"@hug/ngx-sidenav": "^1.1.8"
"@hug/ngx-core": "^2.0.0",
"@hug/ngx-sidenav": "^2.0.0"
},
"dependencies": {
"tslib": "^2.7.0"
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
2 changes: 1 addition & 1 deletion projects/list-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hug/ngx-list-loader",
"version": "1.1.9",
"version": "2.0.0",
"description": "HUG Angular - list loader component",
"homepage": "https://github.com/dsi-hug/ngx-components",
"license": "GPL-3.0-only",
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
4 changes: 2 additions & 2 deletions projects/message-box-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hug/ngx-message-box-dialog",
"version": "1.1.10",
"version": "2.0.0",
"description": "HUG Angular - message-box-dialog component",
"homepage": "https://github.com/dsi-hug/ngx-components",
"license": "GPL-3.0-only",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@angular/core": ">=18 <19",
"@angular/material": ">=18 <19",
"rxjs": ">= 7.4.0",
"@hug/ngx-core": "^1.1.14"
"@hug/ngx-core": "^2.0.0"
},
"dependencies": {
"tslib": "^2.7.0"
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
2 changes: 1 addition & 1 deletion projects/message-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hug/ngx-message-box",
"version": "1.1.8",
"version": "2.0.0",
"description": "HUG Angular - message box component",
"homepage": "https://github.com/dsi-hug/ngx-components",
"license": "GPL-3.0-only",
Expand Down
Loading

0 comments on commit 4ade591

Please sign in to comment.