Skip to content

Commit

Permalink
chore(main): release 1.6.0 (#147)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---
##
[1.6.0](v1.4.0...1.6.0)
(2024-07-10)

### Features

* Adds support for `content.subtitle`
([#140](#140))
([d74bf52](d74bf52))
* <img width="1278" alt="Screenshot 2024-07-10 at 4 11 48 PM"
src="https://github.com/globus/static-data-portal/assets/694253/90f84250-eb44-47cd-9726-f9f4ca5e2440">

* Adds support for [MDX](https://mdxjs.com/)
([#142](#142))
([7c02ca0](7c02ca0))
* This feature is part of a suite of changes targeted toward simplifying
the addition of custom pages in distributed portals – we'll have more
documentation and updates on usage patterns soon!
* The following pages have been changed to MDX files to simplify
overrides:
      * `pages/privacy-policy.tsx` is now `pages/privacy-policy.mdx`
* `pages/terms-and-conditions.tsx` is now
`pages/terms-and-conditions.mdx`

### Fixes

* Removes default image attribution when a custom `content.image` is
used.
([d74bf52](d74bf52))
* Adds Globus logo to "Powered by Globus" footer.
([d74bf52](d74bf52))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
github-actions[bot] authored Jul 10, 2024
1 parent a162274 commit b25f774
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@
{
".": "1.5.0"
".": "1.6.0"
}
4 changes: 2 additions & 2 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": "@globus/static-data-portal",
"version": "1.5.0",
"version": "1.6.0",
"repository": "github:globus/static-data-portal",
"files": [],
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion utils/globus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { FileDocument } from "@globus/sdk/cjs/lib/services/transfer/service
export const CLIENT_INFO = {
product: "@globus/static-data-portal",
// x-release-please-start-version
version: "1.5.0",
version: "1.6.0",
// x-release-please-end
};

Expand Down

0 comments on commit b25f774

Please sign in to comment.