diff --git a/.changeset/document-wallet-urls.md b/.changeset/document-wallet-urls.md deleted file mode 100644 index b9da488..0000000 --- a/.changeset/document-wallet-urls.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@passmint/node': patch ---- - -Document the wallet URLs carried on a pass (`url`, `download_url`, `google_wallet_url`) and the "build your own Apple/Google Wallet buttons" fallback pattern in the README, and clarify the JSDoc on those fields so they're self-explanatory in-editor. diff --git a/.changeset/template-header-fields.md b/.changeset/template-header-fields.md deleted file mode 100644 index c05751c..0000000 --- a/.changeset/template-header-fields.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@passmint/node': minor ---- - -Add the optional `headerFields` slot to `TemplateDesign`, so templates created or updated through the SDK can place small fields in the pass header (top-right, next to the logo). diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c49dd..d5dd587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @passmint/node +## 0.3.0 + +### Minor Changes + +- f41b671: Add the optional `headerFields` slot to `TemplateDesign`, so templates created or updated through the SDK can place small fields in the pass header (top-right, next to the logo). + +### Patch Changes + +- 93c099e: Document the wallet URLs carried on a pass (`url`, `download_url`, `google_wallet_url`) and the "build your own Apple/Google Wallet buttons" fallback pattern in the README, and clarify the JSDoc on those fields so they're self-explanatory in-editor. + ## 0.2.2 ### Patch Changes diff --git a/package.json b/package.json index e2984b6..a92c94d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@passmint/node", - "version": "0.2.2", + "version": "0.3.0", "description": "Official Node.js SDK for the Passmint API.", "type": "module", "packageManager": "pnpm@9.15.0", diff --git a/src/version.ts b/src/version.ts index 0395306..0e32de8 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // Generated by scripts/sync-version.mjs — do not edit by hand. -export const VERSION = '0.2.2' +export const VERSION = '0.3.0'