Skip to content

Commit

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

## [8.1.7](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.6...v8.1.7) (2021-08-31)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.971.0 ([db38dd1](https://github.com/Lumieducation/H5P-Nodejs-library/commit/db38dd1fe34f8de4eb6b18376d80d849a02863da))
* **deps:** update dependency aws-sdk to v2.972.0 ([3f8353b](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3f8353b7b59a475d0e034ff69feeede759b63c91))
* **deps:** update dependency aws-sdk to v2.973.0 ([f1b5cc1](https://github.com/Lumieducation/H5P-Nodejs-library/commit/f1b5cc13be1892d5dfca8e006354232e4660fff7))
* **deps:** update dependency aws-sdk to v2.974.0 ([cca531a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/cca531a7400a2a66f8001918579c181b1af8b007))
* **deps:** update dependency aws-sdk to v2.975.0 ([2436a29](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2436a292f12922ff54f0248b4f62d238690459b8))
* **deps:** update dependency aws-sdk to v2.976.0 ([6fb51e4](https://github.com/Lumieducation/H5P-Nodejs-library/commit/6fb51e430628b664c3128ba0295d28941a320a95))
* **deps:** update dependency aws-sdk to v2.977.0 ([6698a8a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/6698a8a1c786bf1ccdd731aa3c11b942df182ed4))
* **deps:** update dependency aws-sdk to v2.978.0 ([3aab69b](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3aab69b4618e583de1793a85d249ded08d7a24a2))
* **deps:** update dependency aws-sdk to v2.979.0 ([7a2a028](https://github.com/Lumieducation/H5P-Nodejs-library/commit/7a2a028f4138a68eec16d88b729395d8b9fa124c))
* **deps:** update dependency i18next to v20.5.0 ([d6918f2](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d6918f2d4e0a009f12cd1e544a1db5bef320efea))
* **deps:** update dependency mongodb to v3.6.12 ([9544cb9](https://github.com/Lumieducation/H5P-Nodejs-library/commit/9544cb902cf08f0cf95988bdc004af959aac61df))
* **h5p-html-exporter:** turkish characters in current working dir work ([#1720](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1720)) ([9632877](https://github.com/Lumieducation/H5P-Nodejs-library/commit/9632877022dd4075c5339c80a2acb669615fb525))
* **h5p-server:** dir temporary storage works with sub-directories ([#1710](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1710)) ([9b7c0ae](https://github.com/Lumieducation/H5P-Nodejs-library/commit/9b7c0ae99dfb6f23e864826cc56e52b4699da4ba))
* **h5p-server:** improved file upload error message ([#1667](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1667)) ([3434133](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3434133ddb862d301e93e2051debbb0a545617c8))





## [8.1.6](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.5...v8.1.6) (2021-08-18)


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.6"
"version": "8.1.7"
}
11 changes: 11 additions & 0 deletions packages/h5p-examples/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.7](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.6...v8.1.7) (2021-08-31)


### Bug Fixes

* **deps:** update dependency i18next to v20.5.0 ([d6918f2](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d6918f2d4e0a009f12cd1e544a1db5bef320efea))





## [8.1.6](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.5...v8.1.6) (2021-08-18)

**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.6",
"version": "8.1.7",
"description": "",
"main": "build/express.js",
"scripts": {
Expand All @@ -19,10 +19,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"@lumieducation/h5p-express": "^8.1.6",
"@lumieducation/h5p-html-exporter": "^8.1.6",
"@lumieducation/h5p-mongos3": "^8.1.6",
"@lumieducation/h5p-server": "^8.1.6",
"@lumieducation/h5p-express": "^8.1.7",
"@lumieducation/h5p-html-exporter": "^8.1.7",
"@lumieducation/h5p-mongos3": "^8.1.7",
"@lumieducation/h5p-server": "^8.1.7",
"body-parser": "1.19.0",
"cache-manager": "3.4.4",
"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.

## [8.1.7](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.6...v8.1.7) (2021-08-31)

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





## [8.1.6](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.5...v8.1.6) (2021-08-18)

**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.6",
"version": "8.1.7",
"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.6",
"@lumieducation/h5p-server": "^8.1.7",
"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.7](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.6...v8.1.7) (2021-08-31)


### Bug Fixes

* **h5p-html-exporter:** turkish characters in current working dir work ([#1720](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1720)) ([9632877](https://github.com/Lumieducation/H5P-Nodejs-library/commit/9632877022dd4075c5339c80a2acb669615fb525))
* **h5p-server:** improved file upload error message ([#1667](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1667)) ([3434133](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3434133ddb862d301e93e2051debbb0a545617c8))





## [8.1.6](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.5...v8.1.6) (2021-08-18)

**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": "8.1.6",
"version": "8.1.7",
"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.6",
"@lumieducation/h5p-server": "^8.1.7",
"fs-extra": "9.1.0",
"mime-types": "^2.1.26",
"postcss": "^8.1.10",
Expand Down
20 changes: 20 additions & 0 deletions packages/h5p-mongos3/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.7](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.6...v8.1.7) (2021-08-31)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.971.0 ([db38dd1](https://github.com/Lumieducation/H5P-Nodejs-library/commit/db38dd1fe34f8de4eb6b18376d80d849a02863da))
* **deps:** update dependency aws-sdk to v2.972.0 ([3f8353b](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3f8353b7b59a475d0e034ff69feeede759b63c91))
* **deps:** update dependency aws-sdk to v2.973.0 ([f1b5cc1](https://github.com/Lumieducation/H5P-Nodejs-library/commit/f1b5cc13be1892d5dfca8e006354232e4660fff7))
* **deps:** update dependency aws-sdk to v2.974.0 ([cca531a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/cca531a7400a2a66f8001918579c181b1af8b007))
* **deps:** update dependency aws-sdk to v2.975.0 ([2436a29](https://github.com/Lumieducation/H5P-Nodejs-library/commit/2436a292f12922ff54f0248b4f62d238690459b8))
* **deps:** update dependency aws-sdk to v2.976.0 ([6fb51e4](https://github.com/Lumieducation/H5P-Nodejs-library/commit/6fb51e430628b664c3128ba0295d28941a320a95))
* **deps:** update dependency aws-sdk to v2.977.0 ([6698a8a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/6698a8a1c786bf1ccdd731aa3c11b942df182ed4))
* **deps:** update dependency aws-sdk to v2.978.0 ([3aab69b](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3aab69b4618e583de1793a85d249ded08d7a24a2))
* **deps:** update dependency aws-sdk to v2.979.0 ([7a2a028](https://github.com/Lumieducation/H5P-Nodejs-library/commit/7a2a028f4138a68eec16d88b729395d8b9fa124c))
* **deps:** update dependency mongodb to v3.6.12 ([9544cb9](https://github.com/Lumieducation/H5P-Nodejs-library/commit/9544cb902cf08f0cf95988bdc004af959aac61df))





## [8.1.6](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.5...v8.1.6) (2021-08-18)

**Note:** Version bump only for package @lumieducation/h5p-mongos3
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.6",
"version": "8.1.7",
"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.6",
"@lumieducation/h5p-server": "^8.1.7",
"aws-sdk": "2.979.0",
"mongodb": "3.6.12",
"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.

## [8.1.7](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.6...v8.1.7) (2021-08-31)

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





## [8.1.6](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.5...v8.1.6) (2021-08-18)

**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.6",
"version": "8.1.7",
"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.6",
"@lumieducation/h5p-webcomponents": "^8.1.7",
"react": "17.0.2"
},
"devDependencies": {
"@lumieducation/h5p-server": "^8.1.6",
"@lumieducation/h5p-server": "^8.1.7",
"@types/react": "17.0.19"
}
}
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.1.7](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.6...v8.1.7) (2021-08-31)

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





## [8.1.6](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.5...v8.1.6) (2021-08-18)

**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.6",
"version": "8.1.7",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.15",
"@lumieducation/h5p-react": "^8.1.6",
"@lumieducation/h5p-react": "^8.1.7",
"bootstrap": "5.1.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.6",
"@lumieducation/h5p-server": "^8.1.7",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.0.0",
"@testing-library/user-event": "13.2.1",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.1.7](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.6...v8.1.7) (2021-08-31)


### Bug Fixes

* **deps:** update dependency i18next to v20.5.0 ([d6918f2](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d6918f2d4e0a009f12cd1e544a1db5bef320efea))





## [8.1.6](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.5...v8.1.6) (2021-08-18)

**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.6",
"version": "8.1.7",
"private": true,
"description": "",
"main": "src/index.ts",
Expand All @@ -14,9 +14,9 @@
"author": "S. Rettig",
"license": "MIT",
"dependencies": {
"@lumieducation/h5p-express": "^8.1.6",
"@lumieducation/h5p-mongos3": "^8.1.6",
"@lumieducation/h5p-server": "^8.1.6",
"@lumieducation/h5p-express": "^8.1.7",
"@lumieducation/h5p-mongos3": "^8.1.7",
"@lumieducation/h5p-server": "^8.1.7",
"body-parser": "1.19.0",
"cache-manager": "3.4.4",
"cache-manager-redis-store": "2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/h5p-server/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.7](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.6...v8.1.7) (2021-08-31)


### Bug Fixes

* **h5p-server:** dir temporary storage works with sub-directories ([#1710](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1710)) ([9b7c0ae](https://github.com/Lumieducation/H5P-Nodejs-library/commit/9b7c0ae99dfb6f23e864826cc56e52b4699da4ba))
* **h5p-server:** improved file upload error message ([#1667](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1667)) ([3434133](https://github.com/Lumieducation/H5P-Nodejs-library/commit/3434133ddb862d301e93e2051debbb0a545617c8))





## [8.1.6](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v8.1.5...v8.1.6) (2021-08-18)


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": "8.1.6",
"version": "8.1.7",
"description": "A community re-implementation of the H5P server",
"license": "GPL-3.0-or-later",
"repository": {
Expand Down
Loading

0 comments on commit b6a6875

Please sign in to comment.