Skip to content

Commit 1531d25

Browse files
committed
v0.3.0
1 parent bd98369 commit 1531d25

File tree

4 files changed

+7092
-3732
lines changed

4 files changed

+7092
-3732
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"npmClient": "pnpm"
55
}

packages/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lql-pg/hello-world",
3-
"version": "0.0.1",
3+
"version": "0.3.0",
44
"author": "Interweb <[email protected]>",
55
"description": "Hello World extension with Row Level Security (RLS) demo",
66
"private": true,
@@ -11,4 +11,4 @@
1111
"test:watch": "jest --watch"
1212
},
1313
"keywords": []
14-
}
14+
}

packages/supabase/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lql-pg/supabase",
3-
"version": "0.0.1",
3+
"version": "0.3.0",
44
"author": "Interweb <[email protected]>",
55
"license": "MIT",
66
"publishConfig": {
@@ -12,4 +12,4 @@
1212
"test:watch": "jest --watch"
1313
},
1414
"keywords": []
15-
}
15+
}

0 commit comments

Comments
 (0)