Skip to content

Commit 7674876

Browse files
authored
Merge pull request #3283 from segmentio/develop
Release 22.30.1
2 parents 9ba4bb6 + a589302 commit 7674876

File tree

17 files changed

+1213
-608
lines changed

17 files changed

+1213
-608
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
terminal-table (3.0.2)
132132
unicode-display_width (>= 1.1.1, < 3)
133133
thread_safe (0.3.6)
134-
tzinfo (1.2.9)
134+
tzinfo (1.2.10)
135135
thread_safe (~> 0.1)
136136
tzinfo-data (1.2021.4)
137137
tzinfo (>= 1.0.0)

scripts/private-destination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const addPrivateDestination = async () => {
6868
let actions = destination.actions
6969
let presets = destination.presets
7070

71-
if (destination.status == "PRIVATE_BETA") {
71+
if (destination.status == "PRIVATE_BETA" || destination.status == "PRIVATE_BUILDING") {
7272

7373
let updatePrivateDest = {
7474
id: destination.id,

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2022-07-21
2+
# destination categories last updated 2022-07-26
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)