Skip to content

Commit 33efaf1

Browse files
committed
πŸš€ RELEASE
1 parent 88a0628 commit 33efaf1

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

β€Žapps/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-lab",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "Drizzle Lab CLI",
55
"sideEffects": false,
66
"type": "module",

β€Žpackage-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackages/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drizzle-lab/api",
3-
"version": "0.27.4",
3+
"version": "0.28.0",
44
"description": "Drizzle Lab API - Fork of Drizzle Kit API",
55
"type": "module",
66
"license": "MIT",

β€Žvscode-extension/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to the "drizzle-orm" extension will be documented in this fi
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.5.0]
8+
9+
- Handle duplicated imports from barrel exports
710

811
## [0.4.1]
912

β€Žvscode-extension/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Drizzle ORM",
44
"description": "Adds schema visualizer for Drizzle ORM",
55
"preview": true,
6-
"version": "0.4.1",
6+
"version": "0.5.0",
77
"private": true,
88
"icon": "icon.png",
99
"license": "MIT",

0 commit comments

Comments
Β (0)