Skip to content

Commit 337f5ea

Browse files
committed
v1.2.1
1 parent 2be6f29 commit 337f5ea

17 files changed

Lines changed: 44 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.2.1] - 2026-05-01
6+
7+
### Bug Fixes
8+
9+
- fix(generator): break TDZ + cycles in native validator emitter (#38) (`2be6f29`)
10+
11+
### Other
12+
13+
- feat(apps): caduceus — HIS demo on TanStack Start (`2aa8b63`)
14+
- feat: add @fhir-dsl/tanstack-query — typed bindings for React Query (`fde1339`)
15+
- docs: deep audit and refresh against v1.x surface (`263ce46`)
16+
- docs(fhirpath): fix stale spec-coverage table (`b984745`)
17+
- docs: catch the docs site up to v1.2.0 (`85e649d`)
18+
519
## [1.2.0] - 2026-05-01
620

721
### Other

apps/docs/docs/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ sidebar_label: Changelog
88

99
All notable changes to this project will be documented in this file.
1010

11+
## [1.2.1] - 2026-05-01
12+
13+
### Bug Fixes
14+
15+
- fix(generator): break TDZ + cycles in native validator emitter (#38) (`2be6f29`)
16+
17+
### Other
18+
19+
- feat(apps): caduceus — HIS demo on TanStack Start (`2aa8b63`)
20+
- feat: add @fhir-dsl/tanstack-query — typed bindings for React Query (`fde1339`)
21+
- docs: deep audit and refresh against v1.x surface (`263ce46`)
22+
- docs(fhirpath): fix stale spec-coverage table (`b984745`)
23+
- docs: catch the docs site up to v1.2.0 (`85e649d`)
24+
1125
## [1.2.0] - 2026-05-01
1226

1327
### Other

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fhir-dsl/docs",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

apps/his-demo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@
7070
"typescript": "^6.0.2",
7171
"vite": "^8.0.0",
7272
"vitest": "^4.1.5"
73-
}
73+
},
74+
"version": "1.2.1"
7475
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fhir-dsl",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"description": "Type-safe FHIR client & code generator, inspired by Kysely",
66
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fhir-dsl/cli",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "CLI tool for generating type-safe FHIR TypeScript types from HL7 specs and profiles",
55
"type": "module",
66
"bin": {

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": "@fhir-dsl/core",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Type-safe FHIR query builder inspired by Kysely",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fhir-dsl/example",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/fhirpath/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fhir-dsl/fhirpath",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Type-safe FHIRPath expression builder with autocomplete",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fhir-dsl/generator",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "FHIR TypeScript code generator from HL7 StructureDefinitions and SearchParameters",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)