mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
New release prep
This commit is contained in:
parent
25c247e99b
commit
4d0de69489
4 changed files with 866 additions and 794 deletions
File diff suppressed because one or more lines are too long
|
@ -40,9 +40,9 @@ func main() {
|
||||||
// product details
|
// product details
|
||||||
rt.Product = domain.Product{}
|
rt.Product = domain.Product{}
|
||||||
rt.Product.Major = "2"
|
rt.Product.Major = "2"
|
||||||
rt.Product.Minor = "0"
|
rt.Product.Minor = "1"
|
||||||
rt.Product.Patch = "6"
|
rt.Product.Patch = "0"
|
||||||
rt.Product.Revision = "190223170338"
|
rt.Product.Revision = "190301143645"
|
||||||
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
||||||
rt.Product.Edition = domain.CommunityEdition
|
rt.Product.Edition = domain.CommunityEdition
|
||||||
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
||||||
|
|
1631
embed/bindata.go
1631
embed/bindata.go
File diff suppressed because one or more lines are too long
|
@ -4666,10 +4666,10 @@ elliptic@^6.0.0:
|
||||||
minimalistic-assert "^1.0.0"
|
minimalistic-assert "^1.0.0"
|
||||||
minimalistic-crypto-utils "^1.0.0"
|
minimalistic-crypto-utils "^1.0.0"
|
||||||
|
|
||||||
ember-ajax@^3.1.0:
|
ember-ajax@^4.0.1:
|
||||||
version "3.1.3"
|
version "4.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/ember-ajax/-/ember-ajax-3.1.3.tgz#f51b8e3e36765575a2698c8660e377d4d6371642"
|
resolved "https://registry.yarnpkg.com/ember-ajax/-/ember-ajax-4.0.2.tgz#ce86d52c24289657e0a230140b06a52fe453d655"
|
||||||
integrity sha512-C+BmWxXECGWuv7T17OHSQySpVuoCalmxI/NLUr+3eSlBeCD0xwI3mRRL1CbmAWXdyNwzK3je+lFCSuMaJu2miA==
|
integrity sha512-YeeeAQizQc5ioCeraxFo30y3W6mmUxmndF0ShI/Wvwfe8IhVw40jL42itaUHbo2CxKsNRZzQ8x3re65dGM0CrA==
|
||||||
dependencies:
|
dependencies:
|
||||||
ember-cli-babel "^6.16.0"
|
ember-cli-babel "^6.16.0"
|
||||||
najax "^1.0.3"
|
najax "^1.0.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue