From 42472e17856445ba702fbe7d38ad072baac8741f Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:19:21 -0300 Subject: [PATCH] docs: added missing PRs --- docs/generators/changelog/versions/2.13.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/generators/changelog/versions/2.13.md b/docs/generators/changelog/versions/2.13.md index 058bf3cd0b..666b313a68 100644 --- a/docs/generators/changelog/versions/2.13.md +++ b/docs/generators/changelog/versions/2.13.md @@ -10,6 +10,10 @@ * Update mongo.d.ts with projection [StorytellerCZ](https://github.com/StorytellerCZ) [PR](https://github.com/meteor/meteor/pull/12635). * Update guide code for GraphQL [StorytellerCZ](https://github.com/StorytellerCZ) [PR](https://github.com/meteor/meteor/pull/12619). * Twitter Whitelist issue resolved [Atharshoyeb](https://github.com/Atharshoyeb) [PR](https://github.com/meteor/meteor/pull/12369). +* Node security patch (14.21.4) [PR](https://github.com/meteor/node-v14-esm/pull/1) +* Updated deprecated reference in Mongo package by [StorytellerCZ](https://github.com/StorytellerCZ) [PR](https://github.com/meteor/meteor/pull/12653/files) +* Updated blazejs git ref in core meteor to 2.7.1 by [Grubba27](https://github.com/Grubba27) [PR](https://github.com/meteor/meteor/pull/12651) +* Added `Meteor.applyAsync` types by [Julusian](https://github.com/Julusian) [PR](https://github.com/meteor/meteor/pull/12645) #### Breaking Changes @@ -20,14 +24,16 @@ N/A * `ddp-server@get-version`: - Updated livedata server test to be more easily debbuged. +* `mongo@get-version`: + - Updated deprecated reference in Mongo package. + #### Migration Steps -TODO +N/A #### Meteor Version Release - * `Command line`: - Updated metatags for skeletons. - Updated solidjs skeleton to be more idiomatic.