Skip to content

Commit

Permalink
v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumi authored and Lumi committed Mar 12, 2022
1 parent 30d34d8 commit 49f7a52
Show file tree
Hide file tree
Showing 35 changed files with 163 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.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.1.0...v9.1.1) (2022-03-12)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.1088.0 ([d4887b3](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d4887b368a70a9d8d885ce23a9198baf176997b8))
* **deps:** update dependency aws-sdk to v2.1089.0 ([8e80d0b](https://github.com/Lumieducation/H5P-Nodejs-library/commit/8e80d0bb5ee811c28e1912bc577d36e68d940bfa))
* **deps:** update dependency aws-sdk to v2.1090.0 ([96c78dd](https://github.com/Lumieducation/H5P-Nodejs-library/commit/96c78dd128e76322e14799fe5c12cfb8d1112a7f))
* **deps:** update dependency aws-sdk to v2.1092.0 ([8f0753a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/8f0753ae2fb63f65b25419ac5fbc25f441f33d23))
* **deps:** update dependency i18next to v21.6.14 ([d86e4f5](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d86e4f5268791e46bf5ad9866f2648c73c015919))
* **deps:** update dependency react-bootstrap to v2.2.1 ([95b4514](https://github.com/Lumieducation/H5P-Nodejs-library/commit/95b4514612cedd38576b42551c3e382b6f474569))
* **h5p-mongos3:** s3 lifecycle helper not taking effect ([8894815](https://github.com/Lumieducation/H5P-Nodejs-library/commit/889481597d238189b02ae1cf8e75568e7f29b9d1))





# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)


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.0"
"version": "9.1.1"
}
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.

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


### Bug Fixes

* **deps:** update dependency i18next to v21.6.14 ([d86e4f5](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d86e4f5268791e46bf5ad9866f2648c73c015919))





# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)


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.0",
"version": "9.1.1",
"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.0",
"@lumieducation/h5p-html-exporter": "^9.1.0",
"@lumieducation/h5p-mongos3": "^9.1.0",
"@lumieducation/h5p-redis-lock": "^9.1.0",
"@lumieducation/h5p-server": "^9.1.0",
"@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",
"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.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





# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)

**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.0",
"version": "9.1.1",
"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.0",
"@lumieducation/h5p-server": "^9.1.1",
"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.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





# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)

**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.0",
"version": "9.1.1",
"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.0",
"@lumieducation/h5p-server": "^9.1.1",
"fs-extra": "10.0.0",
"mime-types": "^2.1.32",
"postcss": "^8.3.6",
Expand Down
15 changes: 15 additions & 0 deletions packages/h5p-mongos3/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.

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


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.1088.0 ([d4887b3](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d4887b368a70a9d8d885ce23a9198baf176997b8))
* **deps:** update dependency aws-sdk to v2.1089.0 ([8e80d0b](https://github.com/Lumieducation/H5P-Nodejs-library/commit/8e80d0bb5ee811c28e1912bc577d36e68d940bfa))
* **deps:** update dependency aws-sdk to v2.1090.0 ([96c78dd](https://github.com/Lumieducation/H5P-Nodejs-library/commit/96c78dd128e76322e14799fe5c12cfb8d1112a7f))
* **deps:** update dependency aws-sdk to v2.1092.0 ([8f0753a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/8f0753ae2fb63f65b25419ac5fbc25f441f33d23))
* **h5p-mongos3:** s3 lifecycle helper not taking effect ([8894815](https://github.com/Lumieducation/H5P-Nodejs-library/commit/889481597d238189b02ae1cf8e75568e7f29b9d1))





# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)


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.0",
"version": "9.1.1",
"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.0",
"@lumieducation/h5p-server": "^9.1.1",
"aws-sdk": "2.1092.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.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





# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)

**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.0",
"version": "9.1.1",
"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.0",
"@lumieducation/h5p-webcomponents": "^9.1.1",
"react": "17.0.2"
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.1.0",
"@lumieducation/h5p-server": "^9.1.1",
"@types/react": "17.0.40"
}
}
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.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





# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)

**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.0",
"version": "9.1.1",
"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.0",
"@lumieducation/h5p-server": "^9.1.1",
"ioredis": "^4.28.0",
"simple-redis-mutex": "^1.1.0"
},
Expand Down
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.

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


### Bug Fixes

* **deps:** update dependency react-bootstrap to v2.2.1 ([95b4514](https://github.com/Lumieducation/H5P-Nodejs-library/commit/95b4514612cedd38576b42551c3e382b6f474569))





# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)


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.0",
"version": "9.1.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.16",
"@lumieducation/h5p-react": "^9.1.0",
"@lumieducation/h5p-react": "^9.1.1",
"bootstrap": "5.1.3",
"http-proxy-middleware": "2.0.3",
"react": "17.0.2",
Expand All @@ -15,7 +15,7 @@
"react-scripts": "5.0.0"
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.1.0",
"@lumieducation/h5p-server": "^9.1.1",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "13.5.0",
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.

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


### Bug Fixes

* **deps:** update dependency i18next to v21.6.14 ([d86e4f5](https://github.com/Lumieducation/H5P-Nodejs-library/commit/d86e4f5268791e46bf5ad9866f2648c73c015919))





# [9.1.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v9.0.10...v9.1.0) (2022-03-05)


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

0 comments on commit 49f7a52

Please sign in to comment.