Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#190)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.9.0](0.8.3...0.9.0)
(2024-10-08)


### Features

* adds support for "content" directory and landing page customization
([#189](#189))
([63b3319](63b3319))
* use 'primary' and 'secondary' colors for styling
([#192](#192))
([0877f8e](0877f8e))

---
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>
  • Loading branch information
github-actions[bot] authored Oct 8, 2024
1 parent cc2dc07 commit f6b247e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.3"
".": "0.9.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.9.0](https://github.com/globus/static-search-portal/compare/0.8.3...0.9.0) (2024-10-08)


### Features

* adds support for "content" directory and landing page customization ([#189](https://github.com/globus/static-search-portal/issues/189)) ([63b3319](https://github.com/globus/static-search-portal/commit/63b3319c808cb06e52cbcbea624b6407796f7b45))
* use 'primary' and 'secondary' colors for styling ([#192](https://github.com/globus/static-search-portal/issues/192)) ([0877f8e](https://github.com/globus/static-search-portal/commit/0877f8e169cbdc03e7fd8f9b62438ffcc19f2b01))

## 0.8.3 (2024-05-22)

## What's Changed
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globus/static-search-portal",
"version": "0.8.3",
"version": "0.9.0",
"repository": "github:globus/static-search-portal",
"files": [],
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@heroicons/react": "^2.1.5",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion src/globus/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const CLIENT_INFO = {
product: "@globus/static-search-portal",
// x-release-please-start-version
version: "0.8.3",
version: "0.9.0",
// x-release-please-end
};

0 comments on commit f6b247e

Please sign in to comment.