Skip to content

Commit efc3cfd

Browse files
committed
Bump version to 1.170.0.
1 parent 3bbed4f commit efc3cfd

42 files changed

Lines changed: 245 additions & 207 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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.168.0",
5+
"version": "1.170.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.168.0",
5+
"version": "1.170.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.168.0",
5+
"version": "1.170.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.168.0",
5+
"version": "1.170.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.168.0",
5+
"version": "1.170.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.168.0",
5+
"version": "1.170.0",
66
"title": "Sign in with Google",
77
"category": "widgets",
88
"icon": "google",

assets/js/googlesitekit/api/middleware/deduplication.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import type { APIFetchOptions, APIFetchMiddleware } from '@wordpress/api-fetch';
2727
/**
2828
* Logs a console warning for the given request options.
2929
*
30-
* @since n.e.x.t
30+
* @since 1.170.0
3131
*
3232
* @param options API fetch options of the duplicate request.
3333
* @return {void}
@@ -43,7 +43,7 @@ interface DedupeMiddlewareOptions {
4343
/**
4444
* Creates a new request deduplication middleware instance.
4545
*
46-
* @since n.e.x.t
46+
* @since 1.170.0
4747
*
4848
* @param middlewareOptions Options for configuring the behavior of the middleware.
4949
* @return Middleware handler function.

assets/js/googlesitekit/data-requirements/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function requireCanViewSharedModule( slug ) {
7171
/**
7272
* Returns a function that checks if the given module is active.
7373
*
74-
* @since n.e.x.t
74+
* @since 1.170.0
7575
*
7676
* @param {string} slug Module slug to test.
7777
* @return {function(WPDataRegistry): Promise<boolean>} Whether the given module is active or not.
@@ -163,7 +163,7 @@ export function requireAudienceSegmentationWidgetHidden() {
163163
/**
164164
* Returns a function that checks if the given module'sdatastore is gathering data.
165165
*
166-
* @since n.e.x.t
166+
* @since 1.170.0
167167
*
168168
* @param {string} datastoreSlug Datastore slug to test.
169169
* @return {function(WPDataRegistry): Promise<boolean>} Whether the given datastore is gathering data or not.
@@ -176,7 +176,7 @@ export function requireModuleGatheringData( datastoreSlug ) {
176176
/**
177177
* Returns a function that checks if the current user can activate the given module.
178178
*
179-
* @since n.e.x.t
179+
* @since 1.170.0
180180
*
181181
* @param {string} slug Module slug to test.
182182
* @return {function(WPDataRegistry): Promise<boolean>} Whether the current user can activate the given module or not.

assets/js/googlesitekit/widgets/components/WidgetContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { Widget } from '@/js/googlesitekit/widgets/types';
2929
/**
3030
* Widget context value interface.
3131
*
32-
* @since n.e.x.t
32+
* @since 1.170.0
3333
*/
3434
export type WidgetContextValue = Partial< Widget >;
3535

assets/js/googlesitekit/widgets/hooks/useWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import WidgetContext, {
3131
/**
3232
* Returns the current widget context.
3333
*
34-
* @since n.e.x.t
34+
* @since 1.170.0
3535
*
3636
* @return {WidgetContextValue} The current widget context.
3737
*/

0 commit comments

Comments
 (0)