Skip to content

Commit 5504f05

Browse files
authored
🐙 source-webflow: run up-to-date pipeline [2024-08-31] (#45040)
1 parent 347e017 commit 5504f05

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

airbyte-integrations/connectors/source-webflow/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: ef580275-d9a9-48bb-af5e-db0f5855be04
5-
dockerImageTag: 0.1.18
5+
dockerImageTag: 0.1.19
66
dockerRepository: airbyte/source-webflow
77
githubIssueLabel: source-webflow
88
icon: webflow.svg

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

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

airbyte-integrations/connectors/source-webflow/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.18"
6+
version = "0.1.19"
77
name = "source-webflow"
88
description = "Source implementation for Webflow."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/webflow.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ If you are interested in learning more about the Webflow API and implementation
4141

4242
| Version | Date | Pull Request | Subject |
4343
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------- |
44+
| 0.1.19 | 2024-08-31 | [45040](https://github.com/airbytehq/airbyte/pull/45040) | Update dependencies |
4445
| 0.1.18 | 2024-08-24 | [44724](https://github.com/airbytehq/airbyte/pull/44724) | Update dependencies |
4546
| 0.1.17 | 2024-08-17 | [44347](https://github.com/airbytehq/airbyte/pull/44347) | Update dependencies |
4647
| 0.1.16 | 2024-08-10 | [43620](https://github.com/airbytehq/airbyte/pull/43620) | Update dependencies |

0 commit comments

Comments
 (0)