Skip to content

Commit 4aa31e6

Browse files
LumiLumi
Lumi
authored and
Lumi
committed
v9.3.2
1 parent 5d9a378 commit 4aa31e6

35 files changed

+101
-53
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.3.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.1...v9.3.2) (2023-09-20)
7+
8+
**Note:** Version bump only for package @lumieducation/h5p-monorepo
9+
610
## [9.3.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.0...v9.3.1) (2023-09-01)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "9.3.1"
3+
"version": "9.3.2"
44
}

packages/h5p-examples/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.3.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.1...v9.3.2) (2023-09-20)
7+
8+
**Note:** Version bump only for package @lumieducation/h5p-examples
9+
610
## [9.3.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.0...v9.3.1) (2023-09-01)
711

812
### Bug Fixes

packages/h5p-examples/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/h5p-examples/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lumieducation/h5p-examples",
33
"private": "true",
4-
"version": "9.3.1",
4+
"version": "9.3.2",
55
"description": "",
66
"main": "build/express.js",
77
"scripts": {
@@ -20,11 +20,11 @@
2020
"license": "ISC",
2121
"dependencies": {
2222
"@fortawesome/fontawesome-free": "^6.4.0",
23-
"@lumieducation/h5p-express": "^9.3.1",
24-
"@lumieducation/h5p-html-exporter": "^9.3.1",
25-
"@lumieducation/h5p-mongos3": "^9.3.1",
26-
"@lumieducation/h5p-redis-lock": "^9.3.1",
27-
"@lumieducation/h5p-server": "^9.3.1",
23+
"@lumieducation/h5p-express": "^9.3.2",
24+
"@lumieducation/h5p-html-exporter": "^9.3.2",
25+
"@lumieducation/h5p-mongos3": "^9.3.2",
26+
"@lumieducation/h5p-redis-lock": "^9.3.2",
27+
"@lumieducation/h5p-server": "^9.3.2",
2828
"body-parser": "1.20.2",
2929
"bootstrap": "^5.2.3",
3030
"cache-manager": "4.1.0",

packages/h5p-express/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.3.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.1...v9.3.2) (2023-09-20)
7+
8+
**Note:** Version bump only for package @lumieducation/h5p-express
9+
610
## [9.3.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.0...v9.3.1) (2023-09-01)
711

812
**Note:** Version bump only for package @lumieducation/h5p-express

packages/h5p-express/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/h5p-express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumieducation/h5p-express",
3-
"version": "9.3.1",
3+
"version": "9.3.2",
44
"description": "A community re-implementation of the H5P server",
55
"license": "GPL-3.0-or-later",
66
"repository": {
@@ -43,7 +43,7 @@
4343
}
4444
],
4545
"dependencies": {
46-
"@lumieducation/h5p-server": "^9.3.1",
46+
"@lumieducation/h5p-server": "^9.3.2",
4747
"express": "4.18.2"
4848
},
4949
"main": "./build/index.js",

packages/h5p-html-exporter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.3.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.1...v9.3.2) (2023-09-20)
7+
8+
**Note:** Version bump only for package @lumieducation/h5p-html-exporter
9+
610
## [9.3.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.0...v9.3.1) (2023-09-01)
711

812
### Bug Fixes

packages/h5p-html-exporter/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/h5p-html-exporter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumieducation/h5p-html-exporter",
3-
"version": "9.3.1",
3+
"version": "9.3.2",
44
"description": "A community re-implementation of the H5P server",
55
"license": "GPL-3.0-or-later",
66
"repository": {
@@ -43,7 +43,7 @@
4343
}
4444
],
4545
"dependencies": {
46-
"@lumieducation/h5p-server": "^9.3.1",
46+
"@lumieducation/h5p-server": "^9.3.2",
4747
"fs-extra": "11.1.1",
4848
"mime-types": "^2.1.35",
4949
"postcss": "^8.4.23",

packages/h5p-mongos3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.3.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.1...v9.3.2) (2023-09-20)
7+
8+
**Note:** Version bump only for package @lumieducation/h5p-mongos3
9+
610
## [9.3.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.0...v9.3.1) (2023-09-01)
711

812
### Bug Fixes

packages/h5p-mongos3/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/h5p-mongos3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumieducation/h5p-mongos3",
3-
"version": "9.3.1",
3+
"version": "9.3.2",
44
"description": "A community re-implementation of the H5P server",
55
"license": "GPL-3.0-or-later",
66
"repository": {
@@ -43,7 +43,7 @@
4343
}
4444
],
4545
"dependencies": {
46-
"@lumieducation/h5p-server": "^9.3.1",
46+
"@lumieducation/h5p-server": "^9.3.2",
4747
"aws-sdk": "2.1461.0",
4848
"mongodb": "4.17.1",
4949
"stream-buffers": "^3.0.2"

packages/h5p-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.3.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.1...v9.3.2) (2023-09-20)
7+
8+
**Note:** Version bump only for package @lumieducation/h5p-react
9+
610
## [9.3.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.0...v9.3.1) (2023-09-01)
711

812
**Note:** Version bump only for package @lumieducation/h5p-react

packages/h5p-react/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/h5p-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumieducation/h5p-react",
3-
"version": "9.3.1",
3+
"version": "9.3.2",
44
"main": "./build/umd/index.js",
55
"module": "./build/es2015/index.js",
66
"types": "./build/es2015/index.d.ts",
@@ -18,11 +18,11 @@
1818
}
1919
],
2020
"dependencies": {
21-
"@lumieducation/h5p-webcomponents": "^9.3.1",
21+
"@lumieducation/h5p-webcomponents": "^9.3.2",
2222
"react": "18.2.0"
2323
},
2424
"devDependencies": {
25-
"@lumieducation/h5p-server": "^9.3.1",
25+
"@lumieducation/h5p-server": "^9.3.2",
2626
"@types/react": "18.2.22"
2727
}
2828
}

packages/h5p-redis-lock/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.3.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.1...v9.3.2) (2023-09-20)
7+
8+
**Note:** Version bump only for package @lumieducation/h5p-redis-lock
9+
610
## [9.3.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.0...v9.3.1) (2023-09-01)
711

812
**Note:** Version bump only for package @lumieducation/h5p-redis-lock

packages/h5p-redis-lock/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/h5p-redis-lock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumieducation/h5p-redis-lock",
3-
"version": "9.3.1",
3+
"version": "9.3.2",
44
"description": "A simple Redis-based lock",
55
"license": "GPL-3.0-or-later",
66
"repository": {
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"dependencies": {
27-
"@lumieducation/h5p-server": "^9.3.1",
27+
"@lumieducation/h5p-server": "^9.3.2",
2828
"ioredis": "^5.3.2",
2929
"simple-redis-mutex": "^1.3.1"
3030
},

packages/h5p-rest-example-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.3.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.1...v9.3.2) (2023-09-20)
7+
8+
**Note:** Version bump only for package @lumieducation/h5p-rest-example-client
9+
610
## [9.3.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.0...v9.3.1) (2023-09-01)
711

812
### Bug Fixes

packages/h5p-rest-example-client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/h5p-rest-example-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@lumieducation/h5p-rest-example-client",
3-
"version": "9.3.1",
3+
"version": "9.3.2",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-svg-core": "^6.4.0",
77
"@fortawesome/free-solid-svg-icons": "6.4.2",
88
"@fortawesome/react-fontawesome": "0.2.0",
9-
"@lumieducation/h5p-react": "^9.3.1",
9+
"@lumieducation/h5p-react": "^9.3.2",
1010
"bootstrap": "5.3.2",
1111
"http-proxy-middleware": "2.0.6",
1212
"react": "18.2.0",
1313
"react-bootstrap": "2.8.0",
1414
"react-dom": "18.2.0"
1515
},
1616
"devDependencies": {
17-
"@lumieducation/h5p-server": "^9.3.1",
17+
"@lumieducation/h5p-server": "^9.3.2",
1818
"@testing-library/jest-dom": "5.17.0",
1919
"@testing-library/react": "14.0.0",
2020
"@testing-library/user-event": "14.5.1",

packages/h5p-rest-example-server/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.3.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.1...v9.3.2) (2023-09-20)
7+
8+
**Note:** Version bump only for package @lumieducation/h5p-rest-example-server
9+
610
## [9.3.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.0...v9.3.1) (2023-09-01)
711

812
**Note:** Version bump only for package @lumieducation/h5p-rest-example-server

packages/h5p-rest-example-server/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/h5p-rest-example-server/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumieducation/h5p-rest-example-server",
3-
"version": "9.3.1",
3+
"version": "9.3.2",
44
"private": true,
55
"description": "",
66
"main": "src/index.ts",
@@ -16,10 +16,10 @@
1616
"author": "S. Rettig",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@lumieducation/h5p-express": "^9.3.1",
20-
"@lumieducation/h5p-mongos3": "^9.3.1",
21-
"@lumieducation/h5p-server": "^9.3.1",
22-
"@lumieducation/h5p-shared-state-server": "^9.3.1",
19+
"@lumieducation/h5p-express": "^9.3.2",
20+
"@lumieducation/h5p-mongos3": "^9.3.2",
21+
"@lumieducation/h5p-server": "^9.3.2",
22+
"@lumieducation/h5p-shared-state-server": "^9.3.2",
2323
"body-parser": "1.20.2",
2424
"cache-manager": "4.1.0",
2525
"cache-manager-redis-store": "2.0.0",

packages/h5p-server/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.3.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.1...v9.3.2) (2023-09-20)
7+
8+
**Note:** Version bump only for package @lumieducation/h5p-server
9+
610
## [9.3.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.3.0...v9.3.1) (2023-09-01)
711

812
### Bug Fixes

0 commit comments

Comments
 (0)