Skip to content

Commit 13be635

Browse files
github-actions[bot]VenomAV
authored andcommitted
Version Packages
1 parent facda4f commit 13be635

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

.changeset/chilly-boats-peel.md

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

packages/effect-mongodb/CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [`facda4f`](https://github.com/doubleloop-io/effect-mongodb/commit/facda4f91f42546dfc8180942ed812b0aec79e0d) Thanks [@VenomAV](https://github.com/VenomAV)! - Add `updateOne` to `Collection` and `DocumentCollection`
8+
39
## 0.3.1
410

511
### 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.1",
4+
"version": "0.3.2",
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.1"
1+
let moduleVersion = "0.3.2"
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`facda4f`](https://github.com/doubleloop-io/effect-mongodb/commit/facda4f91f42546dfc8180942ed812b0aec79e0d)]:
8+
- effect-mongodb@0.3.2
9+
310
## 0.2.1
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.1",
4+
"version": "0.2.2",
55
"type": "module",
66
"license": "MIT",
77
"description": "Effect services for effect-mongodb",

0 commit comments

Comments
 (0)