Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: @hug/ngx-numeric-stepper@1.1.1
  • Loading branch information
Badisi committed Jun 17, 2024
1 parent 374213b commit 665202b
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions projects/numeric-stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.0 (2024-06-10)
## 1.1.1 (2024-06-17)


### 🚀 Features
Expand All @@ -8,4 +8,4 @@

### ❤️ Thank You

- Badisi
- @Badisi
90 changes: 45 additions & 45 deletions projects/numeric-stepper/package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "@hug/ngx-numeric-stepper",
"version": "1.1.0",
"description": "HUG Angular - numeric stepper 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": "./_numeric-stepper-theme.scss"
"name": "@hug/ngx-numeric-stepper",
"version": "1.1.1",
"description": "HUG Angular - numeric stepper 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": "git+https://github.com/dsi-hug/ngx-components.git"
},
"keywords": [
"angular",
"material",
"material design",
"components"
],
"sideEffects": false,
"exports": {
".": {
"sass": "./_numeric-stepper-theme.scss"
}
},
"scripts": {
"lint": "eslint . --fix",
"test": "ng test numeric-stepper",
"test:ci": "ng test numeric-stepper --watch=false --browsers=ChromeHeadless",
"build:ng": "ng build numeric-stepper -c=production",
"build": "nx build:ng @hug/ngx-numeric-stepper --verbose",
"release": "nx release -p=@hug/ngx-numeric-stepper --yes --verbose",
"release:dry-run": "nx release -p=@hug/ngx-numeric-stepper --verbose --dry-run"
},
"peerDependencies": {
"@angular/common": ">= 14",
"@angular/core": ">= 14",
"@angular/cdk": ">= 14",
"@angular/material": ">= 14",
"rxjs": ">= 7.0.0",
"@hug/ngx-core": "1.1.2"
},
"dependencies": {
"tslib": "^2.6.3"
}
},
"scripts": {
"lint": "eslint . --fix",
"test": "ng test numeric-stepper",
"test:ci": "ng test numeric-stepper --watch=false --browsers=ChromeHeadless",
"build:ng": "ng build numeric-stepper -c=production",
"build": "nx build:ng @hug/ngx-numeric-stepper --verbose",
"release": "nx release -p=@hug/ngx-numeric-stepper --verbose",
"release:dry-run": "nx release -p=@hug/ngx-numeric-stepper --verbose --dry-run"
},
"peerDependencies": {
"@angular/common": ">= 14",
"@angular/core": ">= 14",
"@angular/cdk": ">= 14",
"@angular/material": ">= 14",
"rxjs": ">= 7.0.0",
"@hug/ngx-core": "1.1.0"
},
"dependencies": {
"tslib": "^2.6.3"
}
}

0 comments on commit 665202b

Please sign in to comment.