Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 1, 2025
1 parent f8e9272 commit c70dcf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/ridb-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## @trust0/ridb-react [1.0.0-rc.2](https://github.com/trust0-project/RIDB/compare/@trust0/ridb-react@1.0.0-rc.1...@trust0/ridb-react@1.0.0-rc.2) (2025-01-01)

### Bug Fixes

* improve docs ([f8e9272](https://github.com/trust0-project/RIDB/commit/f8e927291d170af40426042dfb9622a642cbe6fc))

## @trust0/ridb-react 1.0.0-rc.1 (2025-01-01)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/ridb-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trust0/ridb-react",
"description": "React bindings for RIDB, use RIDB on React seemlessly",
"version": "0.0.1",
"version": "1.0.0-rc.2",
"author": "elribonazo@gmail.com",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,10 +37,10 @@
"typescript": "^5.7.2",
"vite": "^5.0.0",
"vitest": "^1.6.0",
"@trust0/ridb": "^1.0.7"
"@trust0/ridb": "1.0.8-rc.1"
},
"peerDependencies": {
"@trust0/ridb": "^1.0.7",
"@trust0/ridb": "1.0.8-rc.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down

0 comments on commit c70dcf8

Please sign in to comment.