From 1b665e3c9c894d9b26fc8406e8997b424951bf17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:00:48 +0000 Subject: [PATCH] chore: release package(s) --- .changeset/good-wolves-rhyme.md | 7 ------- .changeset/mighty-chefs-serve.md | 5 ----- .changeset/short-queens-cover.md | 5 ----- .changeset/swift-berries-exist.md | 5 ----- .changeset/ten-eagles-sing.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 7 files changed, 17 insertions(+), 28 deletions(-) delete mode 100644 .changeset/good-wolves-rhyme.md delete mode 100644 .changeset/mighty-chefs-serve.md delete mode 100644 .changeset/short-queens-cover.md delete mode 100644 .changeset/swift-berries-exist.md delete mode 100644 .changeset/ten-eagles-sing.md diff --git a/.changeset/good-wolves-rhyme.md b/.changeset/good-wolves-rhyme.md deleted file mode 100644 index 994190b0..00000000 --- a/.changeset/good-wolves-rhyme.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"changesets-gitlab": minor ---- - -chore: housekeeping, bump all (dev) deps, add `module-sync` entry - -fix: `commonjs` types entry diff --git a/.changeset/mighty-chefs-serve.md b/.changeset/mighty-chefs-serve.md deleted file mode 100644 index 5c7d2227..00000000 --- a/.changeset/mighty-chefs-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changesets-gitlab": minor ---- - -feat: fetch the tags and push each one individually based on size of `packages` to be published and `api.FeatureFlags(projectId, 'git_push_create_all_pipelines')` diff --git a/.changeset/short-queens-cover.md b/.changeset/short-queens-cover.md deleted file mode 100644 index da1431b5..00000000 --- a/.changeset/short-queens-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changesets-gitlab": minor ---- - -feat: add a new optional `GITLAB_COMMENT_CUSTOM_LINKS` environment variable to override the links content referenced in the cli bot comment, use `{{ addChangesetUrl }}` placeholder for the dynamic URL to add a changeset diff --git a/.changeset/swift-berries-exist.md b/.changeset/swift-berries-exist.md deleted file mode 100644 index eb51b1da..00000000 --- a/.changeset/swift-berries-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changesets-gitlab": minor ---- - -feat: add a new optional `GITLAB_COMMENT_DISCUSSION_AUTO_RESOLVE` environment variable to automatically resolve added discussion when changeset is present, if you want to always resolve the discussion, you should actually use `GITLAB_COMMENT_TYPE=note` instead, default `true` diff --git a/.changeset/ten-eagles-sing.md b/.changeset/ten-eagles-sing.md deleted file mode 100644 index fa4f1b9f..00000000 --- a/.changeset/ten-eagles-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changesets-gitlab": minor ---- - -refactor: publish releases with limited concurrency with [`p-limit`](https://github.com/sindresorhus/p-limit) diff --git a/CHANGELOG.md b/CHANGELOG.md index caf4edec..062ca1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # changesets-gitlab +## 0.13.0 + +### Minor Changes + +- [`e9adb24`](https://github.com/un-ts/changesets-gitlab/commit/e9adb245cc1152a2bc1516d4259b08f437879308) Thanks [@JounQin](https://github.com/JounQin)! - chore: housekeeping, bump all (dev) deps, add `module-sync` entry + + fix: `commonjs` types entry + +- [#195](https://github.com/un-ts/changesets-gitlab/pull/195) [`e7cbdff`](https://github.com/un-ts/changesets-gitlab/commit/e7cbdff3854d7640884735179ab4cb695e62f3c2) Thanks [@WeslleyNasRocha](https://github.com/WeslleyNasRocha)! - feat: fetch the tags and push each one individually based on size of `packages` to be published and `api.FeatureFlags(projectId, 'git_push_create_all_pipelines')` + +- [#209](https://github.com/un-ts/changesets-gitlab/pull/209) [`4ca179c`](https://github.com/un-ts/changesets-gitlab/commit/4ca179c9b7fb0440a8194f97ad65d1294d19810b) Thanks [@JounQin](https://github.com/JounQin)! - feat: add a new optional `GITLAB_COMMENT_CUSTOM_LINKS` environment variable to override the links content referenced in the cli bot comment, use `{{ addChangesetUrl }}` placeholder for the dynamic URL to add a changeset + +- [#196](https://github.com/un-ts/changesets-gitlab/pull/196) [`b681513`](https://github.com/un-ts/changesets-gitlab/commit/b6815131caf733494a6f0e243ed64ad9441fc2b4) Thanks [@crysadrak](https://github.com/crysadrak)! - feat: add a new optional `GITLAB_COMMENT_DISCUSSION_AUTO_RESOLVE` environment variable to automatically resolve added discussion when changeset is present, if you want to always resolve the discussion, you should actually use `GITLAB_COMMENT_TYPE=note` instead, default `true` + +- [`efc0650`](https://github.com/un-ts/changesets-gitlab/commit/efc0650e5e4d9b92e50fddcd2b63576adc7c7428) Thanks [@JounQin](https://github.com/JounQin)! - refactor: publish releases with limited concurrency with [`p-limit`](https://github.com/sindresorhus/p-limit) + ## 0.12.2 ### Patch Changes diff --git a/package.json b/package.json index 6cad1ca9..5c552d0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changesets-gitlab", - "version": "0.12.2", + "version": "0.13.0", "type": "module", "repository": "https://github.com/un-ts/changesets-gitlab.git", "author": "JounQin (https://www.1stG.me) ",