Skip to content

Commit

Permalink
Merge pull request #663 from holistics/release/v3.9.4
Browse files Browse the repository at this point in the history
Release v3.9.4
  • Loading branch information
huyleminh01 authored Dec 5, 2024
2 parents 4eaf224 + e1ca07d commit 7dcc73b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v3.9.4 (2024-12-05)

#### :bug: Bug Fix
* `dbml-connector`
* [#660](https://github.com/holistics/dbml/pull/660) fix: db2dbml bigquery connector's query ([@kenzht](https://github.com/kenzht))

#### :robot: Dependencies Update
* [#661](https://github.com/holistics/dbml/pull/661) Bump cross-spawn from 7.0.3 to 7.0.6 ([@dependabot[bot]](https://github.com/apps/dependabot))

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

## v3.9.3 (2024-10-30)

#### :bug: Bug Fix
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.3",
"version": "3.9.4",
"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.3",
"version": "3.9.4",
"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.3",
"@dbml/core": "^3.9.3",
"@dbml/connector": "^3.9.4",
"@dbml/core": "^3.9.4",
"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.3",
"version": "3.9.4",
"description": "This package was created to fetch the schema JSON from many kind of databases.",
"author": "huy.phung.sw@gmail.com",
"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.3",
"version": "3.9.4",
"description": "> TODO: description",
"author": "Holistics <dev@holistics.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"@dbml/parse": "^3.9.3",
"@dbml/parse": "^3.9.4",
"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.3",
"version": "3.9.4",
"description": "> TODO: description",
"author": "Holistics <dev@holistics.io>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7dcc73b

Please sign in to comment.