Skip to content

Commit

Permalink
ci: fix sync peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jun 21, 2024
1 parent 68f210f commit 2ba8fc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0

- name: Synchronize peer dependencies
working-directory: 'scripts'
Expand Down
19 changes: 0 additions & 19 deletions projects/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
## 1.1.3 (2024-06-21)


### 🛠️ Chore

- readme ([374213b](https://github.com/DSI-HUG/ngx-components/commit/374213b))

- **release:** publish ([665202b](https://github.com/DSI-HUG/ngx-components/commit/665202b))

- **package.json:** add release-dry-run script ([db5e577](https://github.com/DSI-HUG/ngx-components/commit/db5e577))

- **release:** publish ([ee46ef0](https://github.com/DSI-HUG/ngx-components/commit/ee46ef0))

- **deps:** upgrade dependencies ([9fd5b42](https://github.com/DSI-HUG/ngx-components/commit/9fd5b42))


### ❤️ Thank You

- Badisi
- dsi-hug-bot @dsi-hug-bot

## 1.1.2 (2024-06-17)


Expand Down
4 changes: 2 additions & 2 deletions projects/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@angular/core": ">= 14",
"@angular/cdk": ">= 14",
"rxjs": ">= 7.0.0",
"@hug/ngx-core": "1.1.2"
"@hug/ngx-core": "1.1.3"
},
"dependencies": {
"tslib": "^2.6.3"
}
}
}

0 comments on commit 2ba8fc8

Please sign in to comment.