From 2af38d5e21773022f652bf5de42f7fdfe8476fa5 Mon Sep 17 00:00:00 2001 From: Fouad Matin Date: Wed, 14 Feb 2024 17:35:51 -0800 Subject: [PATCH] chore(release): publish-canary - @indent/integration-supabase@0.0.1-canary.35 --- .../beta/indent-integration-supabase/CHANGELOG.md | 11 +++++++++++ .../beta/indent-integration-supabase/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/beta/indent-integration-supabase/CHANGELOG.md b/packages/beta/indent-integration-supabase/CHANGELOG.md index 63b4219..3d0f857 100644 --- a/packages/beta/indent-integration-supabase/CHANGELOG.md +++ b/packages/beta/indent-integration-supabase/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.1-canary.35](https://github.com/indentapis/integrations/compare/@indent/integration-supabase@0.0.1-canary.34...@indent/integration-supabase@0.0.1-canary.35) (2024-02-15) + + +### Bug Fixes + +* **supabase:** invites ([91c3366](https://github.com/indentapis/integrations/commit/91c3366bcc4fa14c768d08cb9b3f39cda3ddae3b)) + + + + + ## [0.0.1-canary.34](https://github.com/indentapis/integrations/compare/@indent/integration-supabase@0.0.1-canary.33...@indent/integration-supabase@0.0.1-canary.34) (2024-02-14) diff --git a/packages/beta/indent-integration-supabase/package.json b/packages/beta/indent-integration-supabase/package.json index 95a5811..f66f16c 100644 --- a/packages/beta/indent-integration-supabase/package.json +++ b/packages/beta/indent-integration-supabase/package.json @@ -2,7 +2,7 @@ "name": "@indent/integration-supabase", "main": "lib/index", "types": "lib/index", - "version": "0.0.1-canary.34", + "version": "0.0.1-canary.35", "scripts": { "dev": "tsc -p tsconfig.build.json -w", "test": "SUPABASE_ORG_ID=exampleorgid SUPABASE_TOKEN=example_token jest --config ../../../jest.config.js supabase.*",