Skip to content
Merged
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
4 changes: 2 additions & 2 deletions studio/package-lock.json

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

2 changes: 1 addition & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arcadedb-studio",
"version": "25.6.1",
"version": "25.8.1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain version consistency with the Maven project, it's recommended to align this version with the parent POM version specified in studio/pom.xml, which is 25.8.1-SNAPSHOT. Using a -SNAPSHOT suffix for development versions is a good practice to distinguish them from release builds. After changing this line, please remember to update package-lock.json by running npm install.

Suggested change
"version": "25.8.1",
"version": "25.8.1-SNAPSHOT",

"description": "ArcadeDB Studio Frontend - Multi-Model Database Administration Interface",
"main": "src/main/resources/static/index.html",
"scripts": {
Expand Down
Loading