Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: @hug/ngx-message-box@1.1.1
  • Loading branch information
Badisi committed Jun 17, 2024
1 parent af3edb4 commit c09c325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/message-box/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.0 (2024-05-01)
## 1.1.1 (2024-06-17)


### 🚀 Features
Expand Down
6 changes: 3 additions & 3 deletions 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.0",
"version": "1.1.1",
"description": "HUG Angular - message box component",
"homepage": "https://github.com/dsi-hug/ngx-components",
"license": "GPL-3.0-only",
Expand All @@ -11,7 +11,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/dsi-hug/ngx-components.git"
"url": "git+https://github.com/dsi-hug/ngx-components.git"
},
"keywords": [
"angular",
Expand All @@ -31,7 +31,7 @@
"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 --verbose",
"release": "nx release -p=@hug/ngx-message-box --yes --verbose",
"release:dry-run": "nx release -p=@hug/ngx-message-box --verbose --dry-run"
},
"peerDependencies": {
Expand Down

0 comments on commit c09c325

Please sign in to comment.