Skip to content

Commit

Permalink
release: v0.2.45-recycle-group.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Sep 22, 2023
1 parent 4873eed commit 345698a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# CHANGELOG

## [0.2.45-recycle-group.24](https://github.com/red-armor/infinite-list/compare/v0.2.44...v0.2.45-recycle-group.24) (2023-09-21)
## [0.2.45-recycle-group.25](https://github.com/red-armor/infinite-list/compare/v0.2.44...v0.2.45-recycle-group.25) (2023-09-22)



## 0.2.45-recycle-group.25 (2023-09-22)


### Features

* update ([4873eed](https://github.com/red-armor/infinite-list/commit/4873eedba8abe9fd1cf32923810d880502bd4c8e))



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

0 comments on commit 345698a

Please sign in to comment.