diff --git a/src/dbtVersions.js b/src/dbtVersions.js index e2f9855f5a..0f4b76361e 100644 --- a/src/dbtVersions.js +++ b/src/dbtVersions.js @@ -34,6 +34,13 @@ export const dbtVersions = { "dbt-labs/dbt_utils": ">=1.0.0 <2.0.0", "snowplow/snowplow_utils": ">=0.16.2 <0.17.0" } + }, + "0.4.0": { + "dbtversion": ">=1.6.0 <2.0.0", + "packages": { + "dbt-labs/dbt_utils": ">=1.0.0 <2.0.0", + "snowplow/snowplow_utils": ">=0.17.0 <0.18.0" + } } }, "snowplow/snowplow_ecommerce": { @@ -169,6 +176,13 @@ export const dbtVersions = { "dbt-labs/dbt_utils": ">=1.0.0 <2.0.0", "snowplow/snowplow_utils": ">=0.16.3 <0.17.0" } + }, + "0.9.0": { + "dbtversion": ">=1.5.0 <2.0.0", + "packages": { + "dbt-labs/dbt_utils": ">=1.0.0 <2.0.0", + "snowplow/snowplow_utils": ">=0.17.0 <0.18.0" + } } }, "snowplow/snowplow_fractribution": { @@ -397,6 +411,13 @@ export const dbtVersions = { "dbt-labs/dbt_utils": ">=1.0.0 <2.0.0", "snowplow/snowplow_utils": ">=0.16.2 <0.17.0" } + }, + "0.9.0": { + "dbtversion": ">=1.4.0 <2.0.0", + "packages": { + "dbt-labs/dbt_utils": ">=1.0.0 <2.0.0", + "snowplow/snowplow_utils": ">=0.17.0 <0.18.0" + } } }, "snowplow/snowplow_mobile": { @@ -725,6 +746,13 @@ export const dbtVersions = { "dbt-labs/dbt_utils": ">=1.0.0 <2.0.0", "snowplow/snowplow_utils": ">=0.16.8 <0.17.0" } + }, + "0.5.0": { + "dbtversion": ">=1.6.0 <2.0.0", + "packages": { + "dbt-labs/dbt_utils": ">=1.0.0 <2.0.0", + "snowplow/snowplow_utils": ">=0.17.0 <0.18.0" + } } }, "snowplow/snowplow_utils": { @@ -967,6 +995,12 @@ export const dbtVersions = { "packages": { "dbt-labs/dbt_utils": ">=1.0.0 <2.0.0" } + }, + "0.17.0": { + "dbtversion": ">=1.4.0 <2.0.0", + "packages": { + "dbt-labs/dbt_utils": ">=1.0.0 <2.0.0" + } } }, "snowplow/snowplow_web": {