Skip to content

Commit be3f11e

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

File tree

8 files changed

+22
-18
lines changed

8 files changed

+22
-18
lines changed

.changeset/late-penguins-invent.md

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

.changeset/lovely-ears-jog.md

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

.changeset/tender-jeans-shake.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.2.0
4+
5+
### Minor Changes
6+
7+
- [`ec45cb5`](https://github.com/doubleloop-io/effect-mongodb/commit/ec45cb5e1b8b4d8731a9cc041fa9b1bcc82c82bc) Thanks [@VenomAV](https://github.com/VenomAV)! - Wrap mongodb driver MongoClient type into a TaggedClass
8+
9+
- [`89b1063`](https://github.com/doubleloop-io/effect-mongodb/commit/89b1063fa0ae52b4dbfccef507f481b43330ce6e) Thanks [@VenomAV](https://github.com/VenomAV)! - Wrap mongodb driver Db type into a TaggedClass
10+
11+
### Patch Changes
12+
13+
- [`7faa2c5`](https://github.com/doubleloop-io/effect-mongodb/commit/7faa2c5732f6297b7515787529bfac58c97d6082) Thanks [@devmatteini](https://github.com/devmatteini)! - Export `MongoClient.connectScoped` options type `MongoClientScopedOptions`
14+
315
## 0.1.4
416

517
### 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.1.4",
4+
"version": "0.2.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.1.4"
1+
let moduleVersion = "0.2.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+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ec45cb5`](https://github.com/doubleloop-io/effect-mongodb/commit/ec45cb5e1b8b4d8731a9cc041fa9b1bcc82c82bc), [`89b1063`](https://github.com/doubleloop-io/effect-mongodb/commit/89b1063fa0ae52b4dbfccef507f481b43330ce6e), [`7faa2c5`](https://github.com/doubleloop-io/effect-mongodb/commit/7faa2c5732f6297b7515787529bfac58c97d6082)]:
8+
- effect-mongodb@0.2.0
9+
310
## 1.0.4
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.4",
5+
"version": "2.0.0",
66
"type": "module",
77
"license": "MIT",
88
"description": "Effect services for effect-mongodb",

0 commit comments

Comments
 (0)