Skip to content

Commit d318400

Browse files
author
nebarf
committed
Release v1.0.0-alpha.2
1 parent 5f5e91c commit d318400

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v1.0.0-alpha.1](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-alpha.0...v1.0.0-alpha.1)
8+
## [v1.0.0-alpha.2](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-alpha.1...v1.0.0-alpha.2)
9+
10+
11+
### Merged
12+
13+
- Subscribe fix [`#21`](https://github.com/nebarf/react-http-fetch/pull/21)
14+
15+
16+
### Commits
17+
18+
- temp [`7b9990e`](https://github.com/nebarf/react-http-fetch/commit/7b9990e7bcf73f4475ebf47fd6501586973b58a5)
19+
- Bus subscription: switch to layout effetch to perform event subscriptions [`35673e4`](https://github.com/nebarf/react-http-fetch/commit/35673e4e02e67ebf9f14dee05c44acd285abf249)
20+
- Add useCompareLayoutEffect to linting rules [`20836d1`](https://github.com/nebarf/react-http-fetch/commit/20836d17254a05f3554d5a747b98b105f902f38a)
21+
22+
## [v1.0.0-alpha.1](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) - 2021-11-01
923

1024

1125

1226

1327
### Commits
1428

1529
- use-http-request: replace use-effect with use-compare-effect [`96ea896`](https://github.com/nebarf/react-http-fetch/commit/96ea896cf2b346ba85428882705e9e79f71ae3a9)
30+
- Release v1.0.0-alpha.1 [`e6cb290`](https://github.com/nebarf/react-http-fetch/commit/e6cb2902c64a0011f673238c355498fae86511e0)
1631

1732
## [v1.0.0-alpha.0](https://github.com/nebarf/react-http-fetch/compare/v0.0.1...v1.0.0-alpha.0) - 2021-11-01
1833

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-http-fetch",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "An http library for React JS built on top of native JS fetch",
55
"main": "index.js",
66
"module": "./lib/esm/index.js",

0 commit comments

Comments
 (0)