Skip to content

Commit f1e9fbb

Browse files
github-actions[bot]devmatteini
authored andcommitted
Version Packages
1 parent 1e64234 commit f1e9fbb

File tree

7 files changed

+19
-13
lines changed

7 files changed

+19
-13
lines changed

.changeset/famous-windows-scream.md

-5
This file was deleted.

.changeset/red-ways-check.md

-5
This file was deleted.

packages/effect-mongodb/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [`4287f85`](https://github.com/doubleloop-io/effect-mongodb/commit/4287f85efbd7aa91e96d0a382622b4cc46bbe748) Thanks [@devmatteini](https://github.com/devmatteini)! - Remove services related types from Db and MongoClient that are moved to the new package `@effect-mongodb/services`
8+
9+
- [`00874e9`](https://github.com/doubleloop-io/effect-mongodb/commit/00874e936a7e54925c848749a54df536171587ac) Thanks [@VenomAV](https://github.com/VenomAV)! - Add estimetedDocumentCount and countDocuments in Collection and DocumentCollection
10+
311
## 0.0.4
412

513
### 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.0.4",
4+
"version": "0.0.5",
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.0.4"
1+
let moduleVersion = "0.0.5"
22

33
export const getCurrentVersion = () => moduleVersion
44

packages/services/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @effect-mongodb/services
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4287f85`](https://github.com/doubleloop-io/effect-mongodb/commit/4287f85efbd7aa91e96d0a382622b4cc46bbe748), [`00874e9`](https://github.com/doubleloop-io/effect-mongodb/commit/00874e936a7e54925c848749a54df536171587ac)]:
8+

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": "0.0.1",
5+
"version": "0.0.2",
66
"type": "module",
77
"license": "MIT",
88
"description": "Effect services for effect-mongodb",

0 commit comments

Comments
 (0)