From e82047a6609faca9ae979334cdfdc8fd8305fd93 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Thu, 22 Jun 2023 10:13:27 -0300 Subject: [PATCH] Updated history --- docs/generators/changelog/versions/2.13.md | 28 +++++++++----- docs/history.md | 44 ++++++++++++++++++++++ 2 files changed, 63 insertions(+), 9 deletions(-) diff --git a/docs/generators/changelog/versions/2.13.md b/docs/generators/changelog/versions/2.13.md index ad82ec1ce8..e18405918b 100644 --- a/docs/generators/changelog/versions/2.13.md +++ b/docs/generators/changelog/versions/2.13.md @@ -2,14 +2,14 @@ ### Highlights -* Handled implicit collection creation oplog message by [GH radekmie] [PR #12643]. -* Fix upsert logs when using WARN_WHEN_USING_OLD_API flag by [GH Grubba27] [PR #12640]. -* Updating mongo types by [GH Grubba27] [PR #12639]. -* Fix solid skeleton by [GH fredmaiaarantes] [PR #12637]. -* Setting The Viewport meta tag on skeletons [GH fredmaiaarantes] [PR #12636]. -* Update mongo.d.ts with projection [GH StorytellerCZ] [PR #12635]. -* Update guide code for GraphQL [GH StorytellerCZ] [PR #12619]. -* Twitter Whitelist issue resolved [GH Atharshoyeb] [PR #12369]. +* Handled implicit collection creation oplog message by [radekmie](https://github.com/radekmie) [PR](https://github.com/meteor/meteor/pull/12643). +* Fix upsert logs when using WARN_WHEN_USING_OLD_API flag by [Grubba27](https://github.com/Grubba27) [PR](https://github.com/meteor/meteor/pull/12640). +* Updating mongo types by [Grubba27](https://github.com/Grubba27) [PR](https://github.com/meteor/meteor/pull/12639). +* Fix solid skeleton by [fredmaiaarantes](https://github.com/fredmaiaarantes) [PR](https://github.com/meteor/meteor/pull/12637). +* Setting The Viewport meta tag on skeletons [fredmaiaarantes](https://github.com/fredmaiaarantes) [PR](https://github.com/meteor/meteor/pull/12636). +* 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). #### Breaking Changes @@ -30,5 +30,15 @@ TODO - Updated metatags for skeletons. - Updated solidjs skeleton to be more idiomatic. -* `mongo@get-version`: +* `mongo@1.16.7`: TODO + + +#### Special thanks to + +- [@radekmie](https://github.com/radekmie). +- [@Grubba27](https://github.com/Grubba27). +- [@fredmaiaarantes](https://github.com/fredmaiaarantes). +- [@StorytellerCZ](https://github.com/StorytellerCZ). +- [@Atharshoyeb](https://github.com/Atharshoyeb). + diff --git a/docs/history.md b/docs/history.md index 46ed43a139..8cab3d8a3f 100644 --- a/docs/history.md +++ b/docs/history.md @@ -10,6 +10,50 @@ +## v2.13.0, 2023-05-XX + +### Highlights + +* Handled implicit collection creation oplog message by [radekmie](https://github.com/radekmie) [PR](https://github.com/meteor/meteor/pull/12643). +* Fix upsert logs when using WARN_WHEN_USING_OLD_API flag by [Grubba27](https://github.com/Grubba27) [PR](https://github.com/meteor/meteor/pull/12640). +* Updating mongo types by [Grubba27](https://github.com/Grubba27) [PR](https://github.com/meteor/meteor/pull/12639). +* Fix solid skeleton by [fredmaiaarantes](https://github.com/fredmaiaarantes) [PR](https://github.com/meteor/meteor/pull/12637). +* Setting The Viewport meta tag on skeletons [fredmaiaarantes](https://github.com/fredmaiaarantes) [PR](https://github.com/meteor/meteor/pull/12636). +* 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). + +#### Breaking Changes + +N/A + +#### Internal API changes + +N/A + +#### Migration Steps + +TODO + +#### Meteor Version Release + + +* `Command line`: + - Updated metatags for skeletons. + - Updated solidjs skeleton to be more idiomatic. + +* `mongo@1.16.7`: + TODO + + +#### Special thanks to + +- [@radekmie](https://github.com/radekmie). +- [@Grubba27](https://github.com/Grubba27). +- [@fredmaiaarantes](https://github.com/fredmaiaarantes). +- [@StorytellerCZ](https://github.com/StorytellerCZ). +- [@Atharshoyeb](https://github.com/Atharshoyeb). + ## v2.12.0, 2023-04-28 ### Highlights