Skip to content

Commit

Permalink
chore(main): release 0.19.0 (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
release-please[bot] and parthea authored Jul 31, 2023
1 parent d72d989 commit 3059e6d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.18.1"
".": "0.19.0"
}
15 changes: 15 additions & 0 deletions packages/google-analytics-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.19.0](https://github.com/googleapis/python-analytics-admin/compare/v0.18.1...v0.19.0) (2023-07-27)


### Bug Fixes

* **v1alpha:** Rename enum from `ADS_PREFERRED_LAST_CLICK` to `GOOGLE_PAID_CHANNELS_LAST_CLICK` ([9a644b5](https://github.com/googleapis/python-analytics-admin/commit/9a644b5ca12959e086301313853c7777405ab7f3))
* **v1alpha:** Rename enum from `ADS_PREFERRED` to `GOOGLE_PAID_CHANNELS` ([9a644b5](https://github.com/googleapis/python-analytics-admin/commit/9a644b5ca12959e086301313853c7777405ab7f3))
* **v1alpha:** Rename enum from `CROSS_CHANNEL_DATA_DRIVEN` to `PAID_AND_ORGANIC_CHANNELS_DATA_DRIVEN` ([9a644b5](https://github.com/googleapis/python-analytics-admin/commit/9a644b5ca12959e086301313853c7777405ab7f3))
* **v1alpha:** Rename enum from `CROSS_CHANNEL_FIRST_CLICK` to `PAID_AND_ORGANIC_CHANNELS_FIRST_CLICK` ([9a644b5](https://github.com/googleapis/python-analytics-admin/commit/9a644b5ca12959e086301313853c7777405ab7f3))
* **v1alpha:** Rename enum from `CROSS_CHANNEL_LAST_CLICK` to `PAID_AND_ORGANIC_CHANNELS_LAST_CLICK` ([9a644b5](https://github.com/googleapis/python-analytics-admin/commit/9a644b5ca12959e086301313853c7777405ab7f3))
* **v1alpha:** Rename enum from `CROSS_CHANNEL_LINEAR` to `PAID_AND_ORGANIC_CHANNELS_LINEAR` ([9a644b5](https://github.com/googleapis/python-analytics-admin/commit/9a644b5ca12959e086301313853c7777405ab7f3))
* **v1alpha:** Rename enum from `CROSS_CHANNEL_POSITION_BASED` to `PAID_AND_ORGANIC_CHANNELS_POSITION_BASED` ([9a644b5](https://github.com/googleapis/python-analytics-admin/commit/9a644b5ca12959e086301313853c7777405ab7f3))
* **v1alpha:** Rename enum from `CROSS_CHANNEL_TIME_DECAY` to `PAID_AND_ORGANIC_CHANNELS_TIME_DECAY` ([9a644b5](https://github.com/googleapis/python-analytics-admin/commit/9a644b5ca12959e086301313853c7777405ab7f3))
* **v1alpha:** Rename enum from `CROSS_CHANNEL` to `PAID_AND_ORGANIC_CHANNELS` ([9a644b5](https://github.com/googleapis/python-analytics-admin/commit/9a644b5ca12959e086301313853c7777405ab7f3))

## [0.18.1](https://github.com/googleapis/python-analytics-admin/compare/v0.18.0...v0.18.1) (2023-07-04)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.18.1" # {x-release-please-version}
__version__ = "0.19.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.18.1" # {x-release-please-version}
__version__ = "0.19.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.18.1" # {x-release-please-version}
__version__ = "0.19.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-admin",
"version": "0.1.0"
"version": "0.19.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-admin",
"version": "0.1.0"
"version": "0.19.0"
},
"snippets": [
{
Expand Down

0 comments on commit 3059e6d

Please sign in to comment.