Release v1.3.2 — npm re-scope to @postkitstack/postkit - #53
Merged
Conversation
- Updated `postkit init` command to accept an optional module argument for scoped initialization. - Implemented separate scaffolding for `db`, `auth`, and `stack` modules. - Created `scaffoldStorageMigration` to bootstrap storage migrations during full initialization. - Enhanced `.gitignore` management to include module-specific entries. - Updated documentation to reflect new scoped initialization options and their effects. - Added tests for new functionality and ensured idempotency of init commands.
Feature/module initialization
(cherry picked from commit 511d4d8)
Rename the published package from @appritech/postkit to @postkitstack/postkit to match the new postkitstack npm org. - cli/package.json + package-lock.json: package name - README.md, cli/README.md: install commands, badges, npm links - docs (installation, intro, blog posts): install commands - docs/blog/authors.yml: GitHub org URL (missed by #50) Bin name (postkit) and version (1.3.2) unchanged.
chore: re-scope npm package to @postkitstack/postkit
Bring main's history (incl. #50) into the release branch. No content changes — clears a GitHub mergeability false-positive for the v1.3.2 release PR.
5 tasks
Yasirunet
approved these changes
Aug 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See #52 for full notes (superseded by this branch to clear a stale GitHub mergeability cache). Content identical to
development@ 51ce371.Branch:
release/v1.3.2→mainSummary
@postkitstack/postkit(was@appritech/postkit).developmentsincev1.3.0: scopedinitcommands, non-blocking bootstrap migrations, db infra/cloning improvements, and the org/scope rename.Type of Change
Breaking Changes
@appritech/postkit→@postkitstack/postkit. Users must reinstall.Release checklist (after merge)
NPM_TOKENsecret must have publish rights to the@postkitstacknpm org.v1.3.2and push → triggersrelease.yml.npm deprecate "@appritech/postkit@*" "Moved to @postkitstack/postkit".