Skip to content

Commit

Permalink
v7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumi authored and Lumi committed Apr 1, 2021
1 parent 5ed1e03 commit 7ba8cf5
Show file tree
Hide file tree
Showing 29 changed files with 145 additions and 34 deletions.
18 changes: 18 additions & 0 deletions 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.

## [7.5.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.5.0...v7.5.1) (2021-04-01)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.875.0 ([7a4360f](https://github.com/Lumieducation/H5P-Nodejs-library/commit/7a4360fc0dac7a77fb0d908b05e418674f20e81b))
* **deps:** update dependency aws-sdk to v2.876.0 ([91c9db7](https://github.com/Lumieducation/H5P-Nodejs-library/commit/91c9db7b36b999bceabaa338e4cf563c83615db3))
* **deps:** update dependency aws-sdk to v2.877.0 ([db3063d](https://github.com/Lumieducation/H5P-Nodejs-library/commit/db3063d4bd5f0cac836471938b310cd9d45487e7))
* **deps:** update dependency cache-manager to v3.4.2 ([0e84c95](https://github.com/Lumieducation/H5P-Nodejs-library/commit/0e84c95c88fcd063c2bb180e3e2421a8534bbaae))
* **deps:** update dependency cache-manager to v3.4.3 ([3321b47](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3321b47c04a8ef3c43b4976da8ceae4f8f2cde56))
* **deps:** update dependency http-proxy-middleware to v1.1.0 ([ae286f8](https://github.com/Lumieducation/H5P-Nodejs-library/commit/ae286f830ab0ef9e80457bb84b7c8bc75f9f6040))
* **deps:** update dependency i18next-fs-backend to v1.1.1 ([308d2e3](https://github.com/Lumieducation/H5P-Nodejs-library/commit/308d2e3faa9f93583d7b2f634ee5c97e45df9586))
* **h5p-server:** stricter file upload validation ([#1268](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1268)) ([8e8df77](https://github.com/Lumieducation/H5P-Nodejs-library/commit/8e8df7791d9bec953514ee05dd9ae2c6ac5de4cb))





# [7.5.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.3.1...v7.5.0) (2021-03-27)


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": "7.5.0"
"version": "7.5.1"
}
13 changes: 13 additions & 0 deletions packages/h5p-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [7.5.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.5.0...v7.5.1) (2021-04-01)


### Bug Fixes

* **deps:** update dependency cache-manager to v3.4.2 ([0e84c95](https://github.com/Lumieducation/H5P-Nodejs-library/commit/0e84c95c88fcd063c2bb180e3e2421a8534bbaae))
* **deps:** update dependency cache-manager to v3.4.3 ([3321b47](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3321b47c04a8ef3c43b4976da8ceae4f8f2cde56))
* **deps:** update dependency i18next-fs-backend to v1.1.1 ([308d2e3](https://github.com/Lumieducation/H5P-Nodejs-library/commit/308d2e3faa9f93583d7b2f634ee5c97e45df9586))





# [7.5.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.3.1...v7.5.0) (2021-03-27)


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.

10 changes: 5 additions & 5 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": "7.5.0",
"version": "7.5.1",
"description": "",
"main": "build/express.js",
"scripts": {
Expand All @@ -20,10 +20,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"@lumieducation/h5p-express": "^7.5.0",
"@lumieducation/h5p-html-exporter": "^7.5.0",
"@lumieducation/h5p-mongos3": "^7.5.0",
"@lumieducation/h5p-server": "^7.5.0",
"@lumieducation/h5p-express": "^7.5.1",
"@lumieducation/h5p-html-exporter": "^7.5.1",
"@lumieducation/h5p-mongos3": "^7.5.1",
"@lumieducation/h5p-server": "^7.5.1",
"body-parser": "1.19.0",
"cache-manager": "3.4.3",
"cache-manager-redis-store": "2.0.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.

## [7.5.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.5.0...v7.5.1) (2021-04-01)

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





# [7.5.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.3.1...v7.5.0) (2021-03-27)


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": "7.5.0",
"version": "7.5.1",
"description": "A community re-implementation of the H5P server",
"license": "GPL-3.0-or-later",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
}
],
"dependencies": {
"@lumieducation/h5p-server": "^7.5.0",
"@lumieducation/h5p-server": "^7.5.1",
"express": "4.17.1"
},
"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.

## [7.5.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.5.0...v7.5.1) (2021-04-01)

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





# [7.5.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.3.1...v7.5.0) (2021-03-27)

**Note:** Version bump only for package @lumieducation/h5p-html-exporter
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": "7.5.0",
"version": "7.5.1",
"description": "A community re-implementation of the H5P server",
"license": "GPL-3.0-or-later",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
}
],
"dependencies": {
"@lumieducation/h5p-server": "^7.5.0",
"@lumieducation/h5p-server": "^7.5.1",
"fs-extra": "9.1.0",
"mime-types": "^2.1.26",
"postcss": "^8.1.10",
Expand Down
13 changes: 13 additions & 0 deletions packages/h5p-mongos3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [7.5.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.5.0...v7.5.1) (2021-04-01)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.875.0 ([7a4360f](https://github.com/Lumieducation/H5P-Nodejs-library/commit/7a4360fc0dac7a77fb0d908b05e418674f20e81b))
* **deps:** update dependency aws-sdk to v2.876.0 ([91c9db7](https://github.com/Lumieducation/H5P-Nodejs-library/commit/91c9db7b36b999bceabaa338e4cf563c83615db3))
* **deps:** update dependency aws-sdk to v2.877.0 ([db3063d](https://github.com/Lumieducation/H5P-Nodejs-library/commit/db3063d4bd5f0cac836471938b310cd9d45487e7))





# [7.5.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.3.1...v7.5.0) (2021-03-27)


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": "7.5.0",
"version": "7.5.1",
"description": "A community re-implementation of the H5P server",
"license": "GPL-3.0-or-later",
"repository": {
Expand Down Expand Up @@ -45,8 +45,8 @@
}
],
"dependencies": {
"@lumieducation/h5p-server": "^7.5.1",
"aws-sdk": "2.877.0",
"@lumieducation/h5p-server": "^7.5.0",
"mongodb": "3.6.5",
"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.

## [7.5.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.5.0...v7.5.1) (2021-04-01)

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





# [7.5.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.3.1...v7.5.0) (2021-03-27)


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": "7.5.0",
"version": "7.5.1",
"main": "./build/umd/index.js",
"module": "./build/es2015/index.js",
"types": "./build/es2015/index.d.ts",
Expand All @@ -20,11 +20,11 @@
}
],
"dependencies": {
"@lumieducation/h5p-webcomponents": "^7.5.0",
"@lumieducation/h5p-webcomponents": "^7.5.1",
"react": "17.0.2"
},
"devDependencies": {
"@lumieducation/h5p-server": "^7.5.0",
"@lumieducation/h5p-server": "^7.5.1",
"@types/react": "17.0.3"
}
}
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.5.0...v7.5.1) (2021-04-01)


### Bug Fixes

* **deps:** update dependency http-proxy-middleware to v1.1.0 ([ae286f8](https://github.com/Lumieducation/H5P-Nodejs-library/commit/ae286f830ab0ef9e80457bb84b7c8bc75f9f6040))





# [7.5.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.3.1...v7.5.0) (2021-03-27)


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.

6 changes: 3 additions & 3 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": "7.5.0",
"version": "7.5.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.35",
"@fortawesome/free-solid-svg-icons": "5.15.3",
"@fortawesome/react-fontawesome": "0.1.14",
"@lumieducation/h5p-react": "^7.5.0",
"@lumieducation/h5p-react": "^7.5.1",
"bootstrap": "4.6.0",
"http-proxy-middleware": "1.1.0",
"react": "17.0.2",
Expand All @@ -15,7 +15,7 @@
"react-scripts": "4.0.3"
},
"devDependencies": {
"@lumieducation/h5p-server": "^7.5.0",
"@lumieducation/h5p-server": "^7.5.1",
"@testing-library/jest-dom": "5.11.10",
"@testing-library/react": "11.2.6",
"@testing-library/user-event": "13.1.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/h5p-rest-example-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [7.5.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.5.0...v7.5.1) (2021-04-01)


### Bug Fixes

* **deps:** update dependency cache-manager to v3.4.2 ([0e84c95](https://github.com/Lumieducation/H5P-Nodejs-library/commit/0e84c95c88fcd063c2bb180e3e2421a8534bbaae))
* **deps:** update dependency cache-manager to v3.4.3 ([3321b47](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3321b47c04a8ef3c43b4976da8ceae4f8f2cde56))
* **deps:** update dependency i18next-fs-backend to v1.1.1 ([308d2e3](https://github.com/Lumieducation/H5P-Nodejs-library/commit/308d2e3faa9f93583d7b2f634ee5c97e45df9586))





# [7.5.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.3.1...v7.5.0) (2021-03-27)


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

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

8 changes: 4 additions & 4 deletions packages/h5p-rest-example-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumieducation/h5p-rest-example-server",
"version": "7.5.0",
"version": "7.5.1",
"private": true,
"description": "",
"main": "src/index.ts",
Expand All @@ -14,9 +14,9 @@
"author": "S. Rettig",
"license": "MIT",
"dependencies": {
"@lumieducation/h5p-express": "^7.5.0",
"@lumieducation/h5p-mongos3": "^7.5.0",
"@lumieducation/h5p-server": "^7.5.0",
"@lumieducation/h5p-express": "^7.5.1",
"@lumieducation/h5p-mongos3": "^7.5.1",
"@lumieducation/h5p-server": "^7.5.1",
"body-parser": "1.19.0",
"cache-manager": "3.4.3",
"cache-manager-redis-store": "2.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/h5p-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [7.5.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.5.0...v7.5.1) (2021-04-01)


### Bug Fixes

* **h5p-server:** stricter file upload validation ([#1268](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1268)) ([8e8df77](https://github.com/Lumieducation/H5P-Nodejs-library/commit/8e8df7791d9bec953514ee05dd9ae2c6ac5de4cb))





# [7.5.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.3.1...v7.5.0) (2021-03-27)


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

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

2 changes: 1 addition & 1 deletion packages/h5p-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumieducation/h5p-server",
"version": "7.5.0",
"version": "7.5.1",
"description": "A community re-implementation of the H5P server",
"license": "GPL-3.0-or-later",
"repository": {
Expand Down
Loading

0 comments on commit 7ba8cf5

Please sign in to comment.