Skip to content

Commit 7782b01

Browse files
github-actions[bot]devmatteini
authored andcommitted
Version Packages
1 parent 5de41db commit 7782b01

File tree

6 files changed

+21
-13
lines changed

6 files changed

+21
-13
lines changed

.changeset/nice-roses-yell.md

-10
This file was deleted.

packages/effect-mongodb/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# effect-mongodb
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [`5de41db`](https://github.com/doubleloop-io/effect-mongodb/commit/5de41dbbacb1fcfd4c38cc3e9c24a992741d94b6) Thanks [@devmatteini](https://github.com/devmatteini)! - Fix errors on `DocumentCollection`:
8+
9+
- `insertOne` data-first overload when only passing collection and doc
10+
- `insertMany` return type is always `InsertManyResult`
11+
- `rename` now returns a new `DocumentCollection` (like `Collection.rename`)
12+
- `dropIndex` now returns void (like `Collection.dropIndex`)
13+
314
## 0.1.1
415

516
### Patch Changes

packages/effect-mongodb/package.json

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let moduleVersion = "0.1.1"
1+
let moduleVersion = "0.1.2"
22

33
export const getCurrentVersion = () => moduleVersion
44

packages/services/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @effect-mongodb/services
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5de41db`](https://github.com/doubleloop-io/effect-mongodb/commit/5de41dbbacb1fcfd4c38cc3e9c24a992741d94b6)]:
8+
9+
310
## 1.0.1
411

512
### Patch Changes

packages/services/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@effect-mongodb/services",
33
"private": true,
44
"author": "doubleloop.io",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"type": "module",
77
"license": "MIT",
88
"description": "Effect services for effect-mongodb",

0 commit comments

Comments
 (0)