Skip to content

Commit

Permalink
release: v0.2.45-recycle-group.33
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Oct 7, 2023
1 parent f80f668 commit afc1734
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# CHANGELOG

## [0.2.45-recycle-group.32](https://github.com/red-armor/infinite-list/compare/v0.2.44...v0.2.45-recycle-group.32) (2023-10-06)
## [0.2.45-recycle-group.33](https://github.com/red-armor/infinite-list/compare/v0.2.44...v0.2.45-recycle-group.33) (2023-10-07)



## 0.2.45-recycle-group.33 (2023-10-07)


### Bug Fixes

* getMaxValue issue ([0517b9d](https://github.com/red-armor/infinite-list/commit/0517b9dd9b246ca353e1cf103f9f5d7c926f74b3))


### Features

* clean ([f80f668](https://github.com/red-armor/infinite-list/commit/f80f6683392c56b1b071a5da245444156f554ca4))



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.45-recycle-group.32",
"version": "0.2.45-recycle-group.33",
"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.45-recycle-group.32",
"version": "0.2.45-recycle-group.33",
"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.45-recycle-group.32",
"version": "0.2.45-recycle-group.33",
"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.45-recycle-group.32",
"version": "0.2.45-recycle-group.33",
"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.45-recycle-group.32",
"version": "0.2.45-recycle-group.33",
"main": "src/index.ts",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit afc1734

Please sign in to comment.