Skip to content

Commit

Permalink
Release commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-release-info-v1
[[projects]]
qnames = ["@wwtelescope/webclient", "npm"]
version = "6.4.3"
age = 0

+++
  • Loading branch information
cranko committed Nov 2, 2023
2 parents 6e5f99d + 5065191 commit 12aa0ec
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# @wwtelescope/webclient 6.4.3 (2023-11-02)

- 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
6 changes: 3 additions & 3 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 Expand Up @@ -35,5 +35,5 @@
"type": "git",
"url": "https://github.com/WorldWideTelescope/wwt-web-client.git"
},
"version": "6.4.2"
"version": "6.4.3"
}

0 comments on commit 12aa0ec

Please sign in to comment.