diff --git a/CHANGELOG.md b/CHANGELOG.md index b1cc88ae7..e7fbf9e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23) + + +### Bug Fixes + +* **deps:** update dependency aws-sdk to v2.1076.0 ([4a42a38](https://github.com/Lumieducation/H5P-Nodejs-library/commit/4a42a386054942ff1090c4260cdb167ce162983d)) +* **deps:** update dependency aws-sdk to v2.1077.0 ([ddb7fb4](https://github.com/Lumieducation/H5P-Nodejs-library/commit/ddb7fb44c3698f7f0a1565def9830425196b830a)) +* **deps:** update dependency aws-sdk to v2.1078.0 ([7a5112a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/7a5112a5a989f3bc52ab626a7b2e9abeecc030d1)) +* **deps:** update dependency aws-sdk to v2.1079.0 ([b1ee2fb](https://github.com/Lumieducation/H5P-Nodejs-library/commit/b1ee2fbe7fc9030d218745c750f23d4da710ff93)) +* **deps:** update dependency axios to v0.26.0 ([#2077](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2077)) ([752e4d5](https://github.com/Lumieducation/H5P-Nodejs-library/commit/752e4d590ed65b1f2d35a70b05b147212cbc26fb)) +* **deps:** update dependency body-parser to v1.19.2 ([b5d44ec](https://github.com/Lumieducation/H5P-Nodejs-library/commit/b5d44ec79f0a1b7aac2045c82ea854df6a905c94)) +* **deps:** update dependency dotenv to v16 ([#2083](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2083)) ([2a1ef79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2a1ef7901adb6900430c86b12be04ae2b8acb60b)) +* **deps:** update dependency express to v4.17.3 ([765ff8a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/765ff8ae4bea0b6167dc7188fbd93c74affad00b)) +* **deps:** update dependency express-fileupload to v1.3.1 ([#2078](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2078)) ([d04a120](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d04a1205ff7b7b8a12222bcc34fa6874321e3d12)) +* **deps:** update dependency http-proxy-middleware to v2.0.3 ([#2071](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2071)) ([eb3cfd7](https://github.com/Lumieducation/H5P-Nodejs-library/commit/eb3cfd7d5bda7093a103967bec11b1328ef63621)) +* **deps:** update dependency i18next to v21.6.11 ([#2072](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2072)) ([17beecd](https://github.com/Lumieducation/H5P-Nodejs-library/commit/17beecda2c3280e92e42fd49e39fbf215c1bd1d3)) +* **deps:** update dependency i18next-http-middleware to v3.2.0 ([#2079](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2079)) ([11a15ac](https://github.com/Lumieducation/H5P-Nodejs-library/commit/11a15ac4e6008e4e1909d0ca44208ef4bf134947)) +* **deps:** update dependency mongodb to v4.4.0 ([#2080](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2080)) ([db6ce0d](https://github.com/Lumieducation/H5P-Nodejs-library/commit/db6ce0d80aa7af1710531cee4ec5812b7623fc85)) +* **deps:** update dependency react-bootstrap to v2.1.2 ([87a42a5](https://github.com/Lumieducation/H5P-Nodejs-library/commit/87a42a5fe04959937aa667553c7c308eb1926f2e)) +* **mongo s3 library storage:** windows paths converted to unix format ([cd9c1c0](https://github.com/Lumieducation/H5P-Nodejs-library/commit/cd9c1c0282b88e2aaab6b664cbd0261011cb83fc)) + + + + + ## [9.0.9](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.8...v9.0.9) (2022-02-18) diff --git a/lerna.json b/lerna.json index 285411341..56e3bc318 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "9.0.9" + "version": "9.0.10" } diff --git a/packages/h5p-examples/CHANGELOG.md b/packages/h5p-examples/CHANGELOG.md index 6a8a130e5..32540be81 100644 --- a/packages/h5p-examples/CHANGELOG.md +++ b/packages/h5p-examples/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23) + + +### Bug Fixes + +* **deps:** update dependency body-parser to v1.19.2 ([b5d44ec](https://github.com/Lumieducation/H5P-Nodejs-library/commit/b5d44ec79f0a1b7aac2045c82ea854df6a905c94)) +* **deps:** update dependency dotenv to v16 ([#2083](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2083)) ([2a1ef79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2a1ef7901adb6900430c86b12be04ae2b8acb60b)) +* **deps:** update dependency express to v4.17.3 ([765ff8a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/765ff8ae4bea0b6167dc7188fbd93c74affad00b)) +* **deps:** update dependency express-fileupload to v1.3.1 ([#2078](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2078)) ([d04a120](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d04a1205ff7b7b8a12222bcc34fa6874321e3d12)) +* **deps:** update dependency i18next to v21.6.11 ([#2072](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2072)) ([17beecd](https://github.com/Lumieducation/H5P-Nodejs-library/commit/17beecda2c3280e92e42fd49e39fbf215c1bd1d3)) +* **deps:** update dependency i18next-http-middleware to v3.2.0 ([#2079](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2079)) ([11a15ac](https://github.com/Lumieducation/H5P-Nodejs-library/commit/11a15ac4e6008e4e1909d0ca44208ef4bf134947)) + + + + + ## [9.0.9](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.8...v9.0.9) (2022-02-18) diff --git a/packages/h5p-examples/package-lock.json b/packages/h5p-examples/package-lock.json index accc2b53c..6fa0f432e 100644 --- a/packages/h5p-examples/package-lock.json +++ b/packages/h5p-examples/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-examples", - "version": "9.0.9", + "version": "9.0.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/h5p-examples/package.json b/packages/h5p-examples/package.json index 113d78162..6e5fa0690 100644 --- a/packages/h5p-examples/package.json +++ b/packages/h5p-examples/package.json @@ -1,7 +1,7 @@ { "name": "@lumieducation/h5p-examples", "private": "true", - "version": "9.0.9", + "version": "9.0.10", "description": "", "main": "build/express.js", "scripts": { @@ -20,11 +20,11 @@ "license": "ISC", "dependencies": { "@fortawesome/fontawesome-free": "^5.15.4", - "@lumieducation/h5p-express": "^9.0.9", - "@lumieducation/h5p-html-exporter": "^9.0.9", - "@lumieducation/h5p-mongos3": "^9.0.9", - "@lumieducation/h5p-redis-lock": "^9.0.9", - "@lumieducation/h5p-server": "^9.0.9", + "@lumieducation/h5p-express": "^9.0.10", + "@lumieducation/h5p-html-exporter": "^9.0.10", + "@lumieducation/h5p-mongos3": "^9.0.10", + "@lumieducation/h5p-redis-lock": "^9.0.10", + "@lumieducation/h5p-server": "^9.0.10", "body-parser": "1.19.2", "bootstrap": "^5.1.3", "cache-manager": "3.6.0", diff --git a/packages/h5p-express/CHANGELOG.md b/packages/h5p-express/CHANGELOG.md index e434a7778..8536337ef 100644 --- a/packages/h5p-express/CHANGELOG.md +++ b/packages/h5p-express/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23) + + +### Bug Fixes + +* **deps:** update dependency axios to v0.26.0 ([#2077](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2077)) ([752e4d5](https://github.com/Lumieducation/H5P-Nodejs-library/commit/752e4d590ed65b1f2d35a70b05b147212cbc26fb)) +* **deps:** update dependency body-parser to v1.19.2 ([b5d44ec](https://github.com/Lumieducation/H5P-Nodejs-library/commit/b5d44ec79f0a1b7aac2045c82ea854df6a905c94)) +* **deps:** update dependency dotenv to v16 ([#2083](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2083)) ([2a1ef79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2a1ef7901adb6900430c86b12be04ae2b8acb60b)) +* **deps:** update dependency express to v4.17.3 ([765ff8a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/765ff8ae4bea0b6167dc7188fbd93c74affad00b)) +* **deps:** update dependency express-fileupload to v1.3.1 ([#2078](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2078)) ([d04a120](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d04a1205ff7b7b8a12222bcc34fa6874321e3d12)) + + + + + ## [9.0.9](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.8...v9.0.9) (2022-02-18) diff --git a/packages/h5p-express/package-lock.json b/packages/h5p-express/package-lock.json index de8582543..9cee20fd6 100644 --- a/packages/h5p-express/package-lock.json +++ b/packages/h5p-express/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-express", - "version": "9.0.9", + "version": "9.0.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/h5p-express/package.json b/packages/h5p-express/package.json index ae5d627fc..ee828605f 100644 --- a/packages/h5p-express/package.json +++ b/packages/h5p-express/package.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-express", - "version": "9.0.9", + "version": "9.0.10", "description": "A community re-implementation of the H5P server", "license": "GPL-3.0-or-later", "repository": { @@ -43,7 +43,7 @@ } ], "dependencies": { - "@lumieducation/h5p-server": "^9.0.9", + "@lumieducation/h5p-server": "^9.0.10", "express": "4.17.3" }, "main": "./build/index.js", diff --git a/packages/h5p-html-exporter/CHANGELOG.md b/packages/h5p-html-exporter/CHANGELOG.md index 848805c47..0c43f661f 100644 --- a/packages/h5p-html-exporter/CHANGELOG.md +++ b/packages/h5p-html-exporter/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23) + + +### Bug Fixes + +* **deps:** update dependency dotenv to v16 ([#2083](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2083)) ([2a1ef79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2a1ef7901adb6900430c86b12be04ae2b8acb60b)) + + + + + ## [9.0.9](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.8...v9.0.9) (2022-02-18) **Note:** Version bump only for package @lumieducation/h5p-html-exporter diff --git a/packages/h5p-html-exporter/package-lock.json b/packages/h5p-html-exporter/package-lock.json index 5ae39c0eb..665863c8e 100644 --- a/packages/h5p-html-exporter/package-lock.json +++ b/packages/h5p-html-exporter/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-html-exporter", - "version": "9.0.9", + "version": "9.0.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/h5p-html-exporter/package.json b/packages/h5p-html-exporter/package.json index ff4cdcb02..248454d96 100644 --- a/packages/h5p-html-exporter/package.json +++ b/packages/h5p-html-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-html-exporter", - "version": "9.0.9", + "version": "9.0.10", "description": "A community re-implementation of the H5P server", "license": "GPL-3.0-or-later", "repository": { @@ -43,7 +43,7 @@ } ], "dependencies": { - "@lumieducation/h5p-server": "^9.0.9", + "@lumieducation/h5p-server": "^9.0.10", "fs-extra": "10.0.0", "mime-types": "^2.1.32", "postcss": "^8.3.6", diff --git a/packages/h5p-mongos3/CHANGELOG.md b/packages/h5p-mongos3/CHANGELOG.md index be5cc750a..7cf0f63ec 100644 --- a/packages/h5p-mongos3/CHANGELOG.md +++ b/packages/h5p-mongos3/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23) + + +### Bug Fixes + +* **deps:** update dependency aws-sdk to v2.1076.0 ([4a42a38](https://github.com/Lumieducation/H5P-Nodejs-library/commit/4a42a386054942ff1090c4260cdb167ce162983d)) +* **deps:** update dependency aws-sdk to v2.1077.0 ([ddb7fb4](https://github.com/Lumieducation/H5P-Nodejs-library/commit/ddb7fb44c3698f7f0a1565def9830425196b830a)) +* **deps:** update dependency aws-sdk to v2.1078.0 ([7a5112a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/7a5112a5a989f3bc52ab626a7b2e9abeecc030d1)) +* **deps:** update dependency aws-sdk to v2.1079.0 ([b1ee2fb](https://github.com/Lumieducation/H5P-Nodejs-library/commit/b1ee2fbe7fc9030d218745c750f23d4da710ff93)) +* **deps:** update dependency dotenv to v16 ([#2083](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2083)) ([2a1ef79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2a1ef7901adb6900430c86b12be04ae2b8acb60b)) +* **deps:** update dependency mongodb to v4.4.0 ([#2080](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2080)) ([db6ce0d](https://github.com/Lumieducation/H5P-Nodejs-library/commit/db6ce0d80aa7af1710531cee4ec5812b7623fc85)) + + + + + ## [9.0.9](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.8...v9.0.9) (2022-02-18) diff --git a/packages/h5p-mongos3/package-lock.json b/packages/h5p-mongos3/package-lock.json index 646686c13..e6fcbab99 100644 --- a/packages/h5p-mongos3/package-lock.json +++ b/packages/h5p-mongos3/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-mongos3", - "version": "9.0.9", + "version": "9.0.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/h5p-mongos3/package.json b/packages/h5p-mongos3/package.json index dde6189cb..a192b6617 100644 --- a/packages/h5p-mongos3/package.json +++ b/packages/h5p-mongos3/package.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-mongos3", - "version": "9.0.9", + "version": "9.0.10", "description": "A community re-implementation of the H5P server", "license": "GPL-3.0-or-later", "repository": { @@ -43,7 +43,7 @@ } ], "dependencies": { - "@lumieducation/h5p-server": "^9.0.9", + "@lumieducation/h5p-server": "^9.0.10", "aws-sdk": "2.1079.0", "mongodb": "4.4.0", "stream-buffers": "^3.0.2" diff --git a/packages/h5p-react/CHANGELOG.md b/packages/h5p-react/CHANGELOG.md index 30268b440..c77f92062 100644 --- a/packages/h5p-react/CHANGELOG.md +++ b/packages/h5p-react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23) + + +### Bug Fixes + +* **deps:** update dependency dotenv to v16 ([#2083](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2083)) ([2a1ef79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2a1ef7901adb6900430c86b12be04ae2b8acb60b)) + + + + + ## [9.0.9](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.8...v9.0.9) (2022-02-18) diff --git a/packages/h5p-react/package-lock.json b/packages/h5p-react/package-lock.json index e4182ab38..0be484dbe 100644 --- a/packages/h5p-react/package-lock.json +++ b/packages/h5p-react/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-react", - "version": "9.0.9", + "version": "9.0.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/h5p-react/package.json b/packages/h5p-react/package.json index 9d81ec762..90f9bdc68 100644 --- a/packages/h5p-react/package.json +++ b/packages/h5p-react/package.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-react", - "version": "9.0.9", + "version": "9.0.10", "main": "./build/umd/index.js", "module": "./build/es2015/index.js", "types": "./build/es2015/index.d.ts", @@ -18,11 +18,11 @@ } ], "dependencies": { - "@lumieducation/h5p-webcomponents": "^9.0.9", + "@lumieducation/h5p-webcomponents": "^9.0.10", "react": "17.0.2" }, "devDependencies": { - "@lumieducation/h5p-server": "^9.0.9", + "@lumieducation/h5p-server": "^9.0.10", "@types/react": "17.0.39" } } diff --git a/packages/h5p-redis-lock/CHANGELOG.md b/packages/h5p-redis-lock/CHANGELOG.md index ad1a230c4..129abc13f 100644 --- a/packages/h5p-redis-lock/CHANGELOG.md +++ b/packages/h5p-redis-lock/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23) + + +### Bug Fixes + +* **deps:** update dependency dotenv to v16 ([#2083](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2083)) ([2a1ef79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2a1ef7901adb6900430c86b12be04ae2b8acb60b)) + + + + + ## [9.0.9](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.8...v9.0.9) (2022-02-18) **Note:** Version bump only for package @lumieducation/h5p-redis-lock diff --git a/packages/h5p-redis-lock/package-lock.json b/packages/h5p-redis-lock/package-lock.json index b4e294f33..71ec1abc9 100644 --- a/packages/h5p-redis-lock/package-lock.json +++ b/packages/h5p-redis-lock/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-redis-lock", - "version": "9.0.9", + "version": "9.0.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/h5p-redis-lock/package.json b/packages/h5p-redis-lock/package.json index 5bd554ce0..d41d101e0 100644 --- a/packages/h5p-redis-lock/package.json +++ b/packages/h5p-redis-lock/package.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-redis-lock", - "version": "9.0.9", + "version": "9.0.10", "description": "A simple Redis-based lock", "license": "GPL-3.0-or-later", "repository": { @@ -24,7 +24,7 @@ } ], "dependencies": { - "@lumieducation/h5p-server": "^9.0.9", + "@lumieducation/h5p-server": "^9.0.10", "ioredis": "^4.28.0", "simple-redis-mutex": "^1.1.0" }, diff --git a/packages/h5p-rest-example-client/CHANGELOG.md b/packages/h5p-rest-example-client/CHANGELOG.md index a21d5a5fd..1c97d6b88 100644 --- a/packages/h5p-rest-example-client/CHANGELOG.md +++ b/packages/h5p-rest-example-client/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23) + + +### Bug Fixes + +* **deps:** update dependency body-parser to v1.19.2 ([b5d44ec](https://github.com/Lumieducation/H5P-Nodejs-library/commit/b5d44ec79f0a1b7aac2045c82ea854df6a905c94)) +* **deps:** update dependency dotenv to v16 ([#2083](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2083)) ([2a1ef79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2a1ef7901adb6900430c86b12be04ae2b8acb60b)) +* **deps:** update dependency express to v4.17.3 ([765ff8a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/765ff8ae4bea0b6167dc7188fbd93c74affad00b)) +* **deps:** update dependency http-proxy-middleware to v2.0.3 ([#2071](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2071)) ([eb3cfd7](https://github.com/Lumieducation/H5P-Nodejs-library/commit/eb3cfd7d5bda7093a103967bec11b1328ef63621)) +* **deps:** update dependency react-bootstrap to v2.1.2 ([87a42a5](https://github.com/Lumieducation/H5P-Nodejs-library/commit/87a42a5fe04959937aa667553c7c308eb1926f2e)) + + + + + ## [9.0.9](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.8...v9.0.9) (2022-02-18) diff --git a/packages/h5p-rest-example-client/package-lock.json b/packages/h5p-rest-example-client/package-lock.json index f4c7d39e9..c8d26b229 100644 --- a/packages/h5p-rest-example-client/package-lock.json +++ b/packages/h5p-rest-example-client/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-rest-example-client", - "version": "9.0.9", + "version": "9.0.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/h5p-rest-example-client/package.json b/packages/h5p-rest-example-client/package.json index 4c8075cfc..6df62b1d8 100644 --- a/packages/h5p-rest-example-client/package.json +++ b/packages/h5p-rest-example-client/package.json @@ -1,12 +1,12 @@ { "name": "@lumieducation/h5p-rest-example-client", - "version": "9.0.9", + "version": "9.0.10", "private": true, "dependencies": { "@fortawesome/fontawesome-svg-core": "1.2.36", "@fortawesome/free-solid-svg-icons": "5.15.4", "@fortawesome/react-fontawesome": "0.1.16", - "@lumieducation/h5p-react": "^9.0.9", + "@lumieducation/h5p-react": "^9.0.10", "bootstrap": "5.1.3", "http-proxy-middleware": "2.0.3", "react": "17.0.2", @@ -15,7 +15,7 @@ "react-scripts": "5.0.0" }, "devDependencies": { - "@lumieducation/h5p-server": "^9.0.9", + "@lumieducation/h5p-server": "^9.0.10", "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.3", "@testing-library/user-event": "13.5.0", diff --git a/packages/h5p-rest-example-server/CHANGELOG.md b/packages/h5p-rest-example-server/CHANGELOG.md index de0301db4..4b7770573 100644 --- a/packages/h5p-rest-example-server/CHANGELOG.md +++ b/packages/h5p-rest-example-server/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23) + + +### Bug Fixes + +* **deps:** update dependency body-parser to v1.19.2 ([b5d44ec](https://github.com/Lumieducation/H5P-Nodejs-library/commit/b5d44ec79f0a1b7aac2045c82ea854df6a905c94)) +* **deps:** update dependency dotenv to v16 ([#2083](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2083)) ([2a1ef79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2a1ef7901adb6900430c86b12be04ae2b8acb60b)) +* **deps:** update dependency express to v4.17.3 ([765ff8a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/765ff8ae4bea0b6167dc7188fbd93c74affad00b)) +* **deps:** update dependency express-fileupload to v1.3.1 ([#2078](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2078)) ([d04a120](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d04a1205ff7b7b8a12222bcc34fa6874321e3d12)) +* **deps:** update dependency i18next to v21.6.11 ([#2072](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2072)) ([17beecd](https://github.com/Lumieducation/H5P-Nodejs-library/commit/17beecda2c3280e92e42fd49e39fbf215c1bd1d3)) +* **deps:** update dependency i18next-http-middleware to v3.2.0 ([#2079](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2079)) ([11a15ac](https://github.com/Lumieducation/H5P-Nodejs-library/commit/11a15ac4e6008e4e1909d0ca44208ef4bf134947)) + + + + + ## [9.0.9](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.8...v9.0.9) (2022-02-18) diff --git a/packages/h5p-rest-example-server/package-lock.json b/packages/h5p-rest-example-server/package-lock.json index 896353947..b3eeba2b2 100644 --- a/packages/h5p-rest-example-server/package-lock.json +++ b/packages/h5p-rest-example-server/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-rest-example-server", - "version": "9.0.9", + "version": "9.0.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/h5p-rest-example-server/package.json b/packages/h5p-rest-example-server/package.json index c22c64671..c9828cce7 100644 --- a/packages/h5p-rest-example-server/package.json +++ b/packages/h5p-rest-example-server/package.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-rest-example-server", - "version": "9.0.9", + "version": "9.0.10", "private": true, "description": "", "main": "src/index.ts", @@ -14,9 +14,9 @@ "author": "S. Rettig", "license": "MIT", "dependencies": { - "@lumieducation/h5p-express": "^9.0.9", - "@lumieducation/h5p-mongos3": "^9.0.9", - "@lumieducation/h5p-server": "^9.0.9", + "@lumieducation/h5p-express": "^9.0.10", + "@lumieducation/h5p-mongos3": "^9.0.10", + "@lumieducation/h5p-server": "^9.0.10", "body-parser": "1.19.2", "cache-manager": "3.6.0", "cache-manager-redis-store": "2.0.0", diff --git a/packages/h5p-server/CHANGELOG.md b/packages/h5p-server/CHANGELOG.md index ce3b12a3e..b96c46486 100644 --- a/packages/h5p-server/CHANGELOG.md +++ b/packages/h5p-server/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23) + + +### Bug Fixes + +* **deps:** update dependency axios to v0.26.0 ([#2077](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2077)) ([752e4d5](https://github.com/Lumieducation/H5P-Nodejs-library/commit/752e4d590ed65b1f2d35a70b05b147212cbc26fb)) +* **deps:** update dependency dotenv to v16 ([#2083](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2083)) ([2a1ef79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2a1ef7901adb6900430c86b12be04ae2b8acb60b)) +* **mongo s3 library storage:** windows paths converted to unix format ([cd9c1c0](https://github.com/Lumieducation/H5P-Nodejs-library/commit/cd9c1c0282b88e2aaab6b664cbd0261011cb83fc)) + + + + + ## [9.0.9](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.8...v9.0.9) (2022-02-18) diff --git a/packages/h5p-server/package-lock.json b/packages/h5p-server/package-lock.json index 6db22f293..1143a8039 100644 --- a/packages/h5p-server/package-lock.json +++ b/packages/h5p-server/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-server", - "version": "9.0.9", + "version": "9.0.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/h5p-server/package.json b/packages/h5p-server/package.json index eca0bd876..fc3274896 100644 --- a/packages/h5p-server/package.json +++ b/packages/h5p-server/package.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-server", - "version": "9.0.9", + "version": "9.0.10", "description": "A community re-implementation of the H5P server", "license": "GPL-3.0-or-later", "repository": { diff --git a/packages/h5p-webcomponents/CHANGELOG.md b/packages/h5p-webcomponents/CHANGELOG.md index 5a7afa034..e3a63b292 100644 --- a/packages/h5p-webcomponents/CHANGELOG.md +++ b/packages/h5p-webcomponents/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.10](https://github.com/Lumieducation/h5p-webcomponents/compare/v9.0.9...v9.0.10) (2022-02-23) + + +### Bug Fixes + +* **deps:** update dependency dotenv to v16 ([#2083](https://github.com/Lumieducation/h5p-webcomponents/issues/2083)) ([2a1ef79](https://github.com/Lumieducation/h5p-webcomponents/commit/2a1ef7901adb6900430c86b12be04ae2b8acb60b)) + + + + + ## [9.0.9](https://github.com/Lumieducation/h5p-webcomponents/compare/v9.0.8...v9.0.9) (2022-02-18) diff --git a/packages/h5p-webcomponents/package-lock.json b/packages/h5p-webcomponents/package-lock.json index 2941ed182..829ba0732 100644 --- a/packages/h5p-webcomponents/package-lock.json +++ b/packages/h5p-webcomponents/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-webcomponents", - "version": "9.0.9", + "version": "9.0.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/h5p-webcomponents/package.json b/packages/h5p-webcomponents/package.json index d6db6b10b..6f1682464 100644 --- a/packages/h5p-webcomponents/package.json +++ b/packages/h5p-webcomponents/package.json @@ -1,6 +1,6 @@ { "name": "@lumieducation/h5p-webcomponents", - "version": "9.0.9", + "version": "9.0.10", "description": "A Web Component wrapper around the H5P Editor and Player", "author": "Sebastian Rettig", "license": "GPL-3.0-or-later", @@ -30,7 +30,7 @@ "deepmerge": "^4.2.2" }, "devDependencies": { - "@lumieducation/h5p-server": "^9.0.9", + "@lumieducation/h5p-server": "^9.0.10", "@types/resize-observer-browser": "0.1.7" } }