Skip to content

Commit

Permalink
release: v0.2.41
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Jun 28, 2023
1 parent 27e43da commit 045be53
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## [0.2.41](https://github.com/red-armor/infinite-list/compare/v0.2.40...v0.2.41) (2023-06-28)


### Bug Fixes

* _stateListener may set to null issue ([27e43da](https://github.com/red-armor/infinite-list/commit/27e43da75c8bbd2a8025492e0ac17c669ff587ff))



## [0.2.40](https://github.com/red-armor/infinite-list/compare/v0.2.39...v0.2.40) (2023-06-27)


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": "infinite-list",
"version": "0.2.40",
"version": "0.2.41",
"description": "Data model for list rendering",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infinite-list/benchmark",
"version": "0.2.40",
"version": "0.2.41",
"scripts": {
"build": "tsdx build --tsconfig tsconfig.build.json",
"clean": "rimraf ./dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/data-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infinite-list/data-model",
"version": "0.2.40",
"version": "0.2.41",
"files": [
"dist",
"src"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infinite-list/react-native",
"version": "0.2.40",
"version": "0.2.41",
"main": "src/index.ts",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infinite-list/react",
"version": "0.2.40",
"version": "0.2.41",
"main": "src/index.ts",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 045be53

Please sign in to comment.