chore(release): 1.8.0 [skip ci]

## [1.8.0](https://github.com/stan-smith/FossFLOW/compare/v1.7.0...v1.8.0) (2026-01-12)

### Features

* Add labels to icons indicating if not isometric (flat) ([#201](https://github.com/stan-smith/FossFLOW/issues/201)) ([a553e3c](https://github.com/stan-smith/FossFLOW/commit/a553e3c00ce8a9e776ba700e8fbdfc304c3e953e))
This commit is contained in:
semantic-release-bot
2026-01-12 20:13:16 +00:00
parent a553e3c00c
commit c879572ea5
5 changed files with 10 additions and 4 deletions
+6
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.8.0](https://github.com/stan-smith/FossFLOW/compare/v1.7.0...v1.8.0) (2026-01-12)
### Features
* Add labels to icons indicating if not isometric (flat) ([#201](https://github.com/stan-smith/FossFLOW/issues/201)) ([a553e3c](https://github.com/stan-smith/FossFLOW/commit/a553e3c00ce8a9e776ba700e8fbdfc304c3e953e))
## [1.7.0](https://github.com/stan-smith/FossFLOW/compare/v1.6.1...v1.7.0) (2026-01-11)
### Features
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fossflow-monorepo",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"description": "Monorepo for FossFLOW diagram editor and library",
"workspaces": [
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fossflow-app",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"description": "Progressive Web App for creating isometric diagrams",
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fossflow-backend",
"version": "1.7.0",
"version": "1.8.0",
"description": "Optional backend server for FossFLOW persistent storage",
"main": "server.js",
"type": "module",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fossflow",
"version": "1.7.0",
"version": "1.8.0",
"private": false,
"description": "An open-source React component for drawing network diagrams - forked from isoflow.",
"license": "MIT",