Skip to content

Commit

Permalink
release: v0.2.45-recycle-group.36
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Oct 7, 2023
1 parent a713f98 commit 5195e12
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.35](https://github.com/red-armor/infinite-list/compare/v0.2.44...v0.2.45-recycle-group.35) (2023-10-07)
## [0.2.45-recycle-group.36](https://github.com/red-armor/infinite-list/compare/v0.2.44...v0.2.45-recycle-group.36) (2023-10-07)



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


### Features

* add `releaseSpaceStateItem` ([a713f98](https://github.com/red-armor/infinite-list/commit/a713f9818fd0fb0c61016e5b47f600989c6ba6d8))



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

0 comments on commit 5195e12

Please sign in to comment.