mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-05-25 00:39:06 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user