Skip to content

Commit

Permalink
v9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumi authored and Lumi committed May 31, 2023
1 parent 883c289 commit 789c45b
Show file tree
Hide file tree
Showing 35 changed files with 1,831 additions and 3,008 deletions.
1,434 changes: 737 additions & 697 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"packages": [
"packages/*"
],
"version": "9.2.0"
"packages": ["packages/*"],
"version": "9.2.1"
}
368 changes: 113 additions & 255 deletions packages/h5p-examples/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/h5p-examples/package-lock.json

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

18 changes: 9 additions & 9 deletions packages/h5p-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lumieducation/h5p-examples",
"private": "true",
"version": "9.2.0",
"version": "9.2.1",
"description": "",
"main": "build/express.js",
"scripts": {
Expand All @@ -20,23 +20,23 @@
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@lumieducation/h5p-express": "^9.2.0",
"@lumieducation/h5p-html-exporter": "^9.2.0",
"@lumieducation/h5p-mongos3": "^9.2.0",
"@lumieducation/h5p-redis-lock": "^9.2.0",
"@lumieducation/h5p-server": "^9.2.0",
"@lumieducation/h5p-express": "^9.2.1",
"@lumieducation/h5p-html-exporter": "^9.2.1",
"@lumieducation/h5p-mongos3": "^9.2.1",
"@lumieducation/h5p-redis-lock": "^9.2.1",
"@lumieducation/h5p-server": "^9.2.1",
"body-parser": "1.20.2",
"bootstrap": "^5.2.3",
"cache-manager-redis-store": "2.0.0",
"cache-manager": "4.1.0",
"cache-manager-redis-store": "2.0.0",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"express-fileupload": "^1.4.0",
"express": "4.18.2",
"express-fileupload": "^1.4.0",
"fs-extra": "11.1.1",
"i18next": "22.5.0",
"i18next-fs-backend": "2.1.2",
"i18next-http-middleware": "3.3.1",
"i18next": "22.5.0",
"ioredis": "^5.3.2",
"react": "18.2.0",
"react-dom": "^18.2.0",
Expand Down
228 changes: 40 additions & 188 deletions packages/h5p-express/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/h5p-express/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/h5p-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumieducation/h5p-express",
"version": "9.2.0",
"version": "9.2.1",
"description": "A community re-implementation of the H5P server",
"license": "GPL-3.0-or-later",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
}
],
"dependencies": {
"@lumieducation/h5p-server": "^9.2.0",
"@lumieducation/h5p-server": "^9.2.1",
"express": "4.18.2"
},
"main": "./build/index.js",
Expand Down
Loading

0 comments on commit 789c45b

Please sign in to comment.