Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and gcanti committed Apr 17, 2024
1 parent 9a4392c commit f5a8798
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .changeset/weak-mirrors-sin.md

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @fp-ts/optic

## 0.24.0

### Minor Changes

- [#80](https://github.com/fp-ts/optic/pull/80) [`9a4392c`](https://github.com/fp-ts/optic/commit/9a4392c3e4af7d8de168f9031c0046cb6da98aac) Thanks [@gcanti](https://github.com/gcanti)! - - update to effect 3.0.0

- remove `experimental` module
- rename `ReadonlyArray` module to `Array`
- remove `data` folder:

Before

```ts
import * as StringOptic from "@fp-ts/optic/data/String";
```

Now

```ts
import * as StringOptic from "@fp-ts/optic/String";
```

## 0.23.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fp-ts/optic",
"version": "0.23.0",
"version": "0.24.0",
"publishConfig": {
"access": "public",
"directory": "dist"
Expand Down

0 comments on commit f5a8798

Please sign in to comment.