Skip to content

Commit b112801

Browse files
github-actions[bot]devmatteini
authored andcommitted
Version Packages
1 parent 8afef6a commit b112801

7 files changed

Lines changed: 20 additions & 13 deletions

File tree

.changeset/add-bulkwrite-method.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/deep-cycles-post.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/effect-mongodb/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# effect-mongodb
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#60](https://github.com/doubleloop-io/effect-mongodb/pull/60) [`fb7d3ef`](https://github.com/doubleloop-io/effect-mongodb/commit/fb7d3efc51d0f6ae392e85b970c09643cf03a70f) Thanks [@Botik](https://github.com/Botik)! - Add `bulkWrite` to `Collection` and `DocumentCollection`
8+
9+
### Patch Changes
10+
11+
- [`3f672cc`](https://github.com/doubleloop-io/effect-mongodb/commit/3f672cc33798bc7fd433250cfc4cab5fc2c71305) Thanks [@devmatteini](https://github.com/devmatteini)! - Fix connect error with multiple hosts in connection string [#58](https://github.com/doubleloop-io/effect-mongodb/issues/58)
12+
313
## 0.3.3
414

515
### Patch Changes

packages/effect-mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "effect-mongodb",
33
"author": "doubleloop.io",
4-
"version": "0.3.3",
4+
"version": "0.4.0",
55
"type": "module",
66
"license": "MIT",
77
"description": "A MongoDB toolkit for Effect",

packages/effect-mongodb/src/internal/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let moduleVersion = "0.3.3"
1+
let moduleVersion = "0.4.0"
22

33
export const getCurrentVersion = () => moduleVersion
44

packages/services/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @effect-mongodb/services
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fb7d3ef`](https://github.com/doubleloop-io/effect-mongodb/commit/fb7d3efc51d0f6ae392e85b970c09643cf03a70f), [`3f672cc`](https://github.com/doubleloop-io/effect-mongodb/commit/3f672cc33798bc7fd433250cfc4cab5fc2c71305)]:
8+
- effect-mongodb@0.4.0
9+
310
## 0.2.2
411

512
### Patch Changes

packages/services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect-mongodb/services",
33
"author": "doubleloop.io",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"type": "module",
66
"license": "MIT",
77
"description": "Effect services for effect-mongodb",

0 commit comments

Comments
 (0)