Skip to content

Commit

Permalink
Merge pull request #214 from GoogleChromeLabs/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.3.1 and add changelog
  • Loading branch information
Sayed Taqui authored Oct 24, 2023
2 parents 97f1ef5 + 7a92f28 commit 44ff812
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 15 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,28 @@
* Replace `table` with `div` for better flexibility https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/157
* Add topic list https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/159
* Landing page enhancements and fixes https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/173
* Update RWS panel https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/174
* Update RWS panel https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/174



# v0.3.1

## Cookies

* Update styling of table and landing page UI https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/188
* Fix: SameSite showing undefined in chips https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/198
* Refactor: `ContentScript` directory https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/186


## CLI
* Cli dashboard fixes and enhancements https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/187
* Fix: Report downloader duplicate cookie entries in CSV https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/200
* Fix: CLI std output changes https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/197
* Update sidebar items padding and make Unknown Frame plural https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/213

## Privacy Sandbox API
* Fix: Update `Sidebar` navigation conditions and props https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/184
* Fix: Frame overlay issues https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/190
* Update landing page's UI/UX https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/195
* Fix: Frame overlay tooltip calculation issue https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/210
* Refactor: Update package name https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/191
14 changes: 7 additions & 7 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.3.0",
"version": "0.3.1",
"description": "Cookie Analysis Tool and CLI for analysis and understanding of cookie usage on web pages.",
"scripts": {
"cli:prebuild": "node ./scripts/delete-build-artifacts.cjs",
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": "@ps-analysis-tool/cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "CLI tool for analysis",
"main": "index.js",
"scripts": {
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": "@ps-analysis-tool/common",
"version": "0.3.0",
"version": "0.3.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": "@ps-analysis-tool/design-system",
"version": "0.3.0",
"version": "0.3.1",
"description": "A package for presentational components that are being used in multiple packages",
"main": "./src/index.ts",
"source":"./src/index.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": "@ps-analysis-tool/eslint-import-resolver",
"version": "0.3.0",
"version": "0.3.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": "@ps-analysis-tool/extension",
"version": "0.3.0",
"version": "0.3.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.3.0",
"version": "0.3.1",
"manifest_version": 3,
"icons": {
"16": "icons/icon-16.png",
Expand Down

0 comments on commit 44ff812

Please sign in to comment.