mirror of
https://github.com/wekan/wekan.git
synced 2026-02-01 14:11:48 +01:00
Merge branch 'master' of https://github.com/wekan/wekan into admin-reports
This commit is contained in:
commit
86f6bdf9af
5 changed files with 617 additions and 78 deletions
|
|
@ -1 +1 @@
|
||||||
METEOR@2.1
|
METEOR@2.1.1
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ babel-compiler@7.6.0
|
||||||
babel-runtime@1.5.0
|
babel-runtime@1.5.0
|
||||||
base64@1.0.12
|
base64@1.0.12
|
||||||
binary-heap@1.0.11
|
binary-heap@1.0.11
|
||||||
blaze@2.3.4
|
blaze@2.4.0
|
||||||
blaze-tools@1.0.10
|
blaze-tools@1.0.10
|
||||||
boilerplate-generator@1.7.1
|
boilerplate-generator@1.7.1
|
||||||
browser-policy-common@1.0.11
|
browser-policy-common@1.0.11
|
||||||
|
|
@ -71,7 +71,7 @@ geojson-utils@1.0.10
|
||||||
horka:swipebox@1.0.2
|
horka:swipebox@1.0.2
|
||||||
hot-code-push@1.0.4
|
hot-code-push@1.0.4
|
||||||
html-tools@1.0.11
|
html-tools@1.0.11
|
||||||
htmljs@1.0.11
|
htmljs@1.1.0
|
||||||
http@1.4.3
|
http@1.4.3
|
||||||
id-map@1.1.0
|
id-map@1.1.0
|
||||||
idmontie:migrations@1.0.3
|
idmontie:migrations@1.0.3
|
||||||
|
|
@ -210,7 +210,7 @@ simple:rest-bearer-token-parser@1.0.1
|
||||||
simple:rest-json-error-handler@1.0.1
|
simple:rest-json-error-handler@1.0.1
|
||||||
socket-stream-client@0.3.1
|
socket-stream-client@0.3.1
|
||||||
softwarerero:accounts-t9n@1.3.11
|
softwarerero:accounts-t9n@1.3.11
|
||||||
spacebars@1.0.15
|
spacebars@1.1.0
|
||||||
spacebars-compiler@1.1.3
|
spacebars-compiler@1.1.3
|
||||||
srp@1.1.0
|
srp@1.1.0
|
||||||
standard-minifier-css@1.7.2
|
standard-minifier-css@1.7.2
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,11 @@
|
||||||
# Upcoming Wekan release
|
# Upcoming Wekan release
|
||||||
|
|
||||||
This release fixes the following bugs:
|
This release adds the following updates:
|
||||||
|
|
||||||
|
- [Upgraded to Meteor 2.1.1 an updated dependencies](https://github.com/wekan/wekan/commit/bb8c4325c60582cdcda5d406071586f18681e737).
|
||||||
|
Thanks to developers of dependencies.
|
||||||
|
|
||||||
|
and fixes the following bugs:
|
||||||
|
|
||||||
- [Revert stable tag, because it did break Wekan version numbers](https://github.com/wekan/wekan/commit/5ca90f4d2245910580cb0af885fac17dcec44ef0).
|
- [Revert stable tag, because it did break Wekan version numbers](https://github.com/wekan/wekan/commit/5ca90f4d2245910580cb0af885fac17dcec44ef0).
|
||||||
Thanks to xet7.
|
Thanks to xet7.
|
||||||
|
|
|
||||||
678
package-lock.json
generated
678
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -71,7 +71,7 @@
|
||||||
"ldapjs": "^2.1.1",
|
"ldapjs": "^2.1.1",
|
||||||
"markdown-it": "^12.0.2",
|
"markdown-it": "^12.0.2",
|
||||||
"markdown-it-emoji": "^2.0.0",
|
"markdown-it-emoji": "^2.0.0",
|
||||||
"meteor-node-stubs": "^1.0.1",
|
"meteor-node-stubs": "^1.0.3",
|
||||||
"mongodb": "^3.6.2",
|
"mongodb": "^3.6.2",
|
||||||
"os": "^0.1.1",
|
"os": "^0.1.1",
|
||||||
"page": "^1.11.5",
|
"page": "^1.11.5",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue