Skip to content

Commit 0c075c2

Browse files
jleclancheclaude
andcommitted
release: ubl 0.17.0, stripe-ubl 3.0.0, react-ubl-renderer 0.4.0 (unified UblInvoice model)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 0ab4ac4 commit 0c075c2

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ npm independently.
2121
| [`@financica/nbb-cbso`](packages/nbb-cbso) | 0.6.1 | Belgian annual-accounts filing for the NBB/BNB Central Balance Sheet Office |
2222
| [`@financica/pcmn`](packages/pcmn) | 0.4.0 | Belgian PCMN class taxonomy and the statutory charts of accounts (`/charts`) |
2323
| [`@financica/peppol`](packages/peppol) | 0.8.0 | Peppol network: SML/SMP participant discovery, Directory lookups, EAS schemes |
24-
| [`@financica/react-ubl-renderer`](packages/react-ubl-renderer) | 0.3.0 | Render parsed UBL / Peppol BIS Billing 3.0 invoices as React or standalone HTML |
24+
| [`@financica/react-ubl-renderer`](packages/react-ubl-renderer) | 0.4.0 | Render parsed UBL / Peppol BIS Billing 3.0 invoices as React or standalone HTML |
2525
| [`@financica/scrada-client`](packages/scrada-client) | 0.5.0 | HTTP client for the Scrada Peppol API |
2626
| [`@financica/stripe-hosted-invoices`](packages/stripe-hosted-invoices) | 0.1.0 | Read a Stripe invoice, credit note or receipt from its public hosted URL — no API key |
2727
| [`@financica/stripe-tax-invoices`](packages/stripe-tax-invoices) | 0.1.0 | Stripe's monthly tax invoice for its own fees — PDF parser |
28-
| [`@financica/stripe-ubl`](packages/stripe-ubl) | 2.0.0 | Convert Stripe invoices and credit notes into Peppol BIS Billing 3.0 UBL |
29-
| [`@financica/ubl`](packages/ubl) | 0.16.0 | UBL invoice toolkit — parse, build and serialize Peppol BIS Billing 3.0 |
28+
| [`@financica/stripe-ubl`](packages/stripe-ubl) | 3.0.0 | Convert Stripe invoices and credit notes into Peppol BIS Billing 3.0 UBL |
29+
| [`@financica/ubl`](packages/ubl) | 0.17.0 | UBL invoice toolkit — parse, build and serialize Peppol BIS Billing 3.0 |
3030
| [`@financica/xbrl`](packages/xbrl) | 0.2.0 | XBRL 2.1 instance document parser and serializer |
3131

3232
## Getting started

bun.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-ubl-renderer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.4.0
44

55
### Changed
66

packages/react-ubl-renderer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@financica/react-ubl-renderer",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Render parsed UBL / Peppol BIS Billing 3.0 invoices as a React component or a standalone HTML document.",
55
"keywords": [
66
"e-invoicing",
@@ -69,7 +69,7 @@
6969
"react-dom": "^19.2.7"
7070
},
7171
"peerDependencies": {
72-
"@financica/ubl": ">=0.16.0 <1.0.0",
72+
"@financica/ubl": ">=0.17.0 <1.0.0",
7373
"react": ">=18",
7474
"react-dom": ">=18"
7575
},

packages/stripe-ubl/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 3.0.0
44

55
### Changed
66

packages/stripe-ubl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@financica/stripe-ubl",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Convert Stripe invoices and credit notes into Peppol BIS Billing 3.0 UBL documents.",
55
"homepage": "https://github.com/financica/ts-libs/tree/main/packages/stripe-ubl#readme",
66
"bugs": "https://github.com/financica/ts-libs/issues",
@@ -49,7 +49,7 @@
4949
"prepack": "bun run build"
5050
},
5151
"dependencies": {
52-
"@financica/ubl": "^0.16.0"
52+
"@financica/ubl": "^0.17.0"
5353
},
5454
"devDependencies": {
5555
"stripe": "^22.5.0"

packages/ubl/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.17.0
44

55
### Changed
66

packages/ubl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@financica/ubl",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "UBL (Universal Business Language) invoice toolkit for TypeScript: parse, build, and serialize Peppol BIS Billing 3.0 documents.",
55
"homepage": "https://github.com/financica/ts-libs/tree/main/packages/ubl#readme",
66
"bugs": "https://github.com/financica/ts-libs/issues",

0 commit comments

Comments
 (0)