-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #612 from matteodem/v2.2.0
v2.2.0
- Loading branch information
Showing
12 changed files
with
77 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: 'easysearch:autosuggest', | ||
summary: "Selectize Autosuggest Component for EasySearch", | ||
version: "2.1.9", | ||
version: "2.2.0", | ||
git: "https://github.com/matteodem/meteor-easy-search.git", | ||
documentation: 'README.md' | ||
}); | ||
|
@@ -12,8 +12,8 @@ Package.onUse(function(api) { | |
// Dependencies | ||
api.use(['check', 'ecmascript', '[email protected]', '[email protected]']); | ||
api.use([ | ||
'easysearch:core@2.1.9', | ||
'easysearch:components@2.1.9', | ||
'easysearch:core@2.2.0', | ||
'easysearch:components@2.2.0', | ||
'jeremy:[email protected]_4', | ||
]); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: 'easysearch:elasticsearch', | ||
summary: "Elasticsearch Engine for EasySearch", | ||
version: "2.1.9", | ||
version: "2.2.0", | ||
git: "https://github.com/matteodem/meteor-easy-search.git", | ||
documentation: 'README.md' | ||
}); | ||
|
@@ -15,7 +15,7 @@ Package.onUse(function(api) { | |
|
||
// Dependencies | ||
api.use(['check', 'ecmascript']); | ||
api.use(['easysearch:core@2.1.9', 'erasaur:[email protected]']); | ||
api.use(['easysearch:core@2.2.0', 'erasaur:[email protected]']); | ||
|
||
api.addFiles([ | ||
'lib/data-syncer.js', | ||
|