Skip to content

Commit a1381af

Browse files
authored
🐙 source-gridly: run up-to-date pipeline [2024-08-03] (#42662)
1 parent 2a9311e commit a1381af

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

airbyte-integrations/connectors/source-gridly/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 6cbea164-3237-433b-9abb-36d384ee4cbf
5-
dockerImageTag: 0.1.11
5+
dockerImageTag: 0.1.12
66
dockerRepository: airbyte/source-gridly
77
githubIssueLabel: source-gridly
88
icon: gridly.svg

airbyte-integrations/connectors/source-gridly/poetry.lock

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

airbyte-integrations/connectors/source-gridly/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.1.11"
6+
version = "0.1.12"
77
name = "source-gridly"
88
description = "Source implementation for Gridly."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/gridly.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Gridly support version control, by default the `grid id` is the same to the `bra
3939

4040
| Version | Date | Pull Request | Subject |
4141
| :------ | :--------- | :------------------------------------------------------- | :---------------------------------------------------------- |
42+
| 0.1.12 | 2024-08-03 | [42662](https://github.com/airbytehq/airbyte/pull/42662) | Update dependencies |
4243
| 0.1.11 | 2024-07-20 | [42173](https://github.com/airbytehq/airbyte/pull/42173) | Update dependencies |
4344
| 0.1.10 | 2024-07-13 | [41768](https://github.com/airbytehq/airbyte/pull/41768) | Update dependencies |
4445
| 0.1.9 | 2024-07-10 | [41376](https://github.com/airbytehq/airbyte/pull/41376) | Update dependencies |

0 commit comments

Comments
 (0)