We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3c17df + 3674496 commit e2b9f30Copy full SHA for e2b9f30
2 files changed
plugin_creator/__init__.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
3
-PLUGIN_CREATOR_VERSION = "1.13.3"
+PLUGIN_CREATOR_VERSION = "1.13.4"
plugin_creator/frontend.py
@@ -8,8 +8,8 @@
8
9
10
# Minimum version requirements for core frontend libraries
11
-MIN_REACT_VERSION = "19.1.1"
12
-MIN_MANTINE_VERSION = "8.2.7"
+MIN_REACT_VERSION = "19.1.2"
+MIN_MANTINE_VERSION = "8.3.10"
13
14
15
def frontend_features() -> dict:
0 commit comments