Skip to content

Commit d884752

Browse files
github-actions[bot]VenomAV
authored andcommitted
Version Packages
1 parent 191c6c6 commit d884752

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

Diff for: .changeset/twenty-tables-switch.md

-6
This file was deleted.

Diff for: 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.1
4+
5+
### Patch Changes
6+
7+
- [`191c6c6`](https://github.com/doubleloop-io/effect-mongodb/commit/191c6c695c52b2e62f09ef8ba25a208223e258b1) Thanks [@VenomAV](https://github.com/VenomAV)! - Bump patch to work around changeset issue in the previous release
8+
39
## 0.3.0
410

511
### Minor Changes

Diff for: 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.3.0",
4+
"version": "0.3.1",
55
"type": "module",
66
"license": "MIT",
77
"description": "A MongoDB toolkit for Effect",

Diff for: 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.3.0"
1+
let moduleVersion = "0.3.1"
22

33
export const getCurrentVersion = () => moduleVersion
44

Diff for: packages/services/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [`191c6c6`](https://github.com/doubleloop-io/effect-mongodb/commit/191c6c695c52b2e62f09ef8ba25a208223e258b1) Thanks [@VenomAV](https://github.com/VenomAV)! - Bump patch to work around changeset issue in the previous release
8+
9+
- Updated dependencies [[`191c6c6`](https://github.com/doubleloop-io/effect-mongodb/commit/191c6c695c52b2e62f09ef8ba25a208223e258b1)]:
10+
11+
312
## 0.2.0
413

514
### Minor Changes

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

0 commit comments

Comments
 (0)