chore(release): 1.10.3 [skip ci]

## [1.10.3](https://github.com/stan-smith/FossFLOW/compare/v1.10.2...v1.10.3) (2026-02-02)

### Bug Fixes

* lasso wasnt moving nodes if there was also a text item in the selection, now it works ([f5ce168](f5ce1689c9))
This commit is contained in:
semantic-release-bot
2026-02-02 06:59:33 +00:00
parent f5ce1689c9
commit 77e76967df
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.3](https://github.com/stan-smith/FossFLOW/compare/v1.10.2...v1.10.3) (2026-02-02)
### Bug Fixes
* lasso wasnt moving nodes if there was also a text item in the selection, now it works ([f5ce168](https://github.com/stan-smith/FossFLOW/commit/f5ce1689c9c3ceaa0b180d4c165914c64f3252ec))
## [1.10.2](https://github.com/stan-smith/FossFLOW/compare/v1.10.1...v1.10.2) (2026-01-31)
### Bug Fixes

View File

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

View File

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

View File

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

View File

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