From 6070349ec9d38cbde39e2312878405fdaf32cf2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 01:57:00 +0000 Subject: [PATCH] chore: version package for release --- .changeset/pending-query-context.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pending-query-context.md diff --git a/.changeset/pending-query-context.md b/.changeset/pending-query-context.md deleted file mode 100644 index f643bdc..0000000 --- a/.changeset/pending-query-context.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@_linked/react": patch ---- - -`linkedComponent` now shows a loading spinner while a `PendingQueryContext` resolves instead of logging a warning and returning null. `loadData` handles null/error results gracefully. Fuseki test URL uses shared `FUSEKI_BASE_URL` constant. diff --git a/CHANGELOG.md b/CHANGELOG.md index 989415b..de50026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.1 + +### Patch Changes + +- [#8](https://github.com/Semantu/linked-react/pull/8) [`fac333c`](https://github.com/Semantu/linked-react/commit/fac333c81c913d515ad70af53c13f0e9bc8737a4) Thanks [@flyon](https://github.com/flyon)! - `linkedComponent` now shows a loading spinner while a `PendingQueryContext` resolves instead of logging a warning and returning null. `loadData` handles null/error results gracefully. Fuseki test URL uses shared `FUSEKI_BASE_URL` constant. + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index db31c54..e4a35a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@_linked/react", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "description": "React bindings for @_linked/core", "repository": {