Skip to content

Commit

Permalink
Release 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lncitador committed Jun 10, 2024
1 parent 4ad30ed commit 8353a06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/adonis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cel_cash/adonisjs",
"description": "AdonisJS provider for CelCash",
"version": "2.0.6",
"version": "2.0.7",
"engines": {
"node": ">=20.6.0"
},
Expand Down Expand Up @@ -63,7 +63,7 @@
"peerDependencies": {
"@adonisjs/core": "^6.2.0",
"@adonisjs/redis": "^8.0.1",
"@cel_cash/core": "2.0.6"
"@cel_cash/core": "2.0.7"
},
"dependencies": {
"@ts-rest/core": "^3.45.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cel_cash/client",
"version": "2.0.6",
"version": "2.0.7",
"description": "A client sdk for CelCash",
"type": "module",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"@cel_cash/core": "2.0.6"
"@cel_cash/core": "2.0.7"
},
"dependencies": {
"@ts-rest/core": "^3.45.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cel_cash/core",
"version": "2.0.6",
"version": "2.0.7",
"description": "Core ts-rest module for CelCash",
"type": "module",
"main": "dist/index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cel_cash/nestjs",
"version": "2.0.6",
"version": "2.0.7",
"description": "",
"type": "commonjs",
"main": "dist/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0 || ^7.0.0",
"@cel_cash/core": "2.0.6"
"@cel_cash/core": "2.0.7"
},
"devDependencies": {
"@cel_cash/core": "workspace:*",
Expand Down

0 comments on commit 8353a06

Please sign in to comment.