Skip to content

Commit

Permalink
[create-pull-request] automated change (#1044)
Browse files Browse the repository at this point in the history
Co-authored-by: rlh1994 <[email protected]>
  • Loading branch information
github-actions[bot] and rlh1994 authored Oct 22, 2024
1 parent 3ac998e commit c324368
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/dbtVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit c324368

Please sign in to comment.