Skip to content

Commit

Permalink
chore(release): improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jun 10, 2024
1 parent f7b4413 commit b8dfbd9
Show file tree
Hide file tree
Showing 15 changed files with 213 additions and 193 deletions.
22 changes: 20 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"build:ng": {
"dependsOn": [
"^build"
"^build:ng"
]
}
},
Expand All @@ -12,6 +12,24 @@
"version": {
"conventionalCommits": true
},
"conventionalCommits": {
"types": {
"refactor": {
"semverBump": "patch",
"changelog": false
},
"styles": {
"semverBump": "patch",
"changelog": false
},
"docs": {
"semverBump": "patch",
"changelog": {
"title": "Documentation Changes"
}
}
}
},
"changelog": {
"projectChangelogs": {
"createRelease": "github"
Expand Down
8 changes: 4 additions & 4 deletions projects/core/CHANGELOG.md
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
89 changes: 45 additions & 44 deletions projects/core/package.json
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"
}
}
9 changes: 4 additions & 5 deletions projects/list-loader/CHANGELOG.md
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
81 changes: 41 additions & 40 deletions projects/list-loader/package.json
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"
}
}
9 changes: 4 additions & 5 deletions projects/message-box/CHANGELOG.md
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
85 changes: 43 additions & 42 deletions projects/message-box/package.json
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"
}
}
Loading

0 comments on commit b8dfbd9

Please sign in to comment.