Skip to content

Commit

Permalink
Merge pull request #652 from holistics/release/v3.9.3
Browse files Browse the repository at this point in the history
Release v3.9.3
  • Loading branch information
huyleminh01 authored Oct 30, 2024
2 parents c4e4fb2 + 5dd2948 commit f78c1f6
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v3.9.3 (2024-10-30)

#### :bug: Bug Fix
* `dbml-cli`, `dbml-connector`
* [#650](https://github.com/holistics/dbml/pull/650) Connector - Keep table ordinal position ([@huyleminh01](https://github.com/huyleminh01))

#### Committers: 2
- Huy Le Minh ([@huyleminh01](https://github.com/huyleminh01))
- NQPhuc ([@NQPhuc](https://github.com/NQPhuc))

## v3.9.2 (2024-10-15)

#### :bug: Bug Fix
Expand All @@ -12,6 +22,8 @@
#### :bug: Bug Fix
* `dbml-cli`, `dbml-connector`
* [#645](https://github.com/holistics/dbml/pull/645) Fix mssql connector - Missing data type size for numeric-based and string-based columns ([@huyleminh01](https://github.com/huyleminh01))
* `dbml-core`
* [#646](https://github.com/holistics/dbml/pull/646) Model Exporter cannot export <> refs in dbml ([@huyphung1602](https://github.com/huyphung1602))

#### Committers: 3
- Huy Le Minh ([@huyleminh01](https://github.com/huyleminh01))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.9.2",
"version": "3.9.3",
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
6 changes: 3 additions & 3 deletions packages/dbml-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbml/cli",
"version": "3.9.2",
"version": "3.9.3",
"description": "",
"main": "lib/index.js",
"license": "Apache-2.0",
Expand All @@ -26,8 +26,8 @@
],
"dependencies": {
"@babel/cli": "^7.21.0",
"@dbml/connector": "^3.9.2",
"@dbml/core": "^3.9.2",
"@dbml/connector": "^3.9.3",
"@dbml/core": "^3.9.3",
"bluebird": "^3.5.5",
"chalk": "^2.4.2",
"commander": "^2.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dbml-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbml/connector",
"version": "3.9.2",
"version": "3.9.3",
"description": "This package was created to fetch the schema JSON from many kind of databases.",
"author": "[email protected]",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/dbml-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbml/core",
"version": "3.9.2",
"version": "3.9.3",
"description": "> TODO: description",
"author": "Holistics <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"@dbml/parse": "^3.9.2",
"@dbml/parse": "^3.9.3",
"antlr4": "^4.13.1",
"lodash": "^4.17.15",
"parsimmon": "^1.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dbml-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbml/parse",
"version": "3.9.2",
"version": "3.9.3",
"description": "> TODO: description",
"author": "Holistics <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit f78c1f6

Please sign in to comment.