Skip to content

Commit ae6c73b

Browse files
Merge pull request #480 from drizzle-team/up-versions
Bump version
2 parents dfd40f4 + 9e5876f commit ae6c73b

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

changelogs/drizzle-orm/0.24.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Bugs
2+
3+
🐛 Fix onConflict targets in [#475](https://github.com/drizzle-team/drizzle-orm/pull/475) - thanks @wkunert ❤️
4+
5+
### Documentation
6+
7+
> Thanks to @tmcw we have started our way to get JSDoc documentation
8+
9+
📄 JSDoc for conditions in [#467](https://github.com/drizzle-team/drizzle-orm/pull/467) - thanks @tmcw ❤️

changelogs/drizzle-zod/0.3.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix drizzle-zod default refine type in [479](https://github.com/drizzle-team/drizzle-orm/pull/479) - thanks @hugo-clemente ❤️

drizzle-orm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-orm",
3-
"version": "0.24.0",
3+
"version": "0.24.1",
44
"description": "Drizzle ORM package for SQL databases",
55
"scripts": {
66
"build": "tsc && resolve-tspaths && cp ../README.md package.json dist/",

drizzle-zod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-zod",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Generate Zod schemas from Drizzle ORM schemas",
55
"scripts": {
66
"build": "tsc && resolve-tspaths && cp README.md package.json dist/",

0 commit comments

Comments
 (0)