Skip to content

Commit

Permalink
release: 4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminperez authored and moustaphahennawi committed Aug 2, 2024
1 parent 3a8e610 commit ef93bdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion backend/deployment/blog/conf.json.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "org.entcore~blog~4.0-SNAPSHOT",
"name": "org.entcore~blog~4.0.10",
"config": {
"main":"org.entcore.blog.Blog",
"port": 8018,
Expand Down
6 changes: 3 additions & 3 deletions backend/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ modowner=org.entcore
modname=blog

# Your module version
version=4.0-SNAPSHOT
version=4.0.10

# The test timeout in seconds
testtimeout=300
Expand All @@ -27,7 +27,7 @@ toolsVersion=2.0.0-final
junitVersion=4.10

# compile lib
entCoreVersion=5.3-SNAPSHOT
explorerVersion=1.4-SNAPSHOT
entCoreVersion=5.3.1
explorerVersion=1.4.15

runModsArgs=
12 changes: 6 additions & 6 deletions frontend/package.json.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog",
"version": "4.0.10-%branch%.%generateVersion%",
"version": "4.0.10",
"description": "Blog tool for ENT Core.",
"homepage": "https://github.com/opendigitaleducation/blog#readme",
"bugs": {
Expand Down Expand Up @@ -44,15 +44,15 @@
]
},
"dependencies": {
"@edifice-ui/editor": "%packageVersion%",
"@edifice-ui/icons": "%packageVersion%",
"@edifice-ui/react": "%packageVersion%",
"@edifice-ui/editor": "1.5.16",
"@edifice-ui/icons": "1.5.16",
"@edifice-ui/react": "1.5.16",
"@react-spring/web": "9.7.3",
"@tanstack/react-query": "5.8.4",
"i18next": "23.8.1",
"i18next-http-backend": "2.4.2",
"clsx": "2.1.0",
"ode-explorer": "%packageVersion%",
"ode-explorer": "1.4.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.12",
Expand All @@ -72,7 +72,7 @@
"@vitejs/plugin-react": "4.2.1",
"concurrently": "8.2.2",
"csstype": "3.1.3",
"edifice-ts-client": "%packageVersion%",
"edifice-ts-client": "1.5.15",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
Expand Down

0 comments on commit ef93bdf

Please sign in to comment.