Skip to content

Commit c407b70

Browse files
authored
Merge pull request #788 from GoogleChromeLabs/release/v0.9.1
v0.9.1
2 parents 2b89c2e + 6cce101 commit c407b70

File tree

25 files changed

+19
-414
lines changed

25 files changed

+19
-414
lines changed

.github/workflows/lint-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
timeout-minutes: 20
4343
steps:
4444
- name: Harden Runner # Security agent: blocks outbound traffic & detects code overwrite to prevent breaches
45-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
45+
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6
4646
with:
4747
disable-sudo: true
4848
disable-file-monitoring: true

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,10 @@
396396
* Add `chrome-pat` and `chrome-pat-ps` commands to test Private Advertising https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/706
397397
* Close support issues using stale actions. https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/571
398398
* Temporarily remove storybook package https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/702
399-
* Refactor: Update package scope name to `@google-psat` https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/725
399+
* Refactor: Update package scope name to `@google-psat` https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/725
400+
401+
402+
#v0.9.0
403+
404+
## Extension
405+
Remove facilitated testing page Remove facilitated testing page https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/787

bin/chrome-3pcd-ps.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:: Chrome 3pcd with PS Extension
22

33
:: Download PS Extension
4-
set "ps_analysis_tool_version=v0.9.0"
4+
set "ps_analysis_tool_version=v0.9.1"
55
cd /d %TEMP%
66
if not exist %TEMP%\ps-analysis-tool-%ps_analysis_tool_version% (
77
mkdir %TEMP%\ps-analysis-tool-%ps_analysis_tool_version%

bin/chrome-default-ps.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:: Default Chrome with PS Extension
22

33
:: Download PS Extension
4-
set "ps_analysis_tool_version=v0.9.0"
4+
set "ps_analysis_tool_version=v0.9.1"
55
cd /d %TEMP%
66
if not exist %TEMP%\ps-analysis-tool-%ps_analysis_tool_version% (
77
mkdir %TEMP%\ps-analysis-tool-%ps_analysis_tool_version%

bin/chrome_launcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Download Extension
44
extension_setup() {
5-
ps_analysis_tool_version=v0.9.0
5+
ps_analysis_tool_version=v0.9.1
66
extension_dir="/var/tmp"
77
cd $extension_dir
88
if [ ! -d $extension_dir/ps-analysis-tool-$ps_analysis_tool_version ]; then

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ps-analysis-tool",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Cookie Analysis Tool and CLI for analysis and understanding of cookie usage on web pages.",
55
"scripts": {
66
"build-storybook": "storybook build",

packages/design-system/src/components/landingPage/constants.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
/**
17-
* External dependencies.
18-
*/
19-
import { addUTMParams } from '@google-psat/common';
2016

2117
export const QUICK_LINKS = [
2218
{
@@ -35,10 +31,4 @@ export const QUICK_LINKS = [
3531
title: 'reportBreakage',
3632
link: 'https://goo.gle/report-3pc-broken',
3733
},
38-
{
39-
title: 'requestMigrationTime',
40-
link: addUTMParams(
41-
'https://developer.chrome.com/origintrials/#/view_trial/3315212275698106369'
42-
),
43-
},
4434
];

packages/eslint-import-resolver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-psat/eslint-import-resolver",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "",
55
"main": "src/index.cjs",
66
"scripts": {

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-psat/extension",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Chrome extension for cookie analysis",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)