Skip to content

Commit 77911f9

Browse files
committed
feat: release 3.0.0-alpha.12
1 parent 62f8a8c commit 77911f9

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

package-lock.json

+13-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
2-
"private": true,
2+
"name": "torrust-index-gui",
3+
"version": "3.0.0-alpha.12",
4+
"description": "The frontend for the Torrust Index project.",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/torrust/torrust-index-gui.git"
8+
},
9+
"license": "SEE LICENSE IN COPYRIGHT",
310
"scripts": {
411
"build": "nuxt build",
512
"dev": "nuxt dev",
@@ -41,8 +48,8 @@
4148
"dompurify": "^3.1.4",
4249
"marked": "^12.0.2",
4350
"notiwind-ts": "^2.0.2",
44-
"torrust-index-api-lib": "^1.0.0-alpha.7",
45-
"torrust-index-types-lib": "^3.0.0-alpha.7",
51+
"torrust-index-api-lib": "^3.0.0-alpha.12",
52+
"torrust-index-types-lib": "^3.0.0-alpha.12",
4653
"uuid": "^9.0.1"
4754
}
4855
}

0 commit comments

Comments
 (0)