forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
- Add docs for Accounts.registerLoginHandler by [shivam1646](https://github.com/shivam1646) | ||
- Updated MongoDB driver to 4.11 by [radekmie](https://github.com/radekmie) | ||
- Show port in restart message by [harryadel](https://github.com/harryadel) | ||
- In the client, don't wait if the stub doesn't return a promise by [denihs](https://github.com/denihs) | ||
- The rest of type definitions for core packages by [piotrpospiech](https://github.com/piotrpospiech) | ||
- Removing underscore in packages by [harryadel](https://github.com/harryadel): | ||
- [twitter-oauth] Remove underscore | ||
|
@@ -38,6 +39,31 @@ _In case you want types in your app using the core packages types/zodern:types ( | |
3. Follow [installation guide for the Meteor Apps](https://github.com/zodern/meteor-types#meteor-apps) to update | ||
|
||
#### Meteor Version Release | ||
|
||
* `[email protected]` | ||
- added types for package. | ||
* `[email protected]` | ||
- adjusted package tests. | ||
* `[email protected]` | ||
- added types for package. | ||
* `[email protected]` | ||
- removed underscore. | ||
* `[email protected]` | ||
- added types for package. | ||
* `[email protected]` | ||
- added types for package. | ||
* `[email protected]` | ||
- In the client, don't wait if the stub doesn't return a promise. | ||
* `[email protected]` | ||
- added types for package. | ||
* `[email protected]` | ||
- removed underscore. | ||
* `[email protected]` | ||
- removed underscore. | ||
* `[email protected]` | ||
- added types for package. | ||
* `[email protected]` | ||
- added types for package. | ||
* `[email protected]` | ||
- Updated default version of Facebook GraphAPI to v15 | ||
|
||
|