Skip to content

Commit

Permalink
Release request commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-rc-info-v1
[[projects]]
qnames = ["@wwtelescope/webclient", "npm"]
bump_spec = "micro bump"

+++
  • Loading branch information
cranko committed Nov 2, 2023
2 parents d1071be + 23e39b3 commit 5065191
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# rc: micro bump

- Fix recovery of share links based on constellation indices (#363, @Carifio24).


# @wwtelescope/webclient 6.4.2 (2023-06-21)

- Update sponsorship branding


Expand Down
2 changes: 1 addition & 1 deletion factories/SearchUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ wwt.app.factory(
function getPlaceById(id) {
var deferred = $q.defer();

searchDataService.getData(all).then(function (d) {
searchDataService.getData().then(function (d) {
var constellationIndex = parseInt(id.split('.')[0]);
var placeIndex = parseInt(id.split('.')[1]);
var p = d.Constellations[constellationIndex].places[placeIndex];
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/jScrollPane/2.0.23/style/jquery.jscrollpane.css" rel="stylesheet"/>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>

<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107473046-1"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YWNE29K5CB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments) };
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-107473046-1');
gtag('config', 'G-YWNE29K5CB');
</script>

<style>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "The AAS WorldWide Telescope Team <wwt@aas.org>",
"author": "The WorldWide Telescope Team <hello@worldwidetelescope.org>",
"bugs": {
"email": "wwt@aas.org",
"email": "hello@worldwidetelescope.org",
"url": "https://github.com/WorldWideTelescope/wwt-web-client/issues"
},
"buildConfig": {
Expand Down

0 comments on commit 5065191

Please sign in to comment.