Skip to content

Commit 27afaae

Browse files
chore: release package(s) (#208)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6e8e7be commit 27afaae

9 files changed

+23
-38
lines changed

.changeset/good-wolves-rhyme.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/mighty-chefs-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/neat-hats-breathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pink-beers-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/short-queens-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swift-berries-exist.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-eagles-sing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# changesets-gitlab
22

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [`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
8+
9+
fix: `commonjs` types entry
10+
11+
- [#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')`
12+
13+
- [#210](https://github.com/un-ts/changesets-gitlab/pull/210) [`8bdaf2d`](https://github.com/un-ts/changesets-gitlab/commit/8bdaf2de0e249cbf34be9a4e7d199b13e85d242c) Thanks [@JounQin](https://github.com/JounQin)! - feat: try `allDiffs` api first and fallback to `showChanges` when unavailable
14+
15+
- [#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
16+
17+
- [#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`
18+
19+
- [#206](https://github.com/un-ts/changesets-gitlab/pull/206) [`842110d`](https://github.com/un-ts/changesets-gitlab/commit/842110db46fc90e927851ab00389fce93060ff32) Thanks [@jean-smaug](https://github.com/jean-smaug)! - refactor: publish releases with limited concurrency with [`p-limit`](https://github.com/sindresorhus/p-limit)
20+
21+
### Patch Changes
22+
23+
- [#211](https://github.com/un-ts/changesets-gitlab/pull/211) [`6e8e7be`](https://github.com/un-ts/changesets-gitlab/commit/6e8e7be192ba43985518d1695e90686b6d3b297e) Thanks [@JounQin](https://github.com/JounQin)! - chore: add `package.json` entry
24+
325
## 0.12.2
426

527
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "changesets-gitlab",
3-
"version": "0.12.2",
3+
"version": "0.13.0",
44
"type": "module",
55
"repository": "https://github.com/un-ts/changesets-gitlab.git",
66
"author": "JounQin (https://www.1stG.me) <[email protected]>",

0 commit comments

Comments
 (0)