Skip to content

Commit a62fd63

Browse files
github-actions[bot]VenomAV
authored andcommitted
Version Packages
1 parent 988e46e commit a62fd63

File tree

7 files changed

+20
-13
lines changed

7 files changed

+20
-13
lines changed

.changeset/forty-jobs-care.md

-5
This file was deleted.

.changeset/spotty-days-smoke.md

-5
This file was deleted.

packages/effect-mongodb/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [`4c9d190`](https://github.com/doubleloop-io/effect-mongodb/commit/4c9d190b1fedcb31c15bbceecbabfa019f234354) Thanks [@VenomAV](https://github.com/VenomAV)! - Export internal Filter type to allow it to be used by clients
8+
39
## 0.2.0
410

511
### Minor 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.2.0",
4+
"version": "0.3.0",
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.2.0"
1+
let moduleVersion = "0.3.0"
22

33
export const getCurrentVersion = () => moduleVersion
44

packages/services/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @effect-mongodb/services
22

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- [`988e46e`](https://github.com/doubleloop-io/effect-mongodb/commit/988e46e6604fee6ebc0c99d5246d0596ce19be66) Thanks [@VenomAV](https://github.com/VenomAV)! - Add helper type to extract service type from tag
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`4c9d190`](https://github.com/doubleloop-io/effect-mongodb/commit/4c9d190b1fedcb31c15bbceecbabfa019f234354)]:
12+
- effect-mongodb@0.3.0
13+
314
## 0.1.1
415

516
### Patch Changes

packages/services/package.json

+1-1
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.1.1",
4+
"version": "1.0.0",
55
"type": "module",
66
"license": "MIT",
77
"description": "Effect services for effect-mongodb",

0 commit comments

Comments
 (0)