Skip to content

Commit

Permalink
v8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumi authored and Lumi committed Jul 22, 2021
1 parent 0595001 commit ceea91b
Show file tree
Hide file tree
Showing 29 changed files with 164 additions and 34 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.1.4](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.3...v8.1.4) (2021-07-22)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.945.0 ([5708677](https://github.com/Lumieducation/H5P-Nodejs-library/commit/570867763538590c6102071115499634447d75cf))
* **deps:** update dependency aws-sdk to v2.946.0 ([b2cc4b0](https://github.com/Lumieducation/H5P-Nodejs-library/commit/b2cc4b08a2b5490787f566241f5f7295ca7e8daa))
* **deps:** update dependency aws-sdk to v2.947.0 ([2ecbcb3](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2ecbcb31364c3c8dce50632917bec0e2dacc6874))
* **deps:** update dependency aws-sdk to v2.948.0 ([a667f78](https://github.com/Lumieducation/H5P-Nodejs-library/commit/a667f787a51467c38eff8fbc19be77208951d868))
* **deps:** update dependency aws-sdk to v2.949.0 ([5e278f6](https://github.com/Lumieducation/H5P-Nodejs-library/commit/5e278f61937266ef711a73fddefb6d1e72b323f0))
* **deps:** update dependency aws-sdk to v2.950.0 ([77d58d7](https://github.com/Lumieducation/H5P-Nodejs-library/commit/77d58d7eb674340cc3921224715389e96e7ea542))
* **deps:** update dependency aws-sdk to v2.951.0 ([331601f](https://github.com/Lumieducation/H5P-Nodejs-library/commit/331601f162f321e5a42809b942e5c8be19c35020))
* **deps:** update dependency i18next to v20.3.3 ([e893fc2](https://github.com/Lumieducation/H5P-Nodejs-library/commit/e893fc27ace00b9641fc14bc2a4f54c9709caf72))
* **deps:** update dependency i18next to v20.3.4 ([3de5db5](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3de5db5ffae8ec8556760db82cff58fa73505393))
* **h5p-html-exporter:** fix resource paths in Windows ([#1606](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1606)) ([e8fceeb](https://github.com/Lumieducation/H5P-Nodejs-library/commit/e8fceeb73eff692b859569798b9e99f740aa59ce))





## [8.1.3](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.2...v8.1.3) (2021-07-13)


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": "8.1.3"
"version": "8.1.4"
}
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.

## [8.1.4](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.3...v8.1.4) (2021-07-22)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.945.0 ([5708677](https://github.com/Lumieducation/H5P-Nodejs-library/commit/570867763538590c6102071115499634447d75cf))
* **deps:** update dependency i18next to v20.3.3 ([e893fc2](https://github.com/Lumieducation/H5P-Nodejs-library/commit/e893fc27ace00b9641fc14bc2a4f54c9709caf72))
* **deps:** update dependency i18next to v20.3.4 ([3de5db5](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3de5db5ffae8ec8556760db82cff58fa73505393))





## [8.1.3](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.2...v8.1.3) (2021-07-13)

**Note:** Version bump only for package @lumieducation/h5p-examples
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": "8.1.3",
"version": "8.1.4",
"description": "",
"main": "build/express.js",
"scripts": {
Expand All @@ -19,10 +19,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"@lumieducation/h5p-express": "^8.1.3",
"@lumieducation/h5p-html-exporter": "^8.1.3",
"@lumieducation/h5p-mongos3": "^8.1.3",
"@lumieducation/h5p-server": "^8.1.3",
"@lumieducation/h5p-express": "^8.1.4",
"@lumieducation/h5p-html-exporter": "^8.1.4",
"@lumieducation/h5p-mongos3": "^8.1.4",
"@lumieducation/h5p-server": "^8.1.4",
"body-parser": "1.19.0",
"cache-manager": "3.4.4",
"cache-manager-redis-store": "2.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/h5p-express/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.

## [8.1.4](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.3...v8.1.4) (2021-07-22)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.945.0 ([5708677](https://github.com/Lumieducation/H5P-Nodejs-library/commit/570867763538590c6102071115499634447d75cf))





## [8.1.3](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.2...v8.1.3) (2021-07-13)

**Note:** Version bump only for package @lumieducation/h5p-express
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": "8.1.3",
"version": "8.1.4",
"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": "^8.1.3",
"@lumieducation/h5p-server": "^8.1.4",
"express": "4.17.1"
},
"main": "./build/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/h5p-html-exporter/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.

## [8.1.4](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.3...v8.1.4) (2021-07-22)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.945.0 ([5708677](https://github.com/Lumieducation/H5P-Nodejs-library/commit/570867763538590c6102071115499634447d75cf))
* **h5p-html-exporter:** fix resource paths in Windows ([#1606](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1606)) ([e8fceeb](https://github.com/Lumieducation/H5P-Nodejs-library/commit/e8fceeb73eff692b859569798b9e99f740aa59ce))





## [8.1.3](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.2...v8.1.3) (2021-07-13)


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": "8.1.3",
"version": "8.1.4",
"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": "^8.1.3",
"@lumieducation/h5p-server": "^8.1.4",
"fs-extra": "9.1.0",
"mime-types": "^2.1.26",
"postcss": "^8.1.10",
Expand Down
17 changes: 17 additions & 0 deletions packages/h5p-mongos3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.1.4](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.3...v8.1.4) (2021-07-22)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.945.0 ([5708677](https://github.com/Lumieducation/H5P-Nodejs-library/commit/570867763538590c6102071115499634447d75cf))
* **deps:** update dependency aws-sdk to v2.946.0 ([b2cc4b0](https://github.com/Lumieducation/H5P-Nodejs-library/commit/b2cc4b08a2b5490787f566241f5f7295ca7e8daa))
* **deps:** update dependency aws-sdk to v2.947.0 ([2ecbcb3](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2ecbcb31364c3c8dce50632917bec0e2dacc6874))
* **deps:** update dependency aws-sdk to v2.948.0 ([a667f78](https://github.com/Lumieducation/H5P-Nodejs-library/commit/a667f787a51467c38eff8fbc19be77208951d868))
* **deps:** update dependency aws-sdk to v2.949.0 ([5e278f6](https://github.com/Lumieducation/H5P-Nodejs-library/commit/5e278f61937266ef711a73fddefb6d1e72b323f0))
* **deps:** update dependency aws-sdk to v2.950.0 ([77d58d7](https://github.com/Lumieducation/H5P-Nodejs-library/commit/77d58d7eb674340cc3921224715389e96e7ea542))
* **deps:** update dependency aws-sdk to v2.951.0 ([331601f](https://github.com/Lumieducation/H5P-Nodejs-library/commit/331601f162f321e5a42809b942e5c8be19c35020))





## [8.1.3](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.2...v8.1.3) (2021-07-13)


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": "8.1.3",
"version": "8.1.4",
"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": "^8.1.3",
"@lumieducation/h5p-server": "^8.1.4",
"aws-sdk": "2.951.0",
"mongodb": "3.6.9",
"stream-buffers": "^3.0.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/h5p-react/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.

## [8.1.4](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.3...v8.1.4) (2021-07-22)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.945.0 ([5708677](https://github.com/Lumieducation/H5P-Nodejs-library/commit/570867763538590c6102071115499634447d75cf))





## [8.1.3](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.2...v8.1.3) (2021-07-13)

**Note:** Version bump only for package @lumieducation/h5p-react
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": "8.1.3",
"version": "8.1.4",
"main": "./build/umd/index.js",
"module": "./build/es2015/index.js",
"types": "./build/es2015/index.d.ts",
Expand All @@ -19,11 +19,11 @@
}
],
"dependencies": {
"@lumieducation/h5p-webcomponents": "^8.1.3",
"@lumieducation/h5p-webcomponents": "^8.1.4",
"react": "17.0.2"
},
"devDependencies": {
"@lumieducation/h5p-server": "^8.1.3",
"@lumieducation/h5p-server": "^8.1.4",
"@types/react": "17.0.14"
}
}
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.

## [8.1.4](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.3...v8.1.4) (2021-07-22)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.945.0 ([5708677](https://github.com/Lumieducation/H5P-Nodejs-library/commit/570867763538590c6102071115499634447d75cf))





## [8.1.3](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.2...v8.1.3) (2021-07-13)

**Note:** Version bump only for package @lumieducation/h5p-rest-example-client
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": "8.1.3",
"version": "8.1.4",
"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": "^8.1.3",
"@lumieducation/h5p-react": "^8.1.4",
"bootstrap": "4.6.0",
"http-proxy-middleware": "2.0.1",
"react": "17.0.2",
Expand All @@ -15,7 +15,7 @@
"react-scripts": "4.0.3"
},
"devDependencies": {
"@lumieducation/h5p-server": "^8.1.3",
"@lumieducation/h5p-server": "^8.1.4",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.0.0",
"@testing-library/user-event": "13.2.0",
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.

## [8.1.4](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.3...v8.1.4) (2021-07-22)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.945.0 ([5708677](https://github.com/Lumieducation/H5P-Nodejs-library/commit/570867763538590c6102071115499634447d75cf))
* **deps:** update dependency i18next to v20.3.3 ([e893fc2](https://github.com/Lumieducation/H5P-Nodejs-library/commit/e893fc27ace00b9641fc14bc2a4f54c9709caf72))
* **deps:** update dependency i18next to v20.3.4 ([3de5db5](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3de5db5ffae8ec8556760db82cff58fa73505393))





## [8.1.3](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.2...v8.1.3) (2021-07-13)

**Note:** Version bump only for package @lumieducation/h5p-rest-example-server
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": "8.1.3",
"version": "8.1.4",
"private": true,
"description": "",
"main": "src/index.ts",
Expand All @@ -14,9 +14,9 @@
"author": "S. Rettig",
"license": "MIT",
"dependencies": {
"@lumieducation/h5p-express": "^8.1.3",
"@lumieducation/h5p-mongos3": "^8.1.3",
"@lumieducation/h5p-server": "^8.1.3",
"@lumieducation/h5p-express": "^8.1.4",
"@lumieducation/h5p-mongos3": "^8.1.4",
"@lumieducation/h5p-server": "^8.1.4",
"body-parser": "1.19.0",
"cache-manager": "3.4.4",
"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.

## [8.1.4](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.3...v8.1.4) (2021-07-22)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.945.0 ([5708677](https://github.com/Lumieducation/H5P-Nodejs-library/commit/570867763538590c6102071115499634447d75cf))





## [8.1.3](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.2...v8.1.3) (2021-07-13)

**Note:** Version bump only for package @lumieducation/h5p-server
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.

Loading

0 comments on commit ceea91b

Please sign in to comment.