Skip to content

Commit d564050

Browse files
committed
v2.5.0
1 parent 67305dc commit d564050

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dodona/dolos",
3-
"version": "2.4.3",
3+
"version": "2.5.0",
44
"description": "Code similarity detection based on the Winnowing algorithm",
55
"type": "module",
66
"export": "./dist/index.js",
@@ -36,8 +36,8 @@
3636
"typescript": "5.2.2"
3737
},
3838
"dependencies": {
39-
"@dodona/dolos-lib": "3.0.0",
40-
"@dodona/dolos-web": "2.4.3",
39+
"@dodona/dolos-lib": "3.1.0",
40+
"@dodona/dolos-web": "2.5.0",
4141
"chalk": "^5.3.0",
4242
"cliui": "^8.0.1",
4343
"commander": "^11.1.0",

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dodona/dolos-core",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"exports": "./dist/index.js",
55
"type": "module",
66
"description": "Core classes and algorithms for Dolos source code similarity checker",

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:20-alpine3.17
2-
ARG dolos_version=2.4.3
2+
ARG dolos_version=2.5.0
33

44
# node-gyp needs python3 and a compiler to build tree-sitter
55
RUN apk --no-cache add python3 build-base &&\

lib/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dodona/dolos-lib",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"exports": "./dist/index.js",
55
"type": "module",
66
"description": "Code similarity detection based on the Winnowing algorithm",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@dodona/dolos-parsers": "1.0.0",
41-
"@dodona/dolos-core": "1.0.0",
41+
"@dodona/dolos-core": "1.0.1",
4242
"d3-dsv": "^3.0.1",
4343
"tree-sitter": "^0.20.6"
4444
},

web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dodona/dolos-web",
33
"description": "Web UI for the Dolos plagiarism detection tool.",
4-
"version": "2.4.3",
4+
"version": "2.5.0",
55
"homepage": "https://dolos.ugent.be",
66
"license": "MIT",
77
"type": "module",
@@ -19,7 +19,7 @@
1919
"check": "vue-tsc --noEmit && eslint . --fix --ignore-path .gitignore"
2020
},
2121
"dependencies": {
22-
"@dodona/dolos-core": "1.0.0",
22+
"@dodona/dolos-core": "1.0.1",
2323
"@mdi/font": "7.4.47",
2424
"@vueuse/core": "^10.7.2",
2525
"@vueuse/router": "^10.7.2",

0 commit comments

Comments
 (0)