Skip to content

Commit d744fc6

Browse files
authored
chore(master): release 2.0.4 (#132)
1 parent efd03e3 commit d744fc6

File tree

3 files changed

+13
-17
lines changed

3 files changed

+13
-17
lines changed

CHANGELOG.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,61 @@
11
# Change Log
22

3-
<a name="2.0.3"></a>
3+
## [2.0.4](https://github.com/dizco/react-scrollable-feed/compare/v2.0.3...v2.0.4) (2026-02-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** Autopublish to npm ([#131](https://github.com/dizco/react-scrollable-feed/issues/131)) ([efd03e3](https://github.com/dizco/react-scrollable-feed/commit/efd03e351815c8d8de278c7f273bc570f6c26e44))
9+
* **deps:** update all major dependencies (major) ([#105](https://github.com/dizco/react-scrollable-feed/issues/105)) ([2fc4bcc](https://github.com/dizco/react-scrollable-feed/commit/2fc4bcc61b7bf7fe24f8e8085edb3be4c0bf02a1))
10+
* **deps:** update dependency bootstrap to v5.3.7 ([#125](https://github.com/dizco/react-scrollable-feed/issues/125)) ([323945a](https://github.com/dizco/react-scrollable-feed/commit/323945ae9ab1056210d999e1425ef23d4d541c22))
11+
* Update license in package.json ([ede1583](https://github.com/dizco/react-scrollable-feed/commit/ede15834a1cf1aff6e3e06781395d785baa51139))
12+
413
## [2.0.3](https://github.com/dizco/react-scrollable-feed/compare/v2.0.2...v2.0.3) (2025-06-16)
514
* Update dependencies
615

7-
<a name="2.0.2"></a>
816
## [2.0.2](https://github.com/dizco/react-scrollable-feed/compare/v2.0.1...v2.0.2) (2024-05-11)
917
* Add debug flag
1018

11-
<a name="2.0.1"></a>
1219
## [2.0.1](https://github.com/dizco/react-scrollable-feed/compare/v2.0.0...v2.0.1) (2023-12-31)
1320
* Remove src and other directories from the published package
1421

15-
<a name="2.0.0"></a>
1622
## [2.0.0](https://github.com/dizco/react-scrollable-feed/compare/v1.3.2...v2.0.0) (2023-12-31)
1723
* Fix issue with children props typing ([#87](https://github.com/dizco/react-scrollable-feed/issues/87))
1824
* Updated dependencies
1925
* Build with Node 18 and Node 20
2026
* Rebuild package bundling with [developit/microbundle ](https://github.com/developit/microbundle) instead of Rollup
2127
* Updated license to BSD 3-clause
2228

23-
<a name="1.3.2"></a>
2429
## [1.3.2](https://github.com/dizco/react-scrollable-feed/compare/v1.3.1...v1.3.2) (2023-01-14)
2530
* Updated dependencies
2631

27-
<a name="1.3.1"></a>
2832
## [1.3.1](https://github.com/dizco/react-scrollable-feed/compare/v1.3.0...v1.3.1) (2021-05-16)
2933
* Updated dependencies
3034

31-
<a name="1.3.0"></a>
3235
## [1.3.0](https://github.com/dizco/react-scrollable-feed/compare/v1.2.0...v1.3.0) (2021-02-11)
3336
* Added `scrollToBottom` public method
3437
* Fix issue with scrolling when wrapper has fixed height ([#34](https://github.com/dizco/react-scrollable-feed/issues/34))
3538
* Updated dependencies
3639

37-
<a name="1.2.0"></a>
3840
## [1.2.0](https://github.com/dizco/react-scrollable-feed/compare/v1.1.2...v1.2.0) (2020-09-30)
3941
* Added `onScroll` prop
4042
* Updated dependencies
4143

42-
<a name="1.1.2"></a>
4344
## [1.1.2](https://github.com/dizco/react-scrollable-feed/compare/v1.1.1...v1.1.2) (2020-01-01)
4445
* Updated dependencies
4546

46-
<a name="1.1.1"></a>
4747
## [1.1.1](https://github.com/dizco/react-scrollable-feed/compare/v1.1.0...v1.1.1) (2019-12-03)
4848
* Fix issue with scrolling on Edge, Firefox ([#20](https://github.com/dizco/react-scrollable-feed/issues/20))
4949

50-
<a name="1.1.0"></a>
5150
## [1.1.0](https://github.com/dizco/react-scrollable-feed/compare/v1.0.4...v1.1.0) (2019-11-10)
5251
* Added `className` prop
5352
* Updated dependencies
5453

55-
<a name="1.0.4"></a>
5654
## [1.0.4](https://github.com/dizco/react-scrollable-feed/compare/v1.0.3...v1.0.4) (2019-07-09)
5755
* Updated dependencies
5856

59-
<a name="1.0.3"></a>
6057
## [1.0.3](https://github.com/dizco/react-scrollable-feed/compare/v1.0.2...v1.0.3) (2019-01-30)
6158
* Fixed issue with the automatic bottom detection ([#7](https://github.com/dizco/react-scrollable-feed/issues/7))
6259

63-
<a name="1.0.2"></a>
6460
## [1.0.2](https://github.com/dizco/react-scrollable-feed/compare/v1.0.1...v1.0.2) (2018-11-25)
6561
* Updated dependencies

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scrollable-feed",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "",
55
"homepage": "https://dizco.github.io/react-scrollable-feed/",
66
"type": "module",

0 commit comments

Comments
 (0)