Skip to content

Commit

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

## [0.2.45-recycle-group.9](https://github.com/red-armor/infinite-list/compare/v0.2.44...v0.2.45-recycle-group.9) (2023-09-16)
## [0.2.45-recycle-group.10](https://github.com/red-armor/infinite-list/compare/v0.2.44...v0.2.45-recycle-group.10) (2023-09-17)



## 0.2.45-recycle-group.10 (2023-09-17)


### Features

* add feeds ([a703aee](https://github.com/red-armor/infinite-list/commit/a703aee462abf9737a99c32676e4676073a42790))
* update ([504f113](https://github.com/red-armor/infinite-list/commit/504f113656c6cc4428f409848920530f04076cdf))
* update ([7754148](https://github.com/red-armor/infinite-list/commit/775414888c69e0d9f845808bda6f8a6b5d99b785))



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

0 comments on commit 1eb8d98

Please sign in to comment.