Skip to content

Commit

Permalink
release: v9.2.1-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 17, 2024
1 parent be934a0 commit 39c5f9b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.2.1-beta.2](https://github.com/nodkz/mongodb-memory-server/compare/v9.2.1-beta.1...v9.2.1-beta.2) (2024-05-17)


### Fixes

* **DryMongoBinary:** resolve modulesCache relative to config options package.json ([be934a0](https://github.com/nodkz/mongodb-memory-server/commit/be934a025d9ae3a02ba617a3a478fd6ed23bca24))

## [9.2.1-beta.1](https://github.com/nodkz/mongodb-memory-server/compare/v9.2.0...v9.2.1-beta.1) (2024-05-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server-core",
"version": "9.2.1-beta.1",
"version": "9.2.1-beta.2",
"description": "MongoDB Server for testing (core package, without autodownload). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.",
"main": "lib/index",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server-global-4.0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server-global-4.0",
"version": "9.2.1-beta.1",
"version": "9.2.1-beta.2",
"mongodb_version": "4.0.28",
"description": "MongoDB Server for testing (auto-download 4.0 version to ~/.cache/mongodb-binaries).",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server-core": "9.2.1-beta.1",
"mongodb-memory-server-core": "9.2.1-beta.2",
"tslib": "^2.6.2"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server-global-4.2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server-global-4.2",
"version": "9.2.1-beta.1",
"version": "9.2.1-beta.2",
"mongodb_version": "4.2.24",
"description": "MongoDB Server for testing (auto-download 4.2 version to ~/.cache/mongodb-binaries).",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server-core": "9.2.1-beta.1",
"mongodb-memory-server-core": "9.2.1-beta.2",
"tslib": "^2.6.2"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server-global-4.4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server-global-4.4",
"version": "9.2.1-beta.1",
"version": "9.2.1-beta.2",
"mongodb_version": "4.4.28",
"description": "MongoDB Server for testing (auto-download 4.4 version to ~/.cache/mongodb-binaries).",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server-core": "9.2.1-beta.1",
"mongodb-memory-server-core": "9.2.1-beta.2",
"tslib": "^2.6.2"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server-global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server-global",
"version": "9.2.1-beta.1",
"version": "9.2.1-beta.2",
"description": "MongoDB Server for testing (auto-download latest version to ~/.cache/mongodb-binaries).",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -24,7 +24,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server-core": "9.2.1-beta.1",
"mongodb-memory-server-core": "9.2.1-beta.2",
"tslib": "^2.6.2"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server",
"version": "9.2.1-beta.1",
"version": "9.2.1-beta.2",
"description": "MongoDB Server for testing (auto-download latest version). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -24,7 +24,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server-core": "9.2.1-beta.1",
"mongodb-memory-server-core": "9.2.1-beta.2",
"tslib": "^2.6.2"
},
"scripts": {
Expand Down

0 comments on commit 39c5f9b

Please sign in to comment.