Skip to content

Commit 403ffd5

Browse files
authored
Merge pull request #822 from holistics/release/v6.2.1
Release/v6.2.1
2 parents d24a249 + 52427ed commit 403ffd5

7 files changed

Lines changed: 22 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v6.2.1 (2026-02-11)
2+
3+
#### :house_with_garden: Internal
4+
* `dbml-core`
5+
* [#821](https://github.com/holistics/dbml/pull/821) Expose raw and non-raw model structure types ([@hdnax](https://github.com/hdnax))
6+
* [#821](https://github.com/holistics/dbml/pull/821) Make `RawField`'s `dbdefault` a precise type ([@hdnax](https://github.com/hdnax))
7+
* [#821](https://github.com/holistics/dbml/pull/821) Add missing `records` field to `NormalizedModel` ([@hdnax](https://github.com/hdnax))
8+
* [#821](https://github.com/holistics/dbml/pull/821) Add `NormalizedRecord` and `NormalizedRecordIdMap` and remove `NormalizedRecords` for consistency with other types ([@hdnax](https://github.com/hdnax))
9+
10+
#### Committers: 1
11+
- Huy DNA ([@hdnax](https://github.com/hdnax))
12+
113
## v6.2.0 (2026-02-10)
214

315
#### :house_with_garden: Internal

dbml-playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dbml/playground",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Interactive playground for debugging and visualizing the DBML parser pipeline",
55
"author": "Holistics <dev@holistics.io>",
66
"license": "Apache-2.0",
@@ -25,7 +25,7 @@
2525
"format": "prettier --write src/"
2626
},
2727
"dependencies": {
28-
"@dbml/parse": "^6.2.0",
28+
"@dbml/parse": "^6.2.1",
2929
"lodash-es": "^4.17.21",
3030
"monaco-editor": "^0.52.2",
3131
"monaco-vim": "^0.4.2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.2.0",
2+
"version": "6.2.1",
33
"npmClient": "yarn",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

packages/dbml-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "@dbml/cli",
4-
"version": "6.2.0",
4+
"version": "6.2.1",
55
"description": "",
66
"main": "lib/index.js",
77
"license": "Apache-2.0",
@@ -32,8 +32,8 @@
3232
],
3333
"dependencies": {
3434
"@babel/cli": "^7.21.0",
35-
"@dbml/connector": "^6.2.0",
36-
"@dbml/core": "^6.2.0",
35+
"@dbml/connector": "^6.2.1",
36+
"@dbml/core": "^6.2.1",
3737
"bluebird": "^3.5.5",
3838
"chalk": "^2.4.2",
3939
"commander": "^2.20.0",

packages/dbml-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "@dbml/connector",
4-
"version": "6.2.0",
4+
"version": "6.2.1",
55
"description": "This package was created to fetch the schema JSON from many kind of databases.",
66
"author": "huy.phung.sw@gmail.com",
77
"license": "MIT",

packages/dbml-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "@dbml/core",
4-
"version": "6.2.0",
4+
"version": "6.2.1",
55
"description": "> TODO: description",
66
"author": "Holistics <dev@holistics.io>",
77
"license": "Apache-2.0",
@@ -48,7 +48,7 @@
4848
"lint:fix": "eslint --fix ."
4949
},
5050
"dependencies": {
51-
"@dbml/parse": "^6.2.0",
51+
"@dbml/parse": "^6.2.1",
5252
"antlr4": "^4.13.1",
5353
"lodash": "^4.17.15",
5454
"lodash-es": "^4.17.15",

packages/dbml-parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "@dbml/parse",
4-
"version": "6.2.0",
4+
"version": "6.2.1",
55
"description": "DBML parser v2",
66
"author": "Holistics <dev@holistics.io>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)