Skip to content

Commit

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

# [7.2.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.1.0...v7.2.0) (2021-03-04)


### Bug Fixes

* **deps:** pin dependencies ([f01d554](https://github.com/Lumieducation/H5P-Nodejs-library/commit/f01d554143cbbf2c5ed832ca2f360cd8cf2324be))
* **deps:** update dependency @testing-library/user-event to v12.8.0 ([50015a7](https://github.com/Lumieducation/H5P-Nodejs-library/commit/50015a7b2144588f282a3a3e533613d6c738b64e))
* **deps:** update dependency @testing-library/user-event to v12.8.1 ([43a9121](https://github.com/Lumieducation/H5P-Nodejs-library/commit/43a9121ab59c9b4112614557a4d99df94fe91eb8))
* **deps:** update dependency aws-sdk to v2.852.0 ([fa54d6d](https://github.com/Lumieducation/H5P-Nodejs-library/commit/fa54d6d47881457ef77372d2ca7c24946c000c3a))
* **deps:** update dependency aws-sdk to v2.853.0 ([f5f93a8](https://github.com/Lumieducation/H5P-Nodejs-library/commit/f5f93a891fb8f81c4a84fcdae86b0d71de36cd3f))
* **deps:** update dependency aws-sdk to v2.854.0 ([6a0d29c](https://github.com/Lumieducation/H5P-Nodejs-library/commit/6a0d29cb35097328f582f98a82245ac8d5a39fdd))
* **deps:** update dependency aws-sdk to v2.855.0 ([b1b75f0](https://github.com/Lumieducation/H5P-Nodejs-library/commit/b1b75f09cf423380c4dcda98f2694c8480221897))
* **deps:** update dependency aws-sdk to v2.856.0 ([10b9278](https://github.com/Lumieducation/H5P-Nodejs-library/commit/10b9278380ea8df5a5aa5cb5fb2aa28e81c9bf94))
* **deps:** update dependency react-bootstrap to v1.5.1 ([37cfb4b](https://github.com/Lumieducation/H5P-Nodejs-library/commit/37cfb4b4df34ebd307f728113030030d34ccf6c4))
* **deps:** update dependency typescript to v4.2.2 ([87f414c](https://github.com/Lumieducation/H5P-Nodejs-library/commit/87f414ca2a332ac9fb84f697ce8b4dce842e8ca2))
* **h5p-server:** now exports UrlGenerator ([#1120](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1120)) ([fa059a8](https://github.com/Lumieducation/H5P-Nodejs-library/commit/fa059a82d4ea5fcded674d1250c85dbd66796d22))


### Features

* **h5p-mongos3:** new MongoLibraryStorage class ([#1118](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1118)) ([9527dfd](https://github.com/Lumieducation/H5P-Nodejs-library/commit/9527dfd70701c924a4dbfa2bc4bb7c4949df4da0))





# [7.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.1.0) (2021-02-25)


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.1.0"
"version": "7.2.0"
}
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.

# [7.2.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.1.0...v7.2.0) (2021-03-04)


### Features

* **h5p-mongos3:** new MongoLibraryStorage class ([#1118](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1118)) ([9527dfd](https://github.com/Lumieducation/H5P-Nodejs-library/commit/9527dfd70701c924a4dbfa2bc4bb7c4949df4da0))





# [7.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.1.0) (2021-02-25)


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.1.0",
"version": "7.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -19,10 +19,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"@lumieducation/h5p-express": "^7.1.0",
"@lumieducation/h5p-html-exporter": "^7.1.0",
"@lumieducation/h5p-mongos3": "^7.1.0",
"@lumieducation/h5p-server": "^7.1.0",
"@lumieducation/h5p-express": "^7.2.0",
"@lumieducation/h5p-html-exporter": "^7.2.0",
"@lumieducation/h5p-mongos3": "^7.2.0",
"@lumieducation/h5p-server": "^7.2.0",
"body-parser": "1.19.0",
"cache-manager": "3.4.0",
"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.2.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.1.0...v7.2.0) (2021-03-04)

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





# [7.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.1.0) (2021-02-25)


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.1.0",
"version": "7.2.0",
"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.1.0",
"@lumieducation/h5p-server": "^7.2.0",
"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.2.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.1.0...v7.2.0) (2021-03-04)

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





# [7.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.1.0) (2021-02-25)


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.1.0",
"version": "7.2.0",
"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.1.0",
"@lumieducation/h5p-server": "^7.2.0",
"mime-types": "^2.1.26",
"postcss": "^8.1.10",
"postcss-clean": "^1.1.0",
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.

# [7.2.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.1.0...v7.2.0) (2021-03-04)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.852.0 ([fa54d6d](https://github.com/Lumieducation/H5P-Nodejs-library/commit/fa54d6d47881457ef77372d2ca7c24946c000c3a))
* **deps:** update dependency aws-sdk to v2.853.0 ([f5f93a8](https://github.com/Lumieducation/H5P-Nodejs-library/commit/f5f93a891fb8f81c4a84fcdae86b0d71de36cd3f))
* **deps:** update dependency aws-sdk to v2.854.0 ([6a0d29c](https://github.com/Lumieducation/H5P-Nodejs-library/commit/6a0d29cb35097328f582f98a82245ac8d5a39fdd))
* **deps:** update dependency aws-sdk to v2.855.0 ([b1b75f0](https://github.com/Lumieducation/H5P-Nodejs-library/commit/b1b75f09cf423380c4dcda98f2694c8480221897))
* **deps:** update dependency aws-sdk to v2.856.0 ([10b9278](https://github.com/Lumieducation/H5P-Nodejs-library/commit/10b9278380ea8df5a5aa5cb5fb2aa28e81c9bf94))


### Features

* **h5p-mongos3:** new MongoLibraryStorage class ([#1118](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1118)) ([9527dfd](https://github.com/Lumieducation/H5P-Nodejs-library/commit/9527dfd70701c924a4dbfa2bc4bb7c4949df4da0))





# [7.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.1.0) (2021-02-25)


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.1.0",
"version": "7.2.0",
"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.1.0",
"@lumieducation/h5p-server": "^7.2.0",
"aws-sdk": "2.856.0",
"mongodb": "3.6.4",
"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.

# [7.2.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.1.0...v7.2.0) (2021-03-04)


### Bug Fixes

* **deps:** pin dependencies ([f01d554](https://github.com/Lumieducation/H5P-Nodejs-library/commit/f01d554143cbbf2c5ed832ca2f360cd8cf2324be))





# [7.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.1.0) (2021-02-25)


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.1.0",
"version": "7.2.0",
"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": "^7.1.0",
"@lumieducation/h5p-webcomponents": "^7.2.0",
"react": "17.0.1"
},
"devDependencies": {
"@lumieducation/h5p-server": "7.1.0",
"@lumieducation/h5p-server": "^7.2.0",
"@types/react": "16.14.4",
"@types/resize-observer-browser": "0.1.5"
}
Expand Down
15 changes: 15 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,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.2.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.1.0...v7.2.0) (2021-03-04)


### Bug Fixes

* **deps:** pin dependencies ([f01d554](https://github.com/Lumieducation/H5P-Nodejs-library/commit/f01d554143cbbf2c5ed832ca2f360cd8cf2324be))
* **deps:** update dependency @testing-library/user-event to v12.8.0 ([50015a7](https://github.com/Lumieducation/H5P-Nodejs-library/commit/50015a7b2144588f282a3a3e533613d6c738b64e))
* **deps:** update dependency @testing-library/user-event to v12.8.1 ([43a9121](https://github.com/Lumieducation/H5P-Nodejs-library/commit/43a9121ab59c9b4112614557a4d99df94fe91eb8))
* **deps:** update dependency react-bootstrap to v1.5.1 ([37cfb4b](https://github.com/Lumieducation/H5P-Nodejs-library/commit/37cfb4b4df34ebd307f728113030030d34ccf6c4))
* **deps:** update dependency typescript to v4.2.2 ([87f414c](https://github.com/Lumieducation/H5P-Nodejs-library/commit/87f414ca2a332ac9fb84f697ce8b4dce842e8ca2))





# [7.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.1.0) (2021-02-25)


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.1.0",
"version": "7.2.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-solid-svg-icons": "5.15.2",
"@fortawesome/react-fontawesome": "0.1.14",
"@lumieducation/h5p-react": "7.1.0",
"@lumieducation/h5p-react": "^7.2.0",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.5",
"@testing-library/user-event": "12.8.1",
Expand All @@ -23,7 +23,7 @@
"typescript": "4.2.2"
},
"devDependencies": {
"@lumieducation/h5p-server": "7.1.0",
"@lumieducation/h5p-server": "^7.2.0",
"prettier": "2.2.1"
},
"scripts": {
Expand Down
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.2.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.1.0...v7.2.0) (2021-03-04)


### Bug Fixes

* **deps:** pin dependencies ([f01d554](https://github.com/Lumieducation/H5P-Nodejs-library/commit/f01d554143cbbf2c5ed832ca2f360cd8cf2324be))
* **deps:** update dependency typescript to v4.2.2 ([87f414c](https://github.com/Lumieducation/H5P-Nodejs-library/commit/87f414ca2a332ac9fb84f697ce8b4dce842e8ca2))





# [7.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.1.0) (2021-02-25)


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.1.0",
"version": "7.2.0",
"private": true,
"description": "",
"main": "src/index.ts",
Expand All @@ -13,9 +13,9 @@
"author": "S. Rettig",
"license": "MIT",
"dependencies": {
"@lumieducation/h5p-express": "7.1.0",
"@lumieducation/h5p-mongos3": "7.1.0",
"@lumieducation/h5p-server": "7.1.0",
"@lumieducation/h5p-express": "^7.2.0",
"@lumieducation/h5p-mongos3": "^7.2.0",
"@lumieducation/h5p-server": "^7.2.0",
"@types/express": "4.17.11",
"body-parser": "1.19.0",
"cache-manager": "3.4.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.2.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.1.0...v7.2.0) (2021-03-04)


### Bug Fixes

* **h5p-server:** now exports UrlGenerator ([#1120](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1120)) ([fa059a8](https://github.com/Lumieducation/H5P-Nodejs-library/commit/fa059a82d4ea5fcded674d1250c85dbd66796d22))





# [7.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.1.0) (2021-02-25)


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 14bae46

Please sign in to comment.