Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jan 29, 2021
1 parent 4e86169 commit 9652a27
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 39 deletions.
35 changes: 18 additions & 17 deletions .versions
@@ -1,22 +1,22 @@
accounts-base@1.7.0
accounts-base@1.8.0
accounts-oauth@1.2.0
allow-deny@1.1.0
babel-compiler@7.5.3
babel-compiler@7.6.0
babel-runtime@1.5.0
base64@1.0.12
binary-heap@1.0.11
boilerplate-generator@1.7.0
bozhao:link-accounts@2.2.1
boilerplate-generator@1.7.1
bozhao:link-accounts@2.3.0
callback-hook@1.3.0
check@1.3.1
ddp@1.4.0
ddp-client@2.3.3
ddp-client@2.4.0
ddp-common@1.4.0
ddp-rate-limiter@1.0.9
ddp-server@2.3.2
diff-sequence@1.1.1
dynamic-import@0.5.2
ecmascript@0.14.3
dynamic-import@0.6.0
ecmascript@0.15.0
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.11.0
ecmascript-runtime-server@0.10.0
Expand All @@ -26,30 +26,31 @@ geojson-utils@1.0.10
id-map@1.1.0
inter-process-messaging@0.1.1
localstorage@1.2.0
logging@1.1.20
logging@1.2.0
meteor@1.9.3
minimongo@1.6.0
minimongo@1.6.1
modern-browsers@0.1.5
modules@0.15.0
modules@0.16.0
modules-runtime@0.12.0
mongo@1.10.0
mongo-decimal@0.1.1
mongo@1.10.1
mongo-decimal@0.1.2
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-mongo@3.8.0
oauth@1.3.0
npm-mongo@3.8.1
oauth@1.3.3
ordered-dict@1.1.0
promise@0.11.2
random@1.2.0
rate-limit@1.0.9
react-fast-refresh@0.1.0
reactive-var@1.0.11
reload@1.3.0
reload@1.3.1
retry@1.1.0
routepolicy@1.1.0
service-configuration@1.0.11
socket-stream-client@0.3.1
tracker@1.2.0
underscore@1.0.10
url@1.3.1
webapp@1.9.1
webapp-hashing@1.0.9
webapp@1.10.0
webapp-hashing@1.1.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## v. 2.3.0 - UNRELEASED
## v. 2.3.0 - 29.1.2021
* Added extra check on linking accounts and made connection errors provide a bit more information
* Updated development dependencies
* Add support for MS Office 365 logins via `lindoelio:accounts-office365` and `ermlab:accounts-office365`
Expand Down
83 changes: 64 additions & 19 deletions 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 package.json
@@ -1,6 +1,6 @@
{
"name": "meteor-link-accounts",
"version": "2.2.1",
"version": "2.3.0",
"private": true,
"description": "Template Meteor package for FOSS",
"main": "package.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"all-contributors-cli": "^6.19.0",
"babel-eslint": "^10.1.0",
"husky": "^4.3.6",
"husky": "^4.3.8",
"standard": "^16.0.3"
}
}

0 comments on commit 9652a27

Please sign in to comment.