Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
Julien Veyssier 2020-10-12 17:19:02 +02:00
parent d53ed08e7b
commit cf60ad69c2
No known key found for this signature in database
GPG key ID: 4141FEE162030638
4 changed files with 13 additions and 8 deletions

View file

@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## 0.0.3 2020-10-12
### Changed
- 'more' link now points to Moodle's dashboard
- various small design/code improvements
## 0.0.2 2020-10-02
### Added
- lots of translations

View file

@ -5,7 +5,7 @@
<summary>Integration of Moodle learning management system</summary>
<description><![CDATA[Moodle integration provides a dashboard widget displaying information about your recent courses and upcoming events.
It also allows you to search for content in Moodle.]]></description>
<version>0.0.2</version>
<version>0.0.3</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Moodle</namespace>

12
package-lock.json generated
View file

@ -1195,9 +1195,9 @@
}
},
"@nextcloud/vue": {
"version": "2.6.6",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.6.tgz",
"integrity": "sha512-amlFNT5uDnz8ryFeD4birEXXx2K0KyV5nthYoIuz6A7liOxFwOF7BX7jNwhYkM21JvSloMCfm76BcK+DxtShOw==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.7.0.tgz",
"integrity": "sha512-iZxTUWsDvfQdi3FRqEBfv5MGqJPPISk9FEXhX98wnWX37YaDwx9qOpvAQo+/6bjVVwwu8E7oWJN24NE4rxWhBg==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@ -3247,9 +3247,9 @@
}
},
"emoji-mart-vue-fast": {
"version": "7.0.5",
"resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-7.0.5.tgz",
"integrity": "sha512-+ayg30hhxqqM9oMtN9uUG470hT9gtOdFenByJJBm3XTfzI2QMVJ69euwk+xF55OphLfKZxQG7mnVz13lDOjb3g==",
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-7.0.6.tgz",
"integrity": "sha512-nvGoIRMhgVYHFBcHJMjjYKS71RopuBRGuO/51DqOcIFreRJAaTvAwmk9eUjI1mwXHY7b/cCarrGi3FBE7Kz37A==",
"requires": {
"@babel/polyfill": "7.2.5",
"@babel/runtime": "7.3.4",

View file

@ -34,7 +34,7 @@
"dependencies": {
"@nextcloud/router": "^1.1.0",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/vue": "^2.6.6",
"@nextcloud/vue": "^2.7.0",
"@nextcloud/webpack-vue-config": "^1.4.0",
"@nextcloud/vue-dashboard": "^1.0.1",
"@nextcloud/axios": "^1.3.3",