Skip to content

Commit

Permalink
release: v0.2.40
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Jun 27, 2023
1 parent 351f09b commit 3c9e948
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.40](https://github.com/red-armor/infinite-list/compare/v0.2.39...v0.2.40) (2023-06-27)


### Features

* add `useItemApproximateLength` support close [#34](https://github.com/red-armor/infinite-list/issues/34) ([#35](https://github.com/red-armor/infinite-list/issues/35)) ([351f09b](https://github.com/red-armor/infinite-list/commit/351f09bd6de46671215afabfd80e55910d136b88))



## [0.2.39](https://github.com/red-armor/infinite-list/compare/v0.2.38...v0.2.39) (2023-06-26)


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.39",
"version": "0.2.40",
"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.39",
"version": "0.2.40",
"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.39",
"version": "0.2.40",
"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.39",
"version": "0.2.40",
"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.39",
"version": "0.2.40",
"main": "src/index.ts",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 3c9e948

Please sign in to comment.