Skip to content

Commit

Permalink
Assorted fixes and updates to HTML New Tab Page (#1169)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/72649045549333/1209186302756177/f

Description:
This change bumps C-S-S to 7.7.0 version that contains fixes and updates to HTML New Tab Page.
  • Loading branch information
ayoy authored Jan 20, 2025
1 parent 20e6eaf commit fb315ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"revision" : "7958ddab724c26326333cae13fe81478290607fa",
"version" : "7.6.0"
"revision" : "0ac30560ec969a321caea321f95537120416c323",
"version" : "7.7.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let package = Package(
.package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "3.0.0"),
.package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.4.0"),
.package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "3.0.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "7.6.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "7.7.0"),
.package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "7.6.0"),
.package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"),
.package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"),
Expand Down

0 comments on commit fb315ac

Please sign in to comment.