Skip to content

Commit

Permalink
release: v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Oct 16, 2023
1 parent e4d4bfc commit 42afdde
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.4.6](https://github.com/red-armor/infinite-list/compare/v0.4.5...v0.4.6) (2023-10-16)


### Bug Fixes

* bugs ([e4d4bfc](https://github.com/red-armor/infinite-list/commit/e4d4bfc036270cbf8fd56255158c2cbee227c08a))



## [0.4.5](https://github.com/red-armor/infinite-list/compare/v0.4.4...v0.4.5) (2023-10-16)


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

0 comments on commit 42afdde

Please sign in to comment.