Skip to content

Commit e5186ea

Browse files
chore(main): release 3.0.0 (#210)
* chore(main): release 3.0.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent bc9246d commit e5186ea

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed

packages/google-analytics-data/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/googleapis/nodejs-analytics-data/compare/v2.8.0...v3.0.0) (2022-06-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename the `funnel_filter` field of the `FunnelFilterExpression` type to `funnel_field_filter`
9+
* rename the type `FunnelFilter` to `FunnelFieldFilter` (#218)
10+
* update library to use Node 12 (#213)
11+
12+
### Features
13+
14+
* add `runFunnelReport` method to the Alpha version of the Data API ([#208](https://github.com/googleapis/nodejs-analytics-data/issues/208)) ([2390a92](https://github.com/googleapis/nodejs-analytics-data/commit/2390a922100c4ad0415f914a88b13dd39c487477))
15+
* support regapic LRO ([#219](https://github.com/googleapis/nodejs-analytics-data/issues/219)) ([547ecd7](https://github.com/googleapis/nodejs-analytics-data/commit/547ecd76afd553051ba4f9d330b355422b7114c5))
16+
17+
18+
### Bug Fixes
19+
20+
* rename the `funnel_filter` field of the `FunnelFilterExpression` type to `funnel_field_filter` ([9ff9521](https://github.com/googleapis/nodejs-analytics-data/commit/9ff9521b386c674809f528892cf1dd49db81edc3))
21+
* rename the type `FunnelFilter` to `FunnelFieldFilter` ([#218](https://github.com/googleapis/nodejs-analytics-data/issues/218)) ([9ff9521](https://github.com/googleapis/nodejs-analytics-data/commit/9ff9521b386c674809f528892cf1dd49db81edc3))
22+
23+
24+
### Build System
25+
26+
* update library to use Node 12 ([#213](https://github.com/googleapis/nodejs-analytics-data/issues/213)) ([c227cda](https://github.com/googleapis/nodejs-analytics-data/commit/c227cdac99df8c671812bb7d1244bd83d23d01e8))
27+
328
## [2.8.0](https://www.github.com/googleapis/nodejs-analytics-data/compare/v2.7.0...v2.8.0) (2021-11-08)
429

530

packages/google-analytics-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-analytics/data",
3-
"version": "2.8.0",
3+
"version": "3.0.0",
44
"description": "Data client for Node.js",
55
"repository": "googleapis/nodejs-analytics-data",
66
"license": "Apache-2.0",

packages/google-analytics-data/samples/generated/v1alpha/snippet_metadata.google.analytics.data.v1alpha.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-data",
4-
"version": "2.8.0",
4+
"version": "3.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-analytics-data/samples/generated/v1beta/snippet_metadata.google.analytics.data.v1beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-data",
4-
"version": "2.8.0",
4+
"version": "3.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-analytics-data/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-analytics/data": "^2.8.0",
16+
"@google-analytics/data": "^3.0.0",
1717
"google-auth-library": "^7.0.0",
1818
"google-gax": "^2.10.0",
1919
"http": "^0.0.1-security",

0 commit comments

Comments
 (0)