Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sdks/typescript": "0.4.0",
"evals/prompts": "1.4.0"
"sdks/typescript": "0.5.0",
"evals/prompts": "1.5.0"
}
14 changes: 14 additions & 0 deletions evals/prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to the evaluator prompt files will be documented here.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---
## [1.5.0](https://github.com/learning-commons-org/evaluators/compare/evals-prompts-v1.4.0...evals-prompts-v1.5.0) (2026-04-08)


### Features

* add Conventionality evaluator notebooks ([#23](https://github.com/learning-commons-org/evaluators/issues/23)) ([b17cfb7](https://github.com/learning-commons-org/evaluators/commit/b17cfb728723d27277fcc4a986d95c6189010cd4))
* Add conventionality prompt ([#22](https://github.com/learning-commons-org/evaluators/issues/22)) ([4838eaf](https://github.com/learning-commons-org/evaluators/commit/4838eaf8a8ff2907dcbd2471adb23a45d707ffd6))
* Add SMK evaluator to TypeScript SDK ([#21](https://github.com/learning-commons-org/evaluators/issues/21)) ([a90fb42](https://github.com/learning-commons-org/evaluators/commit/a90fb429b6df112e3095f9f361d17d9d42152cf1))
* add Subject Matter Knowledge (SMK) evaluator ([#17](https://github.com/learning-commons-org/evaluators/issues/17)) ([9ba45d5](https://github.com/learning-commons-org/evaluators/commit/9ba45d5c8a3280d3676188f0906f081509858674))
* Expand Vocab with evals for other grades ([#6](https://github.com/learning-commons-org/evaluators/issues/6)) ([8988061](https://github.com/learning-commons-org/evaluators/commit/8988061cf4a09598a2be196e10f99310598f221b))
* initial upload of Evaluators repository ([7bfc69d](https://github.com/learning-commons-org/evaluators/commit/7bfc69d1dbc623cf49a1e1118ef3852874bff1ba))
* Release TypeScript SDK 0.1.0 ([#20](https://github.com/learning-commons-org/evaluators/issues/20)) ([46eeea9](https://github.com/learning-commons-org/evaluators/commit/46eeea9c1222b8c28761d8ddc795e3364fa55726))
* Update SS with evals for Grade 5-12 ([#5](https://github.com/learning-commons-org/evaluators/issues/5)) ([43c343a](https://github.com/learning-commons-org/evaluators/commit/43c343abe155f7c19a09e9a93d4a629a51ed0ee3))

## [1.4.0] - 2026-03-20

### Added
Expand Down
10 changes: 10 additions & 0 deletions sdks/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to the `@learning-commons/evaluators` TypeScript SDK will be documented in this file.

## [0.5.0](https://github.com/learning-commons-org/evaluators/compare/sdks-typescript-v0.4.0...sdks-typescript-v0.5.0) (2026-04-08)


### Features

* Add Conventionality evaluator to TypeScript SDK ([#25](https://github.com/learning-commons-org/evaluators/issues/25)) ([5ca6976](https://github.com/learning-commons-org/evaluators/commit/5ca69768168eb47458693b9abd8a6a5e9402e523))
* Add SMK evaluator to TypeScript SDK ([#21](https://github.com/learning-commons-org/evaluators/issues/21)) ([a90fb42](https://github.com/learning-commons-org/evaluators/commit/a90fb429b6df112e3095f9f361d17d9d42152cf1))
* Implement Batch Evaluator ([#16](https://github.com/learning-commons-org/evaluators/issues/16)) ([a0c78ab](https://github.com/learning-commons-org/evaluators/commit/a0c78ab24fe4b6e7b1a57586b288d842ca954ec2))
* Release TypeScript SDK 0.1.0 ([#20](https://github.com/learning-commons-org/evaluators/issues/20)) ([46eeea9](https://github.com/learning-commons-org/evaluators/commit/46eeea9c1222b8c28761d8ddc795e3364fa55726))

## [0.4.0] — 2026-03-23

### Added
Expand Down
4 changes: 2 additions & 2 deletions sdks/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@learning-commons/evaluators",
"version": "0.4.0",
"version": "0.5.0",
"description": "TypeScript SDK for Learning Commons educational evaluators",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
Loading