Skip to content

Commit

Permalink
v9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumi authored and Lumi committed Mar 19, 2022
1 parent edcd03c commit c6b7f9d
Show file tree
Hide file tree
Showing 35 changed files with 160 additions and 42 deletions.
17 changes: 17 additions & 0 deletions 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.

## [9.1.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.1...v9.1.2) (2022-03-19)


### Bug Fixes

* **deps:** update dependency @fortawesome/react-fontawesome to v0.1.17 ([d656e43](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d656e4340f90fbc0e070a8a416d3f47329ef19ca))
* **deps:** update dependency @fortawesome/react-fontawesome to v0.1.18 ([c31a106](https://github.com/Lumieducation/H5P-Nodejs-library/commit/c31a106550f75b3316ed38ae8834f6abf9c4b4f9))
* **deps:** update dependency aws-sdk to v2.1094.0 ([fcc68b4](https://github.com/Lumieducation/H5P-Nodejs-library/commit/fcc68b4766af3c35bd2dd380993ff12db923388f))
* **deps:** update dependency aws-sdk to v2.1095.0 ([9d364aa](https://github.com/Lumieducation/H5P-Nodejs-library/commit/9d364aa40ee6b5a5aec659a656e92b139d2c178a))
* **deps:** update dependency aws-sdk to v2.1096.0 ([1d4210b](https://github.com/Lumieducation/H5P-Nodejs-library/commit/1d4210b584f55ef142cb08690a8935052f7a09af))
* **deps:** update dependency http-proxy-middleware to v2.0.4 ([d04ada9](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d04ada9b8e856ff97f67f5c091697dcf87def311))
* **h5p-server:** fixed contentWasCreated hook ([f2a5c50](https://github.com/Lumieducation/H5P-Nodejs-library/commit/f2a5c5018da6a4e9e9bb98dd4fa1e756d7416213))





## [9.1.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.0...v9.1.1) (2022-03-12)


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.1.1"
"version": "9.1.2"
}
8 changes: 8 additions & 0 deletions packages/h5p-examples/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.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.1...v9.1.2) (2022-03-19)

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





## [9.1.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.0...v9.1.1) (2022-03-12)


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.1.1",
"version": "9.1.2",
"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.1.1",
"@lumieducation/h5p-html-exporter": "^9.1.1",
"@lumieducation/h5p-mongos3": "^9.1.1",
"@lumieducation/h5p-redis-lock": "^9.1.1",
"@lumieducation/h5p-server": "^9.1.1",
"@lumieducation/h5p-express": "^9.1.2",
"@lumieducation/h5p-html-exporter": "^9.1.2",
"@lumieducation/h5p-mongos3": "^9.1.2",
"@lumieducation/h5p-redis-lock": "^9.1.2",
"@lumieducation/h5p-server": "^9.1.2",
"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.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.1...v9.1.2) (2022-03-19)

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





## [9.1.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.0...v9.1.1) (2022-03-12)

**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": "9.1.1",
"version": "9.1.2",
"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.1.1",
"@lumieducation/h5p-server": "^9.1.2",
"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.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.1...v9.1.2) (2022-03-19)

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





## [9.1.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.0...v9.1.1) (2022-03-12)

**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": "9.1.1",
"version": "9.1.2",
"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.1.1",
"@lumieducation/h5p-server": "^9.1.2",
"fs-extra": "10.0.0",
"mime-types": "^2.1.32",
"postcss": "^8.3.6",
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.

## [9.1.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.1...v9.1.2) (2022-03-19)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.1094.0 ([fcc68b4](https://github.com/Lumieducation/H5P-Nodejs-library/commit/fcc68b4766af3c35bd2dd380993ff12db923388f))
* **deps:** update dependency aws-sdk to v2.1095.0 ([9d364aa](https://github.com/Lumieducation/H5P-Nodejs-library/commit/9d364aa40ee6b5a5aec659a656e92b139d2c178a))
* **deps:** update dependency aws-sdk to v2.1096.0 ([1d4210b](https://github.com/Lumieducation/H5P-Nodejs-library/commit/1d4210b584f55ef142cb08690a8935052f7a09af))





## [9.1.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.0...v9.1.1) (2022-03-12)


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.1.1",
"version": "9.1.2",
"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.1.1",
"@lumieducation/h5p-server": "^9.1.2",
"aws-sdk": "2.1096.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.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.1...v9.1.2) (2022-03-19)

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





## [9.1.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.0...v9.1.1) (2022-03-12)

**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": "9.1.1",
"version": "9.1.2",
"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.1.1",
"@lumieducation/h5p-webcomponents": "^9.1.2",
"react": "17.0.2"
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.1.1",
"@lumieducation/h5p-server": "^9.1.2",
"@types/react": "17.0.41"
}
}
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.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.1...v9.1.2) (2022-03-19)

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





## [9.1.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.0...v9.1.1) (2022-03-12)

**Note:** Version bump only for package @lumieducation/h5p-redis-lock
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.1.1",
"version": "9.1.2",
"description": "A simple Redis-based lock",
"license": "GPL-3.0-or-later",
"repository": {
Expand All @@ -24,7 +24,7 @@
}
],
"dependencies": {
"@lumieducation/h5p-server": "^9.1.1",
"@lumieducation/h5p-server": "^9.1.2",
"ioredis": "^4.28.0",
"simple-redis-mutex": "^1.1.0"
},
Expand Down
13 changes: 13 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,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.1.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.1...v9.1.2) (2022-03-19)


### Bug Fixes

* **deps:** update dependency @fortawesome/react-fontawesome to v0.1.17 ([d656e43](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d656e4340f90fbc0e070a8a416d3f47329ef19ca))
* **deps:** update dependency @fortawesome/react-fontawesome to v0.1.18 ([c31a106](https://github.com/Lumieducation/H5P-Nodejs-library/commit/c31a106550f75b3316ed38ae8834f6abf9c4b4f9))
* **deps:** update dependency http-proxy-middleware to v2.0.4 ([d04ada9](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d04ada9b8e856ff97f67f5c091697dcf87def311))





## [9.1.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.0...v9.1.1) (2022-03-12)


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": "9.1.1",
"version": "9.1.2",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.18",
"@lumieducation/h5p-react": "^9.1.1",
"@lumieducation/h5p-react": "^9.1.2",
"bootstrap": "5.1.3",
"http-proxy-middleware": "2.0.4",
"react": "17.0.2",
Expand All @@ -15,7 +15,7 @@
"react-scripts": "5.0.0"
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.1.1",
"@lumieducation/h5p-server": "^9.1.2",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "13.5.0",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.1.2](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.1...v9.1.2) (2022-03-19)

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





## [9.1.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.0...v9.1.1) (2022-03-12)


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.

10 changes: 5 additions & 5 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": "9.1.1",
"version": "9.1.2",
"private": true,
"description": "",
"main": "src/index.ts",
Expand All @@ -16,10 +16,10 @@
"author": "S. Rettig",
"license": "MIT",
"dependencies": {
"@lumieducation/h5p-express": "^9.1.1",
"@lumieducation/h5p-mongos3": "^9.1.1",
"@lumieducation/h5p-server": "^9.1.1",
"@lumieducation/h5p-shared-state-server": "^9.1.1",
"@lumieducation/h5p-express": "^9.1.2",
"@lumieducation/h5p-mongos3": "^9.1.2",
"@lumieducation/h5p-server": "^9.1.2",
"@lumieducation/h5p-shared-state-server": "^9.1.2",
"body-parser": "1.19.2",
"cache-manager": "3.6.0",
"cache-manager-redis-store": "2.0.0",
Expand Down
Loading

0 comments on commit c6b7f9d

Please sign in to comment.