Skip to content

Commit

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


##
[1.10.2](1.10.1...1.10.2)
(2024-10-02)


### Fixes

* Addresses issue preventing HTTPS download button appearing on file
entries.
([#295](#295))
([27effc7](27effc7))

---
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 2, 2024
1 parent 8b54836 commit a21a09a
Show file tree
Hide file tree
Showing 5 changed files with 12 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.10.1"
".": "1.10.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.10.2](https://github.com/globus/static-data-portal/compare/1.10.1...1.10.2) (2024-10-02)


### Fixes

* Addresses issue preventing HTTPS download button appearing on file entries. ([#295](https://github.com/globus/static-data-portal/issues/295)) ([27effc7](https://github.com/globus/static-data-portal/commit/27effc7bb4da866284cfa0b396ee4153935cae7b))

## [1.10.1](https://github.com/globus/static-data-portal/compare/1.10.0...1.10.1) (2024-09-19)


Expand Down
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.10.1",
"version": "1.10.2",
"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
@@ -1,6 +1,6 @@
export const CLIENT_INFO = {
product: "@globus/static-data-portal",
// x-release-please-start-version
version: "1.10.1",
version: "1.10.2",
// x-release-please-end
};

0 comments on commit a21a09a

Please sign in to comment.