Skip to content

Commit

Permalink
chore(release): pull hotfix-release/1.11.0 into main (#426)
Browse files Browse the repository at this point in the history
Co-authored-by: nidhilashkari17 <[email protected]>
Co-authored-by: Alexandros Milaios <[email protected]>
Co-authored-by: a-rampalli <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
5 people authored Mar 2, 2023
1 parent 23cd6f9 commit 64f1aad
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.11.0](https://github.com/rudderlabs/rudder-config-schema/compare/1.10.0...1.11.0) (2023-03-02)


### Features

* upgrade ga version to 5.1.0 ([#354](https://github.com/rudderlabs/rudder-config-schema/issues/354)) ([91175ac](https://github.com/rudderlabs/rudder-config-schema/commit/91175ac86dbae7de7c15ab3c692c3da82a8f08b0))

## [1.10.0](https://github.com/rudderlabs/rudder-config-schema/compare/1.9.0...1.10.0) (2023-02-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-config-schema",
"version": "1.10.0",
"version": "1.11.0",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"oauthRole": "singer-google-analytics",
"provider": "Google"
},
"image": "rudderstack/source-google-analytics:v2.1.1"
"image": "rudderstack/source-google-analytics:v5.1.0"
}
}
2 changes: 1 addition & 1 deletion src/configurations/sources/singer_pipedrive/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Pipedrive",
"options": {
"isBeta": true,
"image": "rudderstack/source-pipedrive:v5.1.1",
"image": "rudderstack/source-pipedrive:v5.3.1",
"hidden": false
}
}
3 changes: 1 addition & 2 deletions src/configurations/sources/singer_shopify/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"displayName": "Shopify",
"options": {
"image": "rudderstack/source-shopify:v5.2.0-alpha-f4815b1",
"isBeta": true,
"hidden": true
"isBeta": true
}
}

0 comments on commit 64f1aad

Please sign in to comment.