Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 9, 2020
1 parent bb2c942 commit 9bc69ff
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-trainers-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-socks-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-snakes-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-garlics-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-impalas-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-eggs-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-jeans-mate.md

This file was deleted.

35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# frans

## 2.0.0
### Major Changes



- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Remove addIndex function


### Minor Changes



- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Move allPass to ts



- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Move any to ts



- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Move any to ts



- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Move add to ts



- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Move always to ts



- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Move adjust to ts
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frans",
"version": "1.0.0",
"version": "2.0.0",
"description": "A minimal functional programming library",
"source": "src/index.ts",
"main": "dist/frans.js",
Expand All @@ -18,9 +18,7 @@
},
"homepage": "https://github.com/adambrgmn/frans#readme",
"license": "MIT",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "microbundle",
"test": "jest",
Expand Down

0 comments on commit 9bc69ff

Please sign in to comment.