Skip to content

Commit

Permalink
Version Packages (#1982)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 25, 2024
1 parent eaab2e8 commit 8a76e9d
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-wombats-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-lizards-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-pillows-cross.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @effect/cli

## 0.31.0

### Minor Changes

- [#1984](https://github.com/Effect-TS/effect/pull/1984) [`eaab2e8`](https://github.com/Effect-TS/effect/commit/eaab2e81be72df9ded2e01e4c6d40b2bb159a349) Thanks [@IMax153](https://github.com/IMax153)! - default Options.repeated to return an empty array if option is not provided

### Patch Changes

- [#1980](https://github.com/Effect-TS/effect/pull/1980) [`9cf3782`](https://github.com/Effect-TS/effect/commit/9cf3782a17f38097f7b1a0024bd7ec7db8aeb2d0) Thanks [@IMax153](https://github.com/IMax153)! - fix CLI argument parsing to properly handle the case when a repeated option is not provided

## 0.30.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/cli",
"version": "0.30.6",
"version": "0.31.0",
"type": "module",
"license": "MIT",
"description": "Functional programming in TypeScript",
Expand Down
6 changes: 6 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect/experimental

## 0.8.0

### Minor Changes

- [#1985](https://github.com/Effect-TS/effect/pull/1985) [`634af60`](https://github.com/Effect-TS/effect/commit/634af60a2f9d407f42357edc29ca4c14a005fdf9) Thanks [@tim-smart](https://github.com/tim-smart)! - add lmdb implementation of persistence

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/experimental",
"version": "0.7.2",
"version": "0.8.0",
"type": "module",
"license": "MIT",
"description": "Functional programming in TypeScript",
Expand Down

0 comments on commit 8a76e9d

Please sign in to comment.