Skip to content

Commit 10a2fae

Browse files
committed
Bump version to 1.178.0.
1 parent a308b98 commit 10a2fae

23 files changed

Lines changed: 72 additions & 49 deletions

File tree

assets/blocks/reader-revenue-manager/contribute-with-google/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 2,
44
"name": "google-site-kit/rrm-contribute-with-google",
5-
"version": "1.177.0",
5+
"version": "1.178.0",
66
"title": "Contribute with Google",
77
"category": "widgets",
88
"icon": "google",

assets/blocks/reader-revenue-manager/contribute-with-google/v3/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "google-site-kit/rrm-contribute-with-google",
5-
"version": "1.177.0",
5+
"version": "1.178.0",
66
"title": "Contribute with Google",
77
"category": "widgets",
88
"icon": "google",

assets/blocks/reader-revenue-manager/subscribe-with-google/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 2,
44
"name": "google-site-kit/rrm-subscribe-with-google",
5-
"version": "1.177.0",
5+
"version": "1.178.0",
66
"title": "Subscribe with Google",
77
"category": "widgets",
88
"icon": "google",

assets/blocks/reader-revenue-manager/subscribe-with-google/v3/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "google-site-kit/rrm-subscribe-with-google",
5-
"version": "1.177.0",
5+
"version": "1.178.0",
66
"title": "Subscribe with Google",
77
"category": "widgets",
88
"icon": "google",

assets/blocks/sign-in-with-google/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 2,
44
"name": "google-site-kit/sign-in-with-google",
5-
"version": "1.177.0",
5+
"version": "1.178.0",
66
"title": "Sign in with Google",
77
"category": "widgets",
88
"icon": "google",

assets/blocks/sign-in-with-google/v3/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "google-site-kit/sign-in-with-google",
5-
"version": "1.177.0",
5+
"version": "1.178.0",
66
"title": "Sign in with Google",
77
"category": "widgets",
88
"icon": "google",

assets/js/components/WelcomeModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const VARIANT_TRACKING_LABELS = {
7979
* Determines whether the given modal variant should be rendered based on the
8080
* data gathering complete modal active state.
8181
*
82-
* @since n.e.x.t
82+
* @since 1.178.0
8383
*
8484
* @param {Object} options The options.
8585
* @param {MODAL_VARIANT} options.modalVariant The computed modal variant.

assets/js/event-providers/easy-digital-downloads.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function parseCartItemHTML( cartItemHTML ) {
7878
/**
7979
* Parses the provided amount string to a number.
8080
*
81-
* @since n.e.x.t
81+
* @since 1.178.0
8282
*
8383
* @param {string} amount The amount string.
8484
* @return {number} The amount as a number.

assets/js/googlesitekit/data/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import { createReducer } from './create-reducer';
4646

4747
/**
4848
* @since 1.166.0
49-
* @since n.e.x.t Updated types to include `registerGenericStore` function.
49+
* @since 1.178.0 Updated types to include `registerGenericStore` function.
5050
*
5151
* @typedef {Object} WPDataRegistry
5252
* @property {Function} registerGenericStore Given a namespace key and settings

assets/js/modules/analytics-4/datastore/conversion-reporting.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const selectors = {
8383
/**
8484
* Checks if any ecommerce conversion reporting events have been detected.
8585
*
86-
* @since n.e.x.t
86+
* @since 1.178.0
8787
*
8888
* @return {(boolean|undefined)} True if any ecommerce conversion reporting events are detected, otherwise false. Undefined if detected events are not loaded yet.
8989
*/
@@ -98,7 +98,7 @@ export const selectors = {
9898
/**
9999
* Checks if any lead conversion reporting events have been detected.
100100
*
101-
* @since n.e.x.t
101+
* @since 1.178.0
102102
*
103103
* @return {(boolean|undefined)} True if any lead conversion reporting events are detected, otherwise false. Undefined if detected events are not loaded yet.
104104
*/

0 commit comments

Comments
 (0)