Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jan 2, 2025
1 parent 441e925 commit c041e10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "pnpm",
"version": "3.0.4"
"version": "3.0.5"
}
2 changes: 1 addition & 1 deletion packages/principal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@constl/mandataire-electron-principal",
"version": "3.0.4",
"version": "3.0.5",
"description": "Pour utiliser Constellation dans vos projets Électron.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rendu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@constl/mandataire-electron-rendu",
"version": "3.0.4",
"version": "3.0.5",
"description": "Pour utiliser Constellation dans le processus rendu d'Électron. Doit être utilisé conjointement avec @constl/mandataire-electron-principal.",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit c041e10

Please sign in to comment.