Skip to content

Commit

Permalink
🚀 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
rphlmr committed Nov 18, 2024
1 parent 88a0628 commit 33efaf1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-lab",
"version": "0.6.2",
"version": "0.7.0",
"description": "Drizzle Lab CLI",
"sideEffects": false,
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-lab/api",
"version": "0.27.4",
"version": "0.28.0",
"description": "Drizzle Lab API - Fork of Drizzle Kit API",
"type": "module",
"license": "MIT",
Expand Down
3 changes: 3 additions & 0 deletions vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the "drizzle-orm" extension will be documented in this fi

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

## [0.5.0]

- Handle duplicated imports from barrel exports

## [0.4.1]

Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Drizzle ORM",
"description": "Adds schema visualizer for Drizzle ORM",
"preview": true,
"version": "0.4.1",
"version": "0.5.0",
"private": true,
"icon": "icon.png",
"license": "MIT",
Expand Down

0 comments on commit 33efaf1

Please sign in to comment.