Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## @trust0/ridb-react [1.1.1](https://github.com/trust0-project/RIDB/compare/@trust0/[email protected]...@trust0/[email protected]) (2025-01-26)

### Miscellaneous Chores

* **release:** 1.1.1-rc.1 [skip ci] ([537c7c3](537c7c3))

### Dependencies

* **@trust0/ridb:** upgraded to 1.2.0
  • Loading branch information
semantic-release-bot committed Jan 26, 2025
1 parent c75e43c commit b6f67d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/ridb-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @trust0/ridb-react [1.1.1](https://github.com/trust0-project/RIDB/compare/@trust0/[email protected]...@trust0/[email protected]) (2025-01-26)

### Miscellaneous Chores

* **release:** 1.1.1-rc.1 [skip ci] ([537c7c3](https://github.com/trust0-project/RIDB/commit/537c7c37c87e2e9cf9838dbe1d73f969d0191a70))


### Dependencies

* **@trust0/ridb:** upgraded to 1.2.0

## @trust0/ridb-react [1.1.1-rc.1](https://github.com/trust0-project/RIDB/compare/@trust0/[email protected]...@trust0/[email protected]) (2025-01-26)


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.",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"author": "[email protected]",
"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.2.0-rc.1"
"@trust0/ridb": "1.2.0"
},
"peerDependencies": {
"@trust0/ridb": "1.2.0-rc.1",
"@trust0/ridb": "1.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down

0 comments on commit b6f67d4

Please sign in to comment.