From 2826183020389cc151c8a3afaa299fdbaed88313 Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 22:13:18 +0000 Subject: [PATCH 1/4] chore(main): release 1.10.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 211ac9a..f1c2ec3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.1" + ".": "1.10.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f203a0..20b90c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,13 @@ We've added alignments to Learning Components for ELA standards from: - Washington, D.C. - Wyoming +## [1.10.2](https://github.com/learning-commons-org/knowledge-graph/compare/v1.10.1...v1.10.2) (2026-07-09) + + +### Miscellaneous + +* update download links to version 1.11.0 ([#40](https://github.com/learning-commons-org/knowledge-graph/issues/40)) ([49adf29](https://github.com/learning-commons-org/knowledge-graph/commit/49adf2983bd205bdc0f40631e0d9f89d16adf254)) + ## [1.8.1](https://github.com/learning-commons-org/knowledge-graph/compare/v1.8.0...v1.8.1) (2026-05-27) ### Miscellaneous From 6e349f711f6c34ee66e3435bc1ddfb3e477d240d Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Thu, 9 Jul 2026 15:14:02 -0700 Subject: [PATCH 2/4] Update CHANGELOG for Knowledge Graph v1.11.0 Added new features and updates for Academic Standards in v1.11.0. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b90c5..3ca33d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## Knowledge Graph [v1.11.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.10.1...v1.11.0) (2026-07-09) + +**July 09, 2026** + +### Data v1.11.0 + +#### Added and updated [Academic Standards](/knowledge-graph/graph-reference/academic-standards) fields + +- [`StandardsFrameworkItem`](/knowledge-graph/graph-reference/academic-standards#standardsframeworkitem) + - Added optional `alternateStatementCode` field for statement codes that are not included in the [CASE specification](https://www.imsglobal.org/activity/case) ↗ but are commonly used by publishers, teachers, and other edtech practitioners – Currently populated for [Texas Essential Knowledge and Skills (TEKS)](https://tea.texas.gov/curriculum-and-instruction/texas-essential-knowledge-and-skills-teks) and various other states' standards +- [`StandardsFramework`](/knowledge-graph/graph-reference/academic-standards#standardsframework) and [`StandardsFrameworkItem`](/knowledge-graph/graph-reference/academic-standards#standardsframeworkitem) + - Updated `author` and `attributionStatement` fields to include mention of the state + - Added `isCurrent` field that indicates whether the record is the most up-to-date version for the state-subject pair + ## Knowledge Graph [v1.10.1](https://github.com/learning-commons-org/knowledge-graph/compare/v1.10.0...v1.10.1) (2026-07-01) **July 01, 2026** From 4282b97e67c0b21a474a0e5243864416de7c49b6 Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Thu, 9 Jul 2026 15:14:49 -0700 Subject: [PATCH 3/4] Remove changelog entry for version 1.10.2 Removed version 1.10.2 entry and associated details. --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca33d3..edd551f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,13 +79,6 @@ We've added alignments to Learning Components for ELA standards from: - Washington, D.C. - Wyoming -## [1.10.2](https://github.com/learning-commons-org/knowledge-graph/compare/v1.10.1...v1.10.2) (2026-07-09) - - -### Miscellaneous - -* update download links to version 1.11.0 ([#40](https://github.com/learning-commons-org/knowledge-graph/issues/40)) ([49adf29](https://github.com/learning-commons-org/knowledge-graph/commit/49adf2983bd205bdc0f40631e0d9f89d16adf254)) - ## [1.8.1](https://github.com/learning-commons-org/knowledge-graph/compare/v1.8.0...v1.8.1) (2026-05-27) ### Miscellaneous From 495816b569e5408b1ee11c11e95653392f60b887 Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Thu, 9 Jul 2026 15:15:20 -0700 Subject: [PATCH 4/4] Bump version from 1.10.2 to 1.11.0 --- .release-please-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c2ec3..cf198b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.2" + ".": "1.11.0" }