Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed Jan 26, 2024
1 parent f441f91 commit 06280d2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "pnpm",
"packages": ["packages/*"],
"version": "5.0.3"
"version": "5.0.4"
}
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": "@triptyk/nfw-core",
"version": "5.0.3",
"version": "5.0.4",
"description": "A NodeJS Typescript framework using Koa !",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triptyk/nfw-http",
"version": "5.0.3",
"version": "5.0.4",
"description": "A NodeJS Typescript framework using Koa !",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/mikro-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triptyk/nfw-mikro-orm",
"version": "5.0.3",
"version": "5.0.4",
"description": "Mikro-ORM module for NFW-CORE",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"vitest": "^0.34.5"
},
"peerDependencies": {
"@mikro-orm/core": "~5.7.3",
"@mikro-orm/core": "^5.7.3",
"@triptyk/nfw-core": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/resource-jsonapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triptyk/nfw-resources",
"version": "5.0.3",
"version": "5.0.4",
"private": false,
"description": "A NodeJS Typescript framework using Koa !",
"main": "dist/src/index.js",
Expand Down

0 comments on commit 06280d2

Please sign in to comment.