Skip to content
Open
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/adopt-btravstack-0.2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/consume-btravstack-config.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# demesne

## 0.2.1

### Patch Changes

- 02493ad: Adopt @btravstack/tsconfig@0.2.0 (verbatimModuleSyntax), @btravstack/oxlint@0.2.1 (consistent-type-imports), and @btravstack/lefthook.
- aab3c8a: Consume the shared `@btravstack/tsconfig` / `@btravstack/typedoc` published config directly (the local `tools/*` packages are removed; consumers now extend `@btravstack/*` and take it from the catalog).

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demesne",
"version": "0.2.0",
"version": "0.2.1",
"description": "Type-safe dependency injection: a container holds your services' domain and provides it. Requirements and construction errors are tracked in the type system. Complements unthrown.",
"keywords": [
"container",
Expand Down
Loading