Skip to content

Commit

Permalink
v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumi authored and Lumi committed Mar 5, 2022
1 parent acdb951 commit 54b9be9
Show file tree
Hide file tree
Showing 35 changed files with 217 additions and 50 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.1080.0 ([2ad603b](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2ad603b5f69d9cba92a5b6e833e9b47bc3798a7f))
* **deps:** update dependency aws-sdk to v2.1081.0 ([ec9845e](https://github.com/Lumieducation/H5P-Nodejs-library/commit/ec9845ee5326e064460123d1b82258fa8aff8d71))
* **deps:** update dependency aws-sdk to v2.1082.0 ([3c3f4b6](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3c3f4b693596a2ed2b0b0a5c7ce88b5866be1720))
* **deps:** update dependency aws-sdk to v2.1083.0 ([97d0244](https://github.com/Lumieducation/H5P-Nodejs-library/commit/97d024495b0dc005d452b4d299a31211d8dc648f))
* **deps:** update dependency aws-sdk to v2.1084.0 ([47e223c](https://github.com/Lumieducation/H5P-Nodejs-library/commit/47e223c9b4d9c9375f4d4ade216a32fa1e85ce27))
* **deps:** update dependency aws-sdk to v2.1085.0 ([3e2fda2](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3e2fda2d4c03a003c213d789e43a6818e35ceb86))
* **deps:** update dependency aws-sdk to v2.1087.0 ([#2118](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2118)) ([e3076fb](https://github.com/Lumieducation/H5P-Nodejs-library/commit/e3076fb10253e6588d9fbd32a58ff96e43d41a60))
* **deps:** update dependency i18next to v21.6.12 ([1b97cd6](https://github.com/Lumieducation/H5P-Nodejs-library/commit/1b97cd6f3fafcdbf766abf270d8b0b422929384e))
* **deps:** update dependency i18next to v21.6.13 ([564d4d1](https://github.com/Lumieducation/H5P-Nodejs-library/commit/564d4d1ffbac89dd80a153259e0f72580b37a5d8))
* **deps:** update dependency mongodb to v4.4.1 ([6f17374](https://github.com/Lumieducation/H5P-Nodejs-library/commit/6f173747e64889945fc2de21514dcb842c85eb64))
* **deps:** update dependency react-bootstrap to v2.2.0 ([#2120](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2120)) ([c4b9bcc](https://github.com/Lumieducation/H5P-Nodejs-library/commit/c4b9bccf27650a28be6efc1aa2ec996d532935e0))
* **h5p-server:** added gltf and glb to allowed content file formats ([add90d4](https://github.com/Lumieducation/H5P-Nodejs-library/commit/add90d4232bb3c252250ef5c06c2dad63bf5f106))


### Features

* **shared state server:** added shared state server ([#2056](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2056)) ([3924d44](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3924d4478cdc791d08d1e2b4daf91500d4dce861))


### Performance Improvements

* **h5p-server:** reduce memory and IO when uploading package ([#2100](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2100)) ([6352040](https://github.com/Lumieducation/H5P-Nodejs-library/commit/63520408e83abe31e07536999203660b73dde4f4))





## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "9.0.10"
"version": "9.1.0"
}
12 changes: 12 additions & 0 deletions packages/h5p-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)


### Bug Fixes

* **deps:** update dependency i18next to v21.6.12 ([1b97cd6](https://github.com/Lumieducation/H5P-Nodejs-library/commit/1b97cd6f3fafcdbf766abf270d8b0b422929384e))
* **deps:** update dependency i18next to v21.6.13 ([564d4d1](https://github.com/Lumieducation/H5P-Nodejs-library/commit/564d4d1ffbac89dd80a153259e0f72580b37a5d8))





## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/h5p-examples/package-lock.json

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

12 changes: 6 additions & 6 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.0.10",
"version": "9.1.0",
"description": "",
"main": "build/express.js",
"scripts": {
Expand All @@ -20,11 +20,11 @@
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@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",
"@lumieducation/h5p-express": "^9.1.0",
"@lumieducation/h5p-html-exporter": "^9.1.0",
"@lumieducation/h5p-mongos3": "^9.1.0",
"@lumieducation/h5p-redis-lock": "^9.1.0",
"@lumieducation/h5p-server": "^9.1.0",
"body-parser": "1.19.2",
"bootstrap": "^5.1.3",
"cache-manager": "3.6.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/h5p-express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)

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





## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion 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.0.10",
"version": "9.1.0",
"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.0.10",
"@lumieducation/h5p-server": "^9.1.0",
"express": "4.17.3"
},
"main": "./build/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/h5p-html-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)

**Note:** Version bump only for package @lumieducation/h5p-html-exporter





## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/h5p-html-exporter/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-html-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumieducation/h5p-html-exporter",
"version": "9.0.10",
"version": "9.1.0",
"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.0.10",
"@lumieducation/h5p-server": "^9.1.0",
"fs-extra": "10.0.0",
"mime-types": "^2.1.32",
"postcss": "^8.3.6",
Expand Down
18 changes: 18 additions & 0 deletions packages/h5p-mongos3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.1080.0 ([2ad603b](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2ad603b5f69d9cba92a5b6e833e9b47bc3798a7f))
* **deps:** update dependency aws-sdk to v2.1081.0 ([ec9845e](https://github.com/Lumieducation/H5P-Nodejs-library/commit/ec9845ee5326e064460123d1b82258fa8aff8d71))
* **deps:** update dependency aws-sdk to v2.1082.0 ([3c3f4b6](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3c3f4b693596a2ed2b0b0a5c7ce88b5866be1720))
* **deps:** update dependency aws-sdk to v2.1083.0 ([97d0244](https://github.com/Lumieducation/H5P-Nodejs-library/commit/97d024495b0dc005d452b4d299a31211d8dc648f))
* **deps:** update dependency aws-sdk to v2.1084.0 ([47e223c](https://github.com/Lumieducation/H5P-Nodejs-library/commit/47e223c9b4d9c9375f4d4ade216a32fa1e85ce27))
* **deps:** update dependency aws-sdk to v2.1085.0 ([3e2fda2](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3e2fda2d4c03a003c213d789e43a6818e35ceb86))
* **deps:** update dependency aws-sdk to v2.1087.0 ([#2118](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2118)) ([e3076fb](https://github.com/Lumieducation/H5P-Nodejs-library/commit/e3076fb10253e6588d9fbd32a58ff96e43d41a60))
* **deps:** update dependency mongodb to v4.4.1 ([6f17374](https://github.com/Lumieducation/H5P-Nodejs-library/commit/6f173747e64889945fc2de21514dcb842c85eb64))





## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/h5p-mongos3/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-mongos3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumieducation/h5p-mongos3",
"version": "9.0.10",
"version": "9.1.0",
"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.0.10",
"@lumieducation/h5p-server": "^9.1.0",
"aws-sdk": "2.1087.0",
"mongodb": "4.4.1",
"stream-buffers": "^3.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/h5p-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)

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





## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/h5p-react/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/h5p-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumieducation/h5p-react",
"version": "9.0.10",
"version": "9.1.0",
"main": "./build/umd/index.js",
"module": "./build/es2015/index.js",
"types": "./build/es2015/index.d.ts",
Expand All @@ -18,11 +18,11 @@
}
],
"dependencies": {
"@lumieducation/h5p-webcomponents": "^9.0.10",
"@lumieducation/h5p-webcomponents": "^9.1.0",
"react": "17.0.2"
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.0.10",
"@lumieducation/h5p-server": "^9.1.0",
"@types/react": "17.0.39"
}
}
8 changes: 8 additions & 0 deletions packages/h5p-redis-lock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)

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





## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/h5p-redis-lock/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-redis-lock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumieducation/h5p-redis-lock",
"version": "9.0.10",
"version": "9.1.0",
"description": "A simple Redis-based lock",
"license": "GPL-3.0-or-later",
"repository": {
Expand All @@ -24,7 +24,7 @@
}
],
"dependencies": {
"@lumieducation/h5p-server": "^9.0.10",
"@lumieducation/h5p-server": "^9.1.0",
"ioredis": "^4.28.0",
"simple-redis-mutex": "^1.1.0"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/h5p-rest-example-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)


### Bug Fixes

* **deps:** update dependency react-bootstrap to v2.2.0 ([#2120](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2120)) ([c4b9bcc](https://github.com/Lumieducation/H5P-Nodejs-library/commit/c4b9bccf27650a28be6efc1aa2ec996d532935e0))


### Features

* **shared state server:** added shared state server ([#2056](https://github.com/Lumieducation/H5P-Nodejs-library/issues/2056)) ([3924d44](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3924d4478cdc791d08d1e2b4daf91500d4dce861))





## [9.0.10](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.9...v9.0.10) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/h5p-rest-example-client/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/h5p-rest-example-client/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@lumieducation/h5p-rest-example-client",
"version": "9.0.10",
"version": "9.1.0",
"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.10",
"@lumieducation/h5p-react": "^9.1.0",
"bootstrap": "5.1.3",
"http-proxy-middleware": "2.0.3",
"react": "17.0.2",
Expand All @@ -15,14 +15,14 @@
"react-scripts": "5.0.0"
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.0.10",
"@lumieducation/h5p-server": "^9.1.0",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.3",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.1",
"@types/node": "17.0.8",
"@types/react-dom": "17.0.13",
"@types/react": "17.0.39"
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13"
},
"scripts": {
"build": "react-scripts build",
Expand Down
Loading

0 comments on commit 54b9be9

Please sign in to comment.