From bd4505ccf357ed99b7775baf6073406d2a151821 Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:31:33 +0000 Subject: [PATCH 1/3] chore(main): release 1.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7deae33..cce9d1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 86cb575..ff0fe50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.7.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.6.0...v1.7.0) (2026-04-23) + + +### Features + +* update download links and curl commands to v1.8.0 ([#25](https://github.com/learning-commons-org/knowledge-graph/issues/25)) ([07c9ffb](https://github.com/learning-commons-org/knowledge-graph/commit/07c9ffbb4de518f0fc9c7271dc182f98777137d7)) + +## Changelog + ## Knowledge Graph [v1.6.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.5.0...v1.6.0) (2026-03-12) **March 12, 2026** From 032d448882ad3aebe19f12935abedf4a32992227 Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Thu, 23 Apr 2026 14:39:42 -0700 Subject: [PATCH 2/3] Revise CHANGELOG for v1.8.0 release Updated changelog for version 1.8.0 with new features and data alignments. --- CHANGELOG.md | 48 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 44 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0fe50..dcf898f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,53 @@ # Changelog -## [1.7.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.6.0...v1.7.0) (2026-04-23) +## Knowledge Graph [v1.8.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.7.0...v1.8.0) (2026-04-23) +**March 26, 2026** -### Features +### API updates +Added a curriculum dependency map endpoint for getting dependencies and prerequisites between Lesson Groupings. -* update download links and curl commands to v1.8.0 ([#25](https://github.com/learning-commons-org/knowledge-graph/issues/25)) ([07c9ffb](https://github.com/learning-commons-org/knowledge-graph/commit/07c9ffbb4de518f0fc9c7271dc182f98777137d7)) +### Data v1.8.0 +#### Learning component aligned states -## Changelog +We've added alignments to learning components and crosswalks to Common Core for standards from: + +* Alabama +* Arkansas +* Missouri +* North Dakota +* Oregon +* Wyoming + +We also completed the alignments to learning components from Texas for grades K-1, which completes all grades for Texas. + +## Knowledge Graph [v1.7.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.6.0...v1.7.0) (2026-03-26) + +**March 26, 2026** + +### Learning component aligned states + +We’ve added alignments to learning components and crosswalks to Common Core for standards from: + +* Georgia +* Iowa +* Kentucky +* Tennessee +* West Virginia + +### Data quality improvements + +We’ve updated some of the alignments between learning components and the state standards from the following states to address inconsistencies: + +* Utah +* South Dakota +* Mississippi +* Idaho +* Ohio + +### Addition of `publisherIdentifier` + +We added a new property `publisherIdentifier` for content nodes in Illustrative Mathematics. This property contains the ID that was originally assigned by Illustrative Mathematics. The field is available in both flat file downloads and REST API responses. ## Knowledge Graph [v1.6.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.5.0...v1.6.0) (2026-03-12) From efb1168dcf0fc12ff7a4acec8c6f70d6c6b67946 Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Thu, 23 Apr 2026 14:44:49 -0700 Subject: [PATCH 3/3] Bump version from 1.7.0 to 1.8.0 --- .release-please-manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cce9d1c..099626f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" -} \ No newline at end of file + ".": "1.8.0" +}