Skip to content

Commit

Permalink
release: v0.2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Jun 24, 2023
1 parent a9c1158 commit 57fdf1d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## [0.2.35](https://github.com/red-armor/infinite-list/compare/v0.2.34...v0.2.35) (2023-06-24)


### Features

* close [#30](https://github.com/red-armor/infinite-list/issues/30) ([#32](https://github.com/red-armor/infinite-list/issues/32)) ([b64e854](https://github.com/red-armor/infinite-list/commit/b64e854a09ebb8273da259a69000af1baac224da))
* close [#31](https://github.com/red-armor/infinite-list/issues/31), integerBufferSet get position method ([#33](https://github.com/red-armor/infinite-list/issues/33)) ([a9c1158](https://github.com/red-armor/infinite-list/commit/a9c115835a655498bab7859f70090ca7a166af6e))



## [0.2.34](https://github.com/red-armor/infinite-list/compare/v0.2.33...v0.2.34) (2023-06-17)


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

0 comments on commit 57fdf1d

Please sign in to comment.