From 2ba8fc8388925c7e25c4344a8148cf4312ca397a Mon Sep 17 00:00:00 2001 From: Badisi Date: Sat, 22 Jun 2024 00:13:13 +0200 Subject: [PATCH] ci: fix sync peer deps --- .github/workflows/ci_release.yml | 1 + projects/core/CHANGELOG.md | 19 ------------------- projects/overlay/package.json | 4 ++-- 3 files changed, 3 insertions(+), 21 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 87bd174b..321d0609 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -49,6 +49,7 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false + fetch-depth: 0 - name: Synchronize peer dependencies working-directory: 'scripts' diff --git a/projects/core/CHANGELOG.md b/projects/core/CHANGELOG.md index 88221a80..448ba191 100644 --- a/projects/core/CHANGELOG.md +++ b/projects/core/CHANGELOG.md @@ -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) diff --git a/projects/overlay/package.json b/projects/overlay/package.json index a3c3d336..ff13affa 100644 --- a/projects/overlay/package.json +++ b/projects/overlay/package.json @@ -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" } -} +} \ No newline at end of file