Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Jan 29, 2025
1 parent 991e8b4 commit 5ffd0bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/drizzle-kit/0.30.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix bug that generates incorrect syntax when introspect in mysql
- Fix a bug that caused incorrect syntax output when introspect in unsigned columns
3 changes: 3 additions & 0 deletions changelogs/drizzle-orm/0.39.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fixed SQLite onConflict clauses being overwritten instead of stacked - [#2276](https://github.com/drizzle-team/drizzle-orm/issues/2276)
- Added view support to `aliasedTable()`
- Fixed sql builder prefixing aliased views and tables with their schema
2 changes: 1 addition & 1 deletion drizzle-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-kit",
"version": "0.30.3",
"version": "0.30.4",
"homepage": "https://orm.drizzle.team",
"keywords": [
"drizzle",
Expand Down
2 changes: 1 addition & 1 deletion drizzle-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-orm",
"version": "0.39.0",
"version": "0.39.1",
"description": "Drizzle ORM package for SQL databases",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 5ffd0bd

Please sign in to comment.