Skip to content

Commit

Permalink
Merge pull request #3 from soywod/develop
Browse files Browse the repository at this point in the history
Release v1.0.5
  • Loading branch information
soywod committed May 26, 2022
2 parents 443e75d + 34fb074 commit 28c9883
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.5] - 2022-05-26

### Fix

- Export only UMD and ESM formats

## [1.0.4] - 2022-05-26

### Fix
Expand All @@ -25,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.0] - 2022-05-26

[unreleased]: https://github.com/soywod/react-use-bireducer/compare/v1.0.4...HEAD
[unreleased]: https://github.com/soywod/react-use-bireducer/compare/v1.0.5...HEAD
[1.0.5]: https://github.com/soywod/react-use-bireducer/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/soywod/react-use-bireducer/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/soywod/react-use-bireducer/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/soywod/react-use-bireducer/compare/v1.0.1...v1.0.2
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@
"name": "react-use-bireducer",
"author": "soywod <[email protected]>",
"description": "React hook for managing effects from reducers.",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"source": "src/index.ts",
"typings": "dist/index.d.ts",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"exports": "dist/index.modern.js",
"files": [
"dist/index.d.ts",
"dist/index.umd.js",
"dist/index.esm.js",
"dist/index.modern.js"
"dist/index.esm.js"
],
"devDependencies": {
"@jest/types": "^28.1.0",
Expand Down Expand Up @@ -54,7 +52,7 @@
"scripts": {
"prepare": "husky install",
"start": "microbundle watch",
"build": "microbundle",
"build": "microbundle --no-sourcemap -f esm,umd",
"test": "yarn jest",
"lint": "yarn eslint --ext ts src"
}
Expand Down

0 comments on commit 28c9883

Please sign in to comment.