Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdsayed committed Aug 2, 2024
1 parent 2a6c6ed commit c91a23a
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion bin/chrome-3pcd-ps.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:: Chrome 3pcd with PS Extension

:: Download PS Extension
set "ps_analysis_tool_version=v0.10.0"
set "ps_analysis_tool_version=v0.10.1"
cd /d %TEMP%
if not exist %TEMP%\ps-analysis-tool-%ps_analysis_tool_version% (
mkdir %TEMP%\ps-analysis-tool-%ps_analysis_tool_version%
Expand Down
2 changes: 1 addition & 1 deletion bin/chrome-default-ps.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:: Default Chrome with PS Extension

:: Download PS Extension
set "ps_analysis_tool_version=v0.10.0"
set "ps_analysis_tool_version=v0.10.1"
cd /d %TEMP%
if not exist %TEMP%\ps-analysis-tool-%ps_analysis_tool_version% (
mkdir %TEMP%\ps-analysis-tool-%ps_analysis_tool_version%
Expand Down
2 changes: 1 addition & 1 deletion bin/chrome_launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Download Extension
extension_setup() {
ps_analysis_tool_version=v0.10.0
ps_analysis_tool_version=v0.10.1
extension_dir="/var/tmp"
cd $extension_dir
if [ ! -d $extension_dir/ps-analysis-tool-$ps_analysis_tool_version ]; then
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ps-analysis-tool",
"version": "0.10.0",
"version": "0.10.1",
"description": "Cookie Analysis Tool and CLI for analysis and understanding of cookie usage on web pages.",
"scripts": {
"build-storybook": "storybook build",
Expand Down
2 changes: 1 addition & 1 deletion packages/analysis-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-psat/analysis-utils",
"version": "0.10.0",
"version": "0.10.1",
"description": "A package for CLI analysis",
"main": "dist/index.js",
"types": "dist-types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-psat/cli-dashboard",
"version": "0.10.0",
"version": "0.10.1",
"description": "Dashboard for visualizing cli analysis output",
"author": {
"name": "Google"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-psat/cli",
"version": "0.10.0",
"version": "0.10.1",
"description": "CLI tool for analysis",
"main": "dist/index.js",
"types": "dist-types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const isFromNPMRegistry = !existsSync(

program
.name(isFromNPMRegistry ? 'psat' : 'npm run cli')
.version('0.10.0')
.version('0.10.1')
.usage(
isFromNPMRegistry ? '[website-url] [option]' : '[website-url] -- [options]'
)
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-psat/common",
"version": "0.10.0",
"version": "0.10.1",
"description": "A package for common utilities that are being used in multiple packages",
"main": "dist/index.js",
"types": "dist-types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-psat/design-system",
"version": "0.10.0",
"version": "0.10.1",
"description": "A package for presentational components that are being used in multiple packages",
"main": "dist/index.js",
"types": "dist-types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-import-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-psat/eslint-import-resolver",
"version": "0.10.0",
"version": "0.10.1",
"description": "",
"main": "src/index.cjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-psat/extension",
"version": "0.10.0",
"version": "0.10.1",
"description": "Chrome extension for cookie analysis",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Privacy Sandbox Analysis Tool",
"description": "Tooling for understanding cookie usage and guidance on new privacy-preserving Chrome APIs.",
"version": "0.10.0",
"version": "0.10.1",
"manifest_version": 3,
"default_locale": "en",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-psat/i18n",
"version": "0.10.0",
"version": "0.10.1",
"description": "A package that handles internationalization and localization.",
"main": "dist/index.js",
"types": "dist-types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/library-detection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-psat/library-detection",
"version": "0.10.0",
"version": "0.10.1",
"description": "A package for detecting libraries for potential breakage",
"main": "dist/index.js",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-psat/report",
"version": "0.10.0",
"version": "0.10.1",
"description": "Static HTML analysis report",
"main": "dist/index.js",
"types": "dist-types/index.d.ts",
Expand Down

0 comments on commit c91a23a

Please sign in to comment.