Skip to content

Commit f2a1c65

Browse files
committed
fix: add missing @changesets/changelog-github devDependency and CHANGELOG date
Two items from the PR 4a plan that were missed in the original commit: 1. @changesets/changelog-github was referenced in .changeset/config.json but never declared in package.json devDependencies. The lockfile had the specifier (from pnpm install), so CI's --frozen-lockfile saw a mismatch and failed. 2. CHANGELOG.md v3.0.6 date was still "(Unreleased)" — v3.0.6 was published to npm on August 25, 2025.
1 parent 23ff3e9 commit f2a1c65

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
### v3.0.6 (Unreleased)
2+
### v3.0.6 (August 25, 2025)
33
- Add title attribute to iframes for improved accessibility ([#919](https://github.com/Shopify/buy-button-js/pull/919))
44

55
### v3.0.5 (July 2, 2025)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"@babel/plugin-transform-template-literals": "7.4.4",
7373
"@babel/plugin-transform-typeof-symbol": "7.2.0",
7474
"@babel/preset-typescript": "^7.27.1",
75+
"@changesets/changelog-github": "^0.6.0",
7576
"@changesets/cli": "^2.28.1",
7677
"@shopify/js-uploader": "https://github.com/Shopify/js-uploader.git",
7778
"@types/jest": "^30.0.0",

0 commit comments

Comments
 (0)