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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/logic-grid": "2.0.0",
"packages/logic-grid": "3.0.0",
"packages/logic-grid-ai": "1.0.0"
}
12 changes: 12 additions & 0 deletions packages/logic-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [3.0.0](https://github.com/antonstefer/logic-grid/compare/logic-grid-v2.0.0...logic-grid-v3.0.0) (2026-04-30)


### ⚠ BREAKING CHANGES

* generate({ categoryNames: [...] }) now throws when no category has ordered: true. Migration: prepend defaultHouseCategory(size) to categoryNames, or mark a domain-relevant category as ordered: true with orderingPhrases.

### Features

* require ordered axis in custom categoryNames ([#21](https://github.com/antonstefer/logic-grid/issues/21)) ([07b59ef](https://github.com/antonstefer/logic-grid/commit/07b59ef850d23fa3ad10706e74a003e5eab31c7a))
2 changes: 1 addition & 1 deletion packages/logic-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logic-grid",
"version": "2.0.0",
"version": "3.0.0",
"description": "Generate and solve logic grid puzzles (zebra puzzles / Einstein's riddles)",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down