Skip to content

Commit 7130644

Browse files
committed
Publish v0.35.1
1 parent cc4e54d commit 7130644

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to the Reactodia will be documented in this document.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
7+
8+
## [0.35.1] - 2026-07-10
79
#### 🐛 Fixed
810
- Fix relation having changed `data` but missing from `AuthoringState` when the source or target entity becomes deleted then restored back.
911
- Fix grouped relation (`RelationGroup` item) does not updating its `data` when changed by `EditorController`.
@@ -731,7 +733,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
731733
- Use RDF/JS-compatible IRI and literal terms.
732734
- Removed blank nodes discovery support from `SparqlDataProvider` (might be reimplemented in the future).
733735

734-
[Unreleased]: https://github.com/reactodia/reactodia-workspace/compare/v0.35.0...HEAD
736+
[Unreleased]: https://github.com/reactodia/reactodia-workspace/compare/v0.35.1...HEAD
737+
[0.35.1]: https://github.com/reactodia/reactodia-workspace/compare/v0.35.0...v0.35.1
735738
[0.35.0]: https://github.com/reactodia/reactodia-workspace/compare/v0.34.1...v0.35.0
736739
[0.34.1]: https://github.com/reactodia/reactodia-workspace/compare/v0.34.0...v0.34.1
737740
[0.34.0]: https://github.com/reactodia/reactodia-workspace/compare/v0.33.0...v0.34.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactodia/workspace",
3-
"version": "0.35.0",
3+
"version": "0.35.1",
44
"description": "Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)