Skip to content

Commit

Permalink
[ci] release (#61)
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 Oct 2, 2024
1 parent 7b1b3bf commit f1ffe48
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-brooms-float.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ninety-ligers-grow.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/data-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @infinite-list/data-model

## 1.0.0

### Major Changes

- 4cdeda8: first major release
- 7b1b3bf: attempt to major
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.10",
"version": "1.0.0",
"files": [
"dist",
"src"
Expand Down
13 changes: 13 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @infinite-list/react-native

## 1.0.0

### Major Changes

- 7b1b3bf: attempt to major

### Patch Changes

- Updated dependencies [4cdeda8]
- Updated dependencies [7b1b3bf]
- @infinite-list/data-model@1.0.0
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.10",
"version": "1.0.0",
"main": "src/index.ts",
"publishConfig": {
"access": "public",
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @infinite-list/react

## 1.0.0

### Major Changes

- 4cdeda8: first major release
- 7b1b3bf: attempt to major

### Patch Changes

- Updated dependencies [4cdeda8]
- Updated dependencies [7b1b3bf]
- @infinite-list/data-model@1.0.0
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.0.1",
"version": "1.0.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down

0 comments on commit f1ffe48

Please sign in to comment.