Skip to content

Commit 9492b44

Browse files
committed
v2.1.9
1 parent 5064c4c commit 9492b44

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

apps/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@e-invoice-eu/cli",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"description": "Generate e-invoices (E-Rechnung in German) conforming to EN16931 (Factur-X/ZUGFeRD, UBL, CII, XRechnung aka X-Rechnung) from LibreOffice Calc/Excel data or JSON. ",
55
"keywords": [
66
"factur-x",
@@ -115,7 +115,7 @@
115115
"typescript-eslint": "^8.36.0"
116116
},
117117
"dependencies": {
118-
"@e-invoice-eu/core": "^2.1.8",
118+
"@e-invoice-eu/core": "^2.1.9",
119119
"@esgettext/runtime": "^1.3.6",
120120
"@valibot/i18n": "^1.0.0",
121121
"ajv": "^8.17.1",

apps/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@e-invoice-eu/server",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"description": "REST API for generating EN16931 conforming electronic invoices",
55
"keywords": [
66
"factur-x",
@@ -25,7 +25,7 @@
2525
"homepage": "https://gflohr.github.io/e-invoice-eu",
2626
"author": "Guido Flohr <guido.flohr@cantanea.com> (http://www.guido.flohr.net/)",
2727
"dependencies": {
28-
"@e-invoice-eu/core": "^2.1.8",
28+
"@e-invoice-eu/core": "^2.1.9",
2929
"@nestjs/common": "^11.1.3",
3030
"@nestjs/config": "^4.0.2",
3131
"@nestjs/core": "^11.1.3",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.1.8"
3+
"version": "2.1.9"
44
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@e-invoice-eu/core",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"description": "Generate e-invoices (E-Rechnung in German) conforming to EN16931 (Factur-X/ZUGFeRD, UBL, CII, XRechnung aka X-Rechnung) from LibreOffice Calc/Excel data or JSON. ",
55
"keywords": [
66
"factur-x",

0 commit comments

Comments
 (0)