-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
213 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
## 1.1.0 (2024-05-01) | ||
|
||
|
||
### Features | ||
### 🚀 Features | ||
|
||
- Core package ([1cb90ba](https://github.com/DSI-HUG/ngx-components/commit/1cb90bac803acbb9708e3983ab9e4d6a872d2a5c)) | ||
- **core**: first commit ([1cb90ba](https://github.com/DSI-HUG/ngx-components/commit/1cb90bac803acbb9708e3983ab9e4d6a872d2a5c)) | ||
|
||
|
||
### ❤️ Thank You | ||
### ❤️ Thank You | ||
|
||
- Badisi | ||
- @Badisi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,48 @@ | ||
{ | ||
"name": "@hug/ngx-core", | ||
"version": "1.1.0", | ||
"description": "", | ||
"homepage": "https://github.com/dsi-hug/ngx-components", | ||
"license": "GPL-3.0-only", | ||
"author": "HUG - Hôpitaux Universitaires Genève", | ||
"contributors": [ | ||
"badisi (https://github.com/badisi)", | ||
"vapkse (https://github.com/vapkse)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dsi-hug/ngx-components.git" | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"material", | ||
"material design", | ||
"components" | ||
], | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"sass": "./styles" | ||
"name": "@hug/ngx-core", | ||
"version": "1.1.0", | ||
"description": "HUG Angular - the core framework", | ||
"homepage": "https://github.com/dsi-hug/ngx-components", | ||
"license": "GPL-3.0-only", | ||
"author": "HUG - Hôpitaux Universitaires Genève", | ||
"contributors": [ | ||
"badisi (https://github.com/badisi)", | ||
"vapkse (https://github.com/vapkse)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dsi-hug/ngx-components.git" | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"material", | ||
"material design", | ||
"components" | ||
], | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"sass": "./styles" | ||
} | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --fix", | ||
"test": "ng test core", | ||
"test:ci": "ng test core --watch=false --browsers=ChromeHeadless", | ||
"build:ng": "ng build core -c=production", | ||
"build": "nx build:ng @hug/ngx-core", | ||
"release": "nx release -p=@hug/ngx-core", | ||
"release:dry-run": "nx release -p=@hug/ngx-core --dry-run" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">= 14", | ||
"@angular/core": ">= 14", | ||
"@angular/cdk": ">= 14", | ||
"@angular/material": ">= 14", | ||
"rxjs": ">= 7.0.0", | ||
"date-fns": "^2.30.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.6.2" | ||
} | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --fix", | ||
"test": "ng test core", | ||
"test:ci": "ng test core --watch=false --browsers=ChromeHeadless", | ||
"build": "ng build core -c=production", | ||
"release": "nx release -p=@hug/ngx-core", | ||
"release:dry-run": "nx release -p=@hug/ngx-core --dry-run" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">= 14", | ||
"@angular/core": ">= 14", | ||
"@angular/cdk": ">= 14", | ||
"@angular/material": ">= 14", | ||
"rxjs": ">= 7.0.0", | ||
"date-fns": "^2.30.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.6.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
## 1.1.0 (2024-05-01) | ||
|
||
|
||
### Features | ||
### 🚀 Features | ||
|
||
- List-loader package ([c33cbae](https://github.com/DSI-HUG/ngx-components/commit/c33cbae53d66241197356d3984e8c37796a3a6a4)) | ||
- **list-loader:**: first commit ([c33cbae](https://github.com/DSI-HUG/ngx-components/commit/c33cbae53d66241197356d3984e8c37796a3a6a4)) | ||
|
||
### ❤️ Thank You | ||
|
||
### ❤️ Thank You | ||
|
||
- Badisi | ||
- @Badisi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,44 @@ | ||
{ | ||
"name": "@hug/ngx-list-loader", | ||
"version": "1.1.0", | ||
"description": "", | ||
"homepage": "https://github.com/dsi-hug/ngx-components", | ||
"license": "GPL-3.0-only", | ||
"author": "HUG - Hôpitaux Universitaires Genève", | ||
"contributors": [ | ||
"badisi (https://github.com/badisi)", | ||
"vapkse (https://github.com/vapkse)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dsi-hug/ngx-components.git" | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"material", | ||
"material design", | ||
"components" | ||
], | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"sass": "./_list-loader-theme.scss" | ||
"name": "@hug/ngx-list-loader", | ||
"version": "1.1.0", | ||
"description": "HUG Angular - list loader component", | ||
"homepage": "https://github.com/dsi-hug/ngx-components", | ||
"license": "GPL-3.0-only", | ||
"author": "HUG - Hôpitaux Universitaires Genève", | ||
"contributors": [ | ||
"badisi (https://github.com/badisi)", | ||
"vapkse (https://github.com/vapkse)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dsi-hug/ngx-components.git" | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"material", | ||
"material design", | ||
"components" | ||
], | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"sass": "./_list-loader-theme.scss" | ||
} | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --fix", | ||
"test": "ng test list-loader", | ||
"test:ci": "ng test list-loader --watch=false --browsers=ChromeHeadless", | ||
"build:ng": "ng build list-loader -c=production", | ||
"build": "nx build:ng @hug/ngx-list-loader --verbose", | ||
"release": "nx release -p=@hug/ngx-list-loader", | ||
"release:dry-run": "nx release -p=@hug/ngx-list-loader --dry-run" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">= 14", | ||
"@angular/core": ">= 14" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.6.2" | ||
} | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --fix", | ||
"test": "ng test list-loader", | ||
"test:ci": "ng test list-loader --watch=false --browsers=ChromeHeadless", | ||
"build": "ng build list-loader -c=production", | ||
"release": "nx release -p=@hug/ngx-list-loader", | ||
"release:dry-run": "nx release -p=@hug/ngx-list-loader --dry-run" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">= 14", | ||
"@angular/core": ">= 14" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.6.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
## 1.1.0 (2024-05-01) | ||
|
||
|
||
### Features | ||
### 🚀 Features | ||
|
||
- Message-box package ([ca30f27](https://github.com/DSI-HUG/ngx-components/commit/ca30f2791b4b013bedf38839e2bc2aed296c2acc)) | ||
- **message-box:** first commit ([ca30f27](https://github.com/DSI-HUG/ngx-components/commit/ca30f2791b4b013bedf38839e2bc2aed296c2acc)) | ||
|
||
### ❤️ Thank You | ||
|
||
### ❤️ Thank You | ||
|
||
- Badisi | ||
- @Badisi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,46 @@ | ||
{ | ||
"name": "@hug/ngx-message-box", | ||
"version": "1.1.0", | ||
"description": "", | ||
"homepage": "https://github.com/dsi-hug/ngx-components", | ||
"license": "GPL-3.0-only", | ||
"author": "HUG - Hôpitaux Universitaires Genève", | ||
"contributors": [ | ||
"badisi (https://github.com/badisi)", | ||
"vapkse (https://github.com/vapkse)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dsi-hug/ngx-components.git" | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"material", | ||
"material design", | ||
"components" | ||
], | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"sass": "./_message-box-theme.scss" | ||
"name": "@hug/ngx-message-box", | ||
"version": "1.1.0", | ||
"description": "HUG Angular - message box component", | ||
"homepage": "https://github.com/dsi-hug/ngx-components", | ||
"license": "GPL-3.0-only", | ||
"author": "HUG - Hôpitaux Universitaires Genève", | ||
"contributors": [ | ||
"badisi (https://github.com/badisi)", | ||
"vapkse (https://github.com/vapkse)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dsi-hug/ngx-components.git" | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"material", | ||
"material design", | ||
"components" | ||
], | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"sass": "./_message-box-theme.scss" | ||
} | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --fix", | ||
"test": "ng test message-box", | ||
"test:ci": "ng test message-box --watch=false --browsers=ChromeHeadless", | ||
"build:ng": "ng build message-box -c=production", | ||
"build": "nx build:ng @hug/ngx-message-box --verbose", | ||
"release": "nx release -p=@hug/ngx-message-box", | ||
"release:dry-run": "nx release -p=@hug/ngx-message-box --dry-run" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">= 14", | ||
"@angular/core": ">= 14", | ||
"@angular/cdk": ">= 14", | ||
"@angular/material": ">= 14" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.6.2" | ||
} | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --fix", | ||
"test": "ng test message-box", | ||
"test:ci": "ng test message-box --watch=false --browsers=ChromeHeadless", | ||
"build": "ng build message-box -c=production", | ||
"release": "nx release -p=@hug/ngx-message-box", | ||
"release:dry-run": "nx release -p=@hug/ngx-message-box --dry-run" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">= 14", | ||
"@angular/core": ">= 14", | ||
"@angular/cdk": ">= 14", | ||
"@angular/material": ">= 14" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.6.2" | ||
} | ||
} |
Oops, something went wrong.