Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed Aug 14, 2024
1 parent ef87f0e commit 7896827
Show file tree
Hide file tree
Showing 6 changed files with 6,005 additions and 2,750 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.4"
"version": "6.0.0"
}
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.4",
"version": "6.0.0",
"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.4",
"version": "6.0.0",
"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/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.4",
"version": "6.0.0",
"description": "Mikro-ORM module for NFW-CORE",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
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.4",
"version": "6.0.0",
"private": false,
"description": "A NodeJS Typescript framework using Koa !",
"main": "dist/src/index.js",
Expand Down
Loading

0 comments on commit 7896827

Please sign in to comment.