Skip to content

Commit ed12d18

Browse files
chore(main): release 1.7.0 (#394)
🤖 I have created a release *beep* *boop* --- ## [1.7.0](1.6.0...1.7.0) (2025-12-12) ### Features * Adds support for rendering a header background image using `data.attributes.content.image` ([#393](#393)) ([925db81](925db81)) An image can now be used as the background for the header (rather than the `primary-800` color). ```jsonc { "_static": { "generator": { "name": "@globus/static-search-portal" } }, "data": { "version": "1.0.0", "attributes": { "content": { "image": "https://www.globus.org/assets/images/example-pattern.png", "logo": { "src": "https://www.globus.org/assets/images/logo_globus-solid.svg", "alt": "Globus" }, "headline": "Example Logo + Image" }, // ... } } ``` <img width="1337" height="622" alt="example-header-image" src="https://github.com/user-attachments/assets/30443589-ab06-48b5-92b3-806744141f4c" /> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 925db81 commit ed12d18

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.0"
2+
".": "1.7.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/globus/static-search-portal/compare/1.6.0...1.7.0) (2025-12-12)
4+
5+
6+
### Features
7+
8+
* Adds support for rendering a header background image using `data.attributes.content.image` ([#393](https://github.com/globus/static-search-portal/issues/393)) ([925db81](https://github.com/globus/static-search-portal/commit/925db81431c1fe99a92637ff8ddc3ec4ba99d574))
9+
310
## [1.6.0](https://github.com/globus/static-search-portal/compare/1.5.0...1.6.0) (2025-01-21)
411

512

package-lock.json

Lines changed: 2 additions & 2 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": "@globus/static-search-portal",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"repository": "github:globus/static-search-portal",
55
"files": [],
66
"license": "Apache-2.0",

src/globus/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const CLIENT_INFO = {
22
product: "@globus/static-search-portal",
33
// x-release-please-start-version
4-
version: "1.6.0",
4+
version: "1.7.0",
55
// x-release-please-end
66
};

0 commit comments

Comments
 (0)