Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Jan 8, 2025
1 parent a90bb16 commit c6de8e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ecosystem-sdk/sdk-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/wallets-connect-with-nextjs",
"version": "0.0.41",
"version": "0.0.42",
"dependencies": {
"@rapidfire/id": "^0.0.37",
"@tanstack/react-query": "^5.51.11",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem-sdk/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidfire/id",
"version": "0.0.41",
"version": "0.0.42",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem-wallet/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecosystem-backend",
"version": "0.0.41",
"version": "0.0.42",
"main": "index.js",
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ecosystem-wallet/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecosystem-frontend",
"version": "0.0.41",
"version": "0.0.42",
"private": true,
"dependencies": {
"@openfort/ecosystem-js": "^0.0.15",
Expand Down

0 comments on commit c6de8e4

Please sign in to comment.