Skip to content

Commit

Permalink
chore(release): publish-canary
Browse files Browse the repository at this point in the history
  • Loading branch information
fouad committed Feb 5, 2024
1 parent 677c811 commit f7ce6cd
Show file tree
Hide file tree
Showing 42 changed files with 215 additions and 41 deletions.
8 changes: 8 additions & 0 deletions packages/beta/indent-dummy-webhook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.32](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2024-02-05)

**Note:** Version bump only for package @indent/dummy-webhook





## [0.0.1-canary.31](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2023-10-05)

**Note:** Version bump only for package @indent/dummy-webhook
Expand Down
4 changes: 2 additions & 2 deletions packages/beta/indent-dummy-webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@indent/dummy-webhook",
"main": "lib/index",
"types": "lib/index",
"version": "0.0.1-canary.31",
"version": "0.0.1-canary.32",
"files": [
"lib"
],
Expand All @@ -14,7 +14,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@indent/base-integration": "^0.0.1-canary.31"
"@indent/base-integration": "^0.0.1-canary.32"
},
"peerDependencies": {
"next": "*"
Expand Down
8 changes: 8 additions & 0 deletions packages/beta/indent-integration-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.33](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2024-02-05)

**Note:** Version bump only for package @indent/integration-cloudflare





## [0.0.1-canary.32](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2023-10-05)

**Note:** Version bump only for package @indent/integration-cloudflare
Expand Down
4 changes: 2 additions & 2 deletions packages/beta/indent-integration-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@indent/integration-cloudflare",
"main": "lib/index",
"types": "lib/index",
"version": "0.0.1-canary.32",
"version": "0.0.1-canary.33",
"scripts": {
"dev": "tsc -p tsconfig.build.json -w",
"test": "CLOUDFLARE_ACCOUNT=example_account_id CLOUDFLARE_TOKEN=example_token jest --config ../../../jest.config.js cloudflare.*",
Expand All @@ -12,7 +12,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@indent/base-integration": "^0.0.1-canary.31"
"@indent/base-integration": "^0.0.1-canary.32"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/beta/indent-integration-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.32](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2024-02-05)

**Note:** Version bump only for package @indent/integration-example





## [0.0.1-canary.31](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2023-10-05)

**Note:** Version bump only for package @indent/integration-example
Expand Down
4 changes: 2 additions & 2 deletions packages/beta/indent-integration-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@indent/integration-example",
"main": "lib/index",
"types": "lib/index",
"version": "0.0.1-canary.31",
"version": "0.0.1-canary.32",
"files": [
"lib"
],
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@indent/base-integration": "^0.0.1-canary.31"
"@indent/base-integration": "^0.0.1-canary.32"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/beta/indent-integration-google-groups/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.32](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2024-02-05)

**Note:** Version bump only for package @indent/integration-google-groups





## [0.0.1-canary.31](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2023-10-05)

**Note:** Version bump only for package @indent/integration-google-groups
Expand Down
4 changes: 2 additions & 2 deletions packages/beta/indent-integration-google-groups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indent/integration-google-groups",
"version": "0.0.1-canary.31",
"version": "0.0.1-canary.32",
"main": "lib/index",
"types": "lib/index",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"test": "jest --config ../../../jest.config.js example.test.*"
},
"dependencies": {
"@indent/base-integration": "^0.0.1-canary.31",
"@indent/base-integration": "^0.0.1-canary.32",
"googleapis": "^92.0.0",
"njwt": "^1.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/beta/indent-integration-jira/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.33](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2024-02-05)

**Note:** Version bump only for package @indent/integration-jira





## [0.0.1-canary.32](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2023-10-05)

**Note:** Version bump only for package @indent/integration-jira
Expand Down
4 changes: 2 additions & 2 deletions packages/beta/indent-integration-jira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@indent/integration-jira",
"main": "lib/index",
"types": "lib/index",
"version": "0.0.1-canary.32",
"version": "0.0.1-canary.33",
"files": [
"lib"
],
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@indent/base-integration": "^0.0.1-canary.31"
"@indent/base-integration": "^0.0.1-canary.32"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/beta/indent-integration-merge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.25](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2024-02-05)

**Note:** Version bump only for package @indent/integration-merge





## [0.0.1-canary.24](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2023-10-05)

**Note:** Version bump only for package @indent/integration-merge
Expand Down
4 changes: 2 additions & 2 deletions packages/beta/indent-integration-merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@indent/integration-merge",
"main": "lib/index",
"types": "lib/index",
"version": "0.0.1-canary.24",
"version": "0.0.1-canary.25",
"files": [
"lib"
],
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@indent/base-integration": "^0.0.1-canary.31"
"@indent/base-integration": "^0.0.1-canary.32"
},
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/beta/indent-integration-supabase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.33 (2024-02-05)


### Features

* **supabase:** add integration ([677c811](https://github.com/indentapis/integrations/commit/677c81113c2ba0940df37d630831e7c6f2b3da92))





## [0.0.1-canary.32](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2023-10-05)

**Note:** Version bump only for package @indent/integration-cloudflare
Expand Down
4 changes: 2 additions & 2 deletions packages/beta/indent-integration-supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@indent/integration-supabase",
"main": "lib/index",
"types": "lib/index",
"version": "0.0.1-canary.32",
"version": "0.0.1-canary.33",
"scripts": {
"dev": "tsc -p tsconfig.build.json -w",
"test": "ORG_ID=exampleorg-id SUPABASE_TOKEN=example_token jest --config ../../../jest.config.js supabase.*",
Expand All @@ -12,7 +12,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@indent/base-integration": "^0.0.1-canary.31"
"@indent/base-integration": "^0.0.1-canary.32"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/beta/indent-integration-twingate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.27](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2024-02-05)

**Note:** Version bump only for package @indent/integration-twingate





## [0.0.1-canary.26](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2023-10-05)

**Note:** Version bump only for package @indent/integration-twingate
Expand Down
4 changes: 2 additions & 2 deletions packages/beta/indent-integration-twingate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@indent/integration-twingate",
"main": "lib/index",
"types": "lib/index",
"version": "0.0.1-canary.26",
"version": "0.0.1-canary.27",
"files": [
"lib"
],
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@indent/base-integration": "^0.0.1-canary.31"
"@indent/base-integration": "^0.0.1-canary.32"
},
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/stable/indent-base-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.32](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2024-02-05)


### Features

* **supabase:** add integration ([677c811](https://github.com/indentapis/integrations/commit/677c81113c2ba0940df37d630831e7c6f2b3da92))





## [0.0.1-canary.31](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2023-10-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/stable/indent-base-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@indent/base-integration",
"main": "lib/index.js",
"types": "lib/index",
"version": "0.0.1-canary.31",
"version": "0.0.1-canary.32",
"files": [
"lib"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.10](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2024-02-05)

**Note:** Version bump only for package @indent/integration-auto-approval-email





## [0.0.1-canary.9](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2023-10-05)

**Note:** Version bump only for package @indent/integration-auto-approval-email
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@indent/integration-auto-approval-email",
"main": "lib/index",
"types": "lib/index",
"version": "0.0.1-canary.9",
"version": "0.0.1-canary.10",
"files": [
"lib"
],
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@indent/base-integration": "^0.0.1-canary.31",
"@indent/base-integration": "^0.0.1-canary.32",
"@indent/types": "^0.2.1"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stable/indent-integration-auto-approval/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.11](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2024-02-05)

**Note:** Version bump only for package @indent/integration-auto-approval





## [0.0.1-canary.10](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2023-10-05)

**Note:** Version bump only for package @indent/integration-auto-approval
Expand Down
4 changes: 2 additions & 2 deletions packages/stable/indent-integration-auto-approval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@indent/integration-auto-approval",
"main": "lib/index",
"types": "lib/index",
"version": "0.0.1-canary.10",
"version": "0.0.1-canary.11",
"files": [
"lib"
],
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@indent/base-integration": "^0.0.1-canary.31",
"@indent/base-integration": "^0.0.1-canary.32",
"@indent/types": "^0.2.1"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stable/indent-integration-aws-iam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.44](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2024-02-05)

**Note:** Version bump only for package @indent/integration-aws-iam





## [0.0.1-canary.43](https://github.com/indentapis/integrations/compare/@indent/[email protected]...@indent/[email protected]) (2023-10-05)

**Note:** Version bump only for package @indent/integration-aws-iam
Expand Down
4 changes: 2 additions & 2 deletions packages/stable/indent-integration-aws-iam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@indent/integration-aws-iam",
"main": "lib/index",
"types": "lib/index",
"version": "0.0.1-canary.43",
"version": "0.0.1-canary.44",
"files": [
"lib"
],
Expand All @@ -21,7 +21,7 @@
"@aws-sdk/client-sso-admin": "^3.405.0",
"@aws-sdk/client-sts": "^3.405.0",
"@aws-sdk/types": "^3.398.0",
"@indent/base-integration": "^0.0.1-canary.31",
"@indent/base-integration": "^0.0.1-canary.32",
"@smithy/types": "^2.3.4"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit f7ce6cd

Please sign in to comment.