Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumi authored and Lumi committed Feb 18, 2021
1 parent 4759eee commit 12ad232
Show file tree
Hide file tree
Showing 23 changed files with 107 additions and 27 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.845.0 ([7688aea](https://github.com/Lumieducation/H5P-Nodejs-library/commit/7688aea73f56c4f7ade36596e02b341f71badeec))
* **deps:** update dependency mongodb to v3.6.4 ([#1056](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1056)) ([412c00a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/412c00ad37d4b48cc0a58ee17d43f0bf42f07344))
* **deps:** update dependency react to v16.14.0 ([#1057](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1057)) ([09cec79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/09cec79d2e575ed38c9dec284cefd5003306d04f))
* **h5p-server:** missing translations when language was not found ([#1063](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1063)) ([5bc9976](https://github.com/Lumieducation/H5P-Nodejs-library/commit/5bc9976928cdba441f32c4392b2dfe3642b95abc))
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.0.0-alpha.1"
"version": "7.0.0"
}
8 changes: 8 additions & 0 deletions packages/h5p-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18)

**Note:** Version bump only for package @lumieducation/h5p-examples
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.0.0-alpha.1",
"version": "7.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -19,10 +19,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"@lumieducation/h5p-express": "^7.0.0-alpha.1",
"@lumieducation/h5p-html-exporter": "^7.0.0-alpha.1",
"@lumieducation/h5p-mongos3": "^7.0.0-alpha.1",
"@lumieducation/h5p-server": "^7.0.0-alpha.1",
"@lumieducation/h5p-express": "^7.0.0",
"@lumieducation/h5p-html-exporter": "^7.0.0",
"@lumieducation/h5p-mongos3": "^7.0.0",
"@lumieducation/h5p-server": "^7.0.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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18)

**Note:** Version bump only for package @lumieducation/h5p-express
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.0.0-alpha.1",
"version": "7.0.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.0.0-alpha.1",
"@lumieducation/h5p-server": "^7.0.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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18)

**Note:** Version bump only for package @lumieducation/h5p-html-exporter
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.0.0-alpha.1",
"version": "7.0.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.0.0-alpha.1",
"@lumieducation/h5p-server": "^7.0.0",
"mime-types": "^2.1.26",
"postcss": "^8.1.10",
"postcss-clean": "^1.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/h5p-mongos3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18)


### Bug Fixes

* **deps:** update dependency aws-sdk to v2.845.0 ([7688aea](https://github.com/Lumieducation/H5P-Nodejs-library/commit/7688aea73f56c4f7ade36596e02b341f71badeec))
* **deps:** update dependency mongodb to v3.6.4 ([#1056](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1056)) ([412c00a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/412c00ad37d4b48cc0a58ee17d43f0bf42f07344))
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.0.0-alpha.1",
"version": "7.0.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.0.0-alpha.1",
"@lumieducation/h5p-server": "^7.0.0",
"aws-sdk": "2.845.0",
"mongodb": "3.6.4"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/h5p-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18)


### Bug Fixes

* **deps:** update dependency react to v16.14.0 ([#1057](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1057)) ([09cec79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/09cec79d2e575ed38c9dec284cefd5003306d04f))
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.

8 changes: 4 additions & 4 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": "0.1.2",
"version": "7.0.0",
"main": "./build/umd/index.js",
"module": "./build/es2015/index.js",
"types": "./build/es2015/index.d.ts",
Expand All @@ -19,12 +19,12 @@
}
],
"dependencies": {
"@lumieducation/h5p-webcomponents": "0.2.2",
"@lumieducation/h5p-webcomponents": "^7.0.0",
"react": "16.14.0"
},
"devDependencies": {
"@lumieducation/h5p-server": "^7.0.0",
"@types/react": "16.14.4",
"@types/resize-observer-browser": "0.1.5",
"@lumieducation/h5p-server": "7.0.0-alpha.1"
"@types/resize-observer-browser": "0.1.5"
}
}
11 changes: 11 additions & 0 deletions packages/h5p-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18)


### Bug Fixes

* **h5p-server:** missing translations when language was not found ([#1063](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1063)) ([5bc9976](https://github.com/Lumieducation/H5P-Nodejs-library/commit/5bc9976928cdba441f32c4392b2dfe3642b95abc))
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": "7.0.0-alpha.1",
"version": "7.0.0",
"description": "A community re-implementation of the H5P server",
"license": "GPL-3.0-or-later",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/h5p-webcomponents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/Lumieducation/h5p-webcomponents/compare/v6.2.0...v7.0.0) (2021-02-18)

**Note:** Version bump only for package @lumieducation/h5p-webcomponents
2 changes: 1 addition & 1 deletion packages/h5p-webcomponents/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-webcomponents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumieducation/h5p-webcomponents",
"version": "0.2.2",
"version": "7.0.0",
"description": "A Web Component wrapper around the H5P Editor and Player",
"author": "Sebastian Rettig",
"license": "GPL-3.0-or-later",
Expand Down Expand Up @@ -29,7 +29,7 @@
"await-lock": "^2.1.0"
},
"devDependencies": {
"@types/resize-observer-browser": "0.1.5",
"@lumieducation/h5p-server": "7.0.0-alpha.1"
"@lumieducation/h5p-server": "^7.0.0",
"@types/resize-observer-browser": "0.1.5"
}
}

0 comments on commit 12ad232

Please sign in to comment.