Skip to content

Commit

Permalink
release: 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ccreusat committed Jun 12, 2024
1 parent ebc94b9 commit cc6c8e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.6",
"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.6

# 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.1-SNAPSHOT
explorerVersion=1.4-SNAPSHOT
entCoreVersion=5.1.0.1
explorerVersion=1.4.11

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

0 comments on commit cc6c8e4

Please sign in to comment.