chore(release): 1.10.5 [skip ci]

## [1.10.5](https://github.com/stan-smith/FossFLOW/compare/v1.10.4...v1.10.5) (2026-02-13)

### Bug Fixes

* replace dual-store undo/redo with unified history store ([c3f5df2](c3f5df23ca))
This commit is contained in:
semantic-release-bot
2026-02-13 21:44:02 +00:00
parent c3f5df23ca
commit 042ba923e4
5 changed files with 10 additions and 4 deletions

View File

@@ -5,6 +5,12 @@ All notable changes to FossFLOW will be documented in this file.
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.10.5](https://github.com/stan-smith/FossFLOW/compare/v1.10.4...v1.10.5) (2026-02-13)
### Bug Fixes
* replace dual-store undo/redo with unified history store ([c3f5df2](https://github.com/stan-smith/FossFLOW/commit/c3f5df23ca451ce5d00759946eec7343d67a4332))
## [1.10.4](https://github.com/stan-smith/FossFLOW/compare/v1.10.3...v1.10.4) (2026-02-06)
### Performance

View File

@@ -1,6 +1,6 @@
{
"name": "fossflow-monorepo",
"version": "1.10.4",
"version": "1.10.5",
"private": true,
"description": "Monorepo for FossFLOW diagram editor and library",
"workspaces": [

View File

@@ -1,6 +1,6 @@
{
"name": "fossflow-app",
"version": "1.10.4",
"version": "1.10.5",
"private": true,
"description": "Progressive Web App for creating isometric diagrams",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "fossflow-backend",
"version": "1.10.4",
"version": "1.10.5",
"description": "Optional backend server for FossFLOW persistent storage",
"main": "server.js",
"type": "module",

View File

@@ -1,6 +1,6 @@
{
"name": "fossflow",
"version": "1.10.4",
"version": "1.10.5",
"private": false,
"description": "An open-source React component for drawing network diagrams - forked from isoflow.",
"license": "MIT",