Skip to content

Commit 4261fff

Browse files
github-actions[bot]devmatteini
authored andcommitted
Version Packages
1 parent e167c6f commit 4261fff

File tree

9 files changed

+22
-23
lines changed

9 files changed

+22
-23
lines changed

.changeset/cold-buttons-happen.md

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

.changeset/fifty-hornets-admire.md

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

.changeset/slimy-coins-sneeze.md

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

.changeset/slimy-toes-move.md

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

packages/effect-mongodb/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [`e167c6f`](https://github.com/doubleloop-io/effect-mongodb/commit/e167c6fe94cda5b9ee04f17496e4dd303a06769d) Thanks [@devmatteini](https://github.com/devmatteini)! - fix: set base tsconfig types to node and remove DOM from lib
8+
9+
- [`468805d`](https://github.com/doubleloop-io/effect-mongodb/commit/468805d21bc921d7690060e95e4dd447aeca149b) Thanks [@devmatteini](https://github.com/devmatteini)! - Add close to MongoClient
10+
11+
- [`a0c6e2e`](https://github.com/doubleloop-io/effect-mongodb/commit/a0c6e2e37bb72e96e999c416602ef34b5264e2a9) Thanks [@devmatteini](https://github.com/devmatteini)! - Improve the composability of functions by returning mutable arrays and accepting readonly arrays as input parameters.
12+
13+
- [`122d816`](https://github.com/doubleloop-io/effect-mongodb/commit/122d816a53c6ea41b254e8ea76d7a8d17a44ce8f) Thanks [@devmatteini](https://github.com/devmatteini)! - Add connectScoped to MongoClient
14+
315
## 0.1.0
416

517
### Minor 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.1.0",
4+
"version": "0.1.1",
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.1.0"
1+
let moduleVersion = "0.1.1"
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+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e167c6f`](https://github.com/doubleloop-io/effect-mongodb/commit/e167c6fe94cda5b9ee04f17496e4dd303a06769d), [`468805d`](https://github.com/doubleloop-io/effect-mongodb/commit/468805d21bc921d7690060e95e4dd447aeca149b), [`a0c6e2e`](https://github.com/doubleloop-io/effect-mongodb/commit/a0c6e2e37bb72e96e999c416602ef34b5264e2a9), [`122d816`](https://github.com/doubleloop-io/effect-mongodb/commit/122d816a53c6ea41b254e8ea76d7a8d17a44ce8f)]:
8+
9+
310
## 1.0.0
411

512
### Patch Changes

packages/services/package.json

Lines changed: 1 addition & 1 deletion
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.0",
5+
"version": "1.0.1",
66
"type": "module",
77
"license": "MIT",
88
"description": "Effect services for effect-mongodb",

0 commit comments

Comments
 (0)