Skip to content

Commit 7fba7a0

Browse files
committed
Remove duplicate link
1 parent 3161119 commit 7fba7a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.changeset/changelog-github-custom.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ const changelogFunctions = {
9999
})();
100100

101101
const suffix = [
102-
links.pull === null ? '' : ` (${links.pull})`,
103-
links.commit === null ? '' : ` (${links.commit})`
102+
links.pull === null ? '' : ` (${links.pull})`
103+
//links.commit === null ? '' : ` (${links.commit})`
104104
].join('');
105105

106106
return `\n\n- ${firstLine}${suffix}\n${futureLines.map((l) => ` ${l}`).join('\n')}`;

packages/adapter-begin/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Patch Changes
66

7-
- Move adapter-begin to architect org ([#1817](https://github.com/sveltejs/kit/pull/1817)) ([`4cb54961`](https://github.com/sveltejs/kit/commit/4cb54961717812cadb4f762276bf3126188c1639))
7+
- Move adapter-begin to architect org ([#1817](https://github.com/sveltejs/kit/pull/1817))
88

99
## 1.0.0-next.11
1010

packages/kit/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Patch Changes
66

7-
- [feat] detect if app tries to access query with prerender enabled ([#2104](https://github.com/sveltejs/kit/pull/2104)) ([`576ef6fc`](https://github.com/sveltejs/kit/commit/576ef6fc1a8f81c00cd0d240dabf80a48d7c812a))
7+
- [feat] detect if app tries to access query with prerender enabled ([#2104](https://github.com/sveltejs/kit/pull/2104))
88

99
## 1.0.0-next.144
1010

0 commit comments

Comments
 (0)