Skip to content
Merged

Test #154

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project are documented here.

## 2.2.1a0 (2026-01-07)
## 2.2.1 (2026-01-07)

### Fix

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "funcnodes-react-flow"
version = "2.2.1a0"
version = "2.2.1"
description = "funcnodes frontend for react flow"
readme = "README.md"
classifiers = [ "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",]
Expand Down
2 changes: 1 addition & 1 deletion src/funcnodes_react_flow/static/funcnodes_react_flow.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -74858,7 +74858,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
);
};
window.FuncNodes = Pq;
window.FuncNodes.version = "2.2.1a0";
window.FuncNodes.version = "2.2.1";
window.FuncNodes.utils = {
logger: {
ConsoleLogger: ik,
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "funcnodes-react-flow-monorepo",
"version": "2.2.1a0",
"version": "2.2.1",
"private": true,
"packageManager": "yarn@4.9.2",
"workspaces": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linkdlab/funcnodes-react-flow-plugin",
"version": "2.2.1a0",
"version": "2.2.1",
"type": "module",
"description": "Type definitions for FuncNodes React Flow plugins",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/react/packages/funcnodes-react-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linkdlab/funcnodes_react_flow",
"version": "2.2.1a0",
"version": "2.2.1",
"description": "Frontend with React Flow for FuncNodes",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.