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
13 changes: 0 additions & 13 deletions .changeset/update-download-progress.md

This file was deleted.

6 changes: 6 additions & 0 deletions examples/llm-memory-db-mssql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @noormdev/example-llm-memory-db-mssql

## 0.0.7

### Patch Changes

- @noormdev/sdk@1.4.0

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/llm-memory-db-mssql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noormdev/example-llm-memory-db-mssql",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"type": "module",
"description": "LLM-memory schema + SDK example exercising NoORM against MSSQL with TVPs",
Expand Down
6 changes: 6 additions & 0 deletions examples/llm-memory-db-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @noormdev/example-llm-memory-db-pg

## 0.0.7

### Patch Changes

- @noormdev/sdk@1.4.0

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/llm-memory-db-pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noormdev/example-llm-memory-db-pg",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"type": "module",
"description": "Full-surface noorm example: LLM memory + task tracker schema, SDK, and tests against PostgreSQL",
Expand Down
6 changes: 6 additions & 0 deletions examples/todo-db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @noormdev/example-todo-db

## 0.0.7

### Patch Changes

- @noormdev/sdk@1.4.0

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noormdev/example-todo-db",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"type": "module",
"description": "SDK integration tests exercising the todo-db example schema",
Expand Down
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @noormdev/cli

## 1.4.0

### Minor Changes

- 685b125: Show download progress while the TUI installs an update

The updater has always emitted byte counts every 512KB, and the CLI has always
rendered them, but the TUI's update screen ignored them: a ~70MB binary
download sat behind a bare spinner for its whole duration, indistinguishable
from a hang. The installing state now shows received and total megabytes, a
percent, and a progress bar, falling back to megabytes alone when the server
sends no `Content-Length`. A stalled attempt that resumes says so, and keeps
the progress it had, because the retry resumes from the bytes already on disk.

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noormdev/cli",
"version": "1.3.0",
"version": "1.4.0",
"description": "Database schema & changeset manager CLI",
"type": "module",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @noormdev/sdk

## 1.4.0

## 1.3.0

## 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noormdev/sdk",
"version": "1.3.0",
"version": "1.4.0",
"description": "Database schema & changeset manager SDK",
"type": "module",
"main": "./dist/index.js",
Expand Down