From c31614aa093c2a50af9a1f6c9509b05d470f2924 Mon Sep 17 00:00:00 2001 From: AndriiSherman Date: Thu, 14 Nov 2024 12:13:27 +0200 Subject: [PATCH] Add release notes --- changelogs/drizzle-kit/0.28.1.md | 4 ++++ changelogs/drizzle-orm/0.36.2.md | 15 +++++++++++++++ drizzle-kit/package.json | 2 +- drizzle-orm/package.json | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 changelogs/drizzle-kit/0.28.1.md create mode 100644 changelogs/drizzle-orm/0.36.2.md diff --git a/changelogs/drizzle-kit/0.28.1.md b/changelogs/drizzle-kit/0.28.1.md new file mode 100644 index 000000000..194b4bd57 --- /dev/null +++ b/changelogs/drizzle-kit/0.28.1.md @@ -0,0 +1,4 @@ +# Bug fixes + +- Fixed typos in repository: thanks @armandsalle, @masto, @wackbyte, @Asher-JH, @MaxLeiter +- [fix: wrong dialect set in mysql/sqlite introspect](https://github.com/drizzle-team/drizzle-orm/pull/2865) \ No newline at end of file diff --git a/changelogs/drizzle-orm/0.36.2.md b/changelogs/drizzle-orm/0.36.2.md new file mode 100644 index 000000000..3790e0944 --- /dev/null +++ b/changelogs/drizzle-orm/0.36.2.md @@ -0,0 +1,15 @@ +# New Features + +- [Support more types in like, notLike, ilike and notIlike expressions](https://github.com/drizzle-team/drizzle-orm/pull/2805) + + +# Bug and typo fixes + +- Fixed typos in repository: thanks @armandsalle, @masto, @wackbyte, @Asher-JH, @MaxLeiter + +- [Fixed .generated behavior with non-strict tsconfig](https://github.com/drizzle-team/drizzle-orm/pull/3542) +- [Fix Drizzle ORM for expo-sqlite](https://github.com/drizzle-team/drizzle-orm/pull/3197) +- [Fixed lack of schema name on columns in sql](https://github.com/drizzle-team/drizzle-orm/pull/3531) +- [fix: Adjust neon http driver entity kind](https://github.com/drizzle-team/drizzle-orm/pull/3424) +- [Export PgIntegerBuilderInitial type](https://github.com/drizzle-team/drizzle-orm/pull/2846) +- [[MySQL] Correct $returningId() implementation to correctly store selected fields](https://github.com/drizzle-team/drizzle-orm/pull/2975) \ No newline at end of file diff --git a/drizzle-kit/package.json b/drizzle-kit/package.json index 1c911f23f..0b3b2562b 100644 --- a/drizzle-kit/package.json +++ b/drizzle-kit/package.json @@ -1,6 +1,6 @@ { "name": "drizzle-kit", - "version": "0.28.0", + "version": "0.28.1", "homepage": "https://orm.drizzle.team", "keywords": [ "drizzle", diff --git a/drizzle-orm/package.json b/drizzle-orm/package.json index 154a93922..41852bfa7 100644 --- a/drizzle-orm/package.json +++ b/drizzle-orm/package.json @@ -1,6 +1,6 @@ { "name": "drizzle-orm", - "version": "0.36.1", + "version": "0.36.2", "description": "Drizzle ORM package for SQL databases", "type": "module", "scripts": {