Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/quiet-starter-proof.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/ztd-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rawsql-ts/ztd-cli

## 0.27.2

### Patch Changes

- [#848](https://github.com/mk3008/rawsql-ts/pull/848) [`ab62ac5`](https://github.com/mk3008/rawsql-ts/commit/ab62ac5b26cb14a10cc8905fceabcf2590fe4a27) Thanks [@mk3008](https://github.com/mk3008)! - Tighten the starter first-run experience by keeping the generated smoke QuerySpec typecheckable, wrapping aggregate Postgres connection failures with concise recovery steps, and extending publish artifact verification to run starter typecheck, DB-free smoke tests, and ztd-config before release.

## 0.27.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ztd-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rawsql-ts/ztd-cli",
"version": "0.27.1",
"version": "0.27.2",
"description": "DB-agnostic scaffolding and DDL helpers for Zero Table Dependency projects",
"main": "dist/index.js",
"bin": {
Expand Down
Loading