Skip to content

Commit e3b926e

Browse files
github-actions[bot]devmatteini
authored andcommitted
Version Packages
1 parent 80ff148 commit e3b926e

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

.changeset/cool-scissors-punch.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.1.4
4+
5+
### Patch Changes
6+
7+
- [`9b50f17`](https://github.com/doubleloop-io/effect-mongodb/commit/9b50f179f2c209ba24b8fbcd4753ce1708522f8f) Thanks [@VenomAV](https://github.com/VenomAV)! - Make cursor and collection classes pipeable
8+
39
## 0.1.3
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.1.3",
4+
"version": "0.1.4",
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.3"
1+
let moduleVersion = "0.1.4"
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9b50f17`](https://github.com/doubleloop-io/effect-mongodb/commit/9b50f179f2c209ba24b8fbcd4753ce1708522f8f)]:
8+
9+
310
## 1.0.3
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.3",
5+
"version": "1.0.4",
66
"type": "module",
77
"license": "MIT",
88
"description": "Effect services for effect-mongodb",

0 commit comments

Comments
 (0)