Skip to content

Commit

Permalink
[ci] release (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 7, 2024
1 parent 8705b86 commit 58261bd
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/chilly-lemons-watch.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @infinite-list/benchmark

## 1.2.3

### Patch Changes

- 8705b86: attemp to fix types

## 1.2.2

### Patch Changes
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": "1.2.2",
"version": "1.2.3",
"scripts": {
"build": "tsdx build --tsconfig tsconfig.build.json",
"clean": "rimraf ./dist"
Expand Down
6 changes: 6 additions & 0 deletions packages/data-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @infinite-list/data-model

## 2.2.3

### Patch Changes

- 8705b86: attemp to fix types

## 2.2.2

### Patch Changes
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": "2.2.2",
"version": "2.2.3",
"files": [
"dist",
"src"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @infinite-list/react-native

## 2.2.3

### Patch Changes

- 8705b86: attemp to fix types
- Updated dependencies [8705b86]
- @infinite-list/data-model@2.2.3

## 2.2.2

### Patch Changes
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": "2.2.2",
"version": "2.2.3",
"dependencies": {
"@infinite-list/data-model": "workspace:*",
"@x-oasis/batchinator": "^0.1.14",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @infinite-list/react

## 2.2.4

### Patch Changes

- 8705b86: attemp to fix types
- Updated dependencies [8705b86]
- @infinite-list/data-model@2.2.3

## 2.2.3

### Patch Changes
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": "2.2.3",
"version": "2.2.4",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down

0 comments on commit 58261bd

Please sign in to comment.