[3.x] Proper minor version upgrade for tinytest (#13207)

* set the proper minor version upgrade for tinytest and for 3.x official

* update docs and provide missing breaking changes

---------

Co-authored-by: Denilson <denilsonh2014@gmail.com>
This commit is contained in:
Nacho Codoñer
2024-07-10 12:19:26 +02:00
committed by GitHub
parent 5d96d09d2a
commit 1de4cf85ff
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Tiny testing framework",
version: '2.0.0-rc300.4',
version: '1.3.0',
});
Npm.depends({

View File

@@ -219,6 +219,7 @@ This is a complete history of changes for Meteor releases.
- Added `isAsyncCall` method to know if call is being made by a async method.
- Removed `fibers` from package.
- Updated tests to use async methods.
- Replaced `Meteor.connection.registerStore` with `registerStoreClient` on the client side.
- `ddp-common@2.0.0`:
@@ -234,6 +235,7 @@ This is a complete history of changes for Meteor releases.
- Removed `fibers` from package.
- Updated tests to use async methods.
- Turned server implementation to async.
- Replaced `Meteor.connection.registerStore` with `registerStoreServer` for async compatibility on the server side.
- `ddp@2.0.0`: