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/research-app-messages", "npm"]
version = "0.17.2"
age = 0

[[projects]]
qnames = ["@wwtelescope/engine-types", "npm"]
version = "0.6.6"
age = 0

[[projects]]
qnames = ["@wwtelescope/engine", "npm"]
version = "7.29.1"
age = 0

[[projects]]
qnames = ["@wwtelescope/embed-common", "npm"]
version = "0.3.5"
age = 0

[[projects]]
qnames = ["@wwtelescope/embed-creator", "npm"]
version = "0.5.0"
age = 0

[[projects]]
qnames = ["@wwtelescope/astro", "npm"]
version = "0.2.4"
age = 0

[[projects]]
qnames = ["@wwtelescope/engine-helpers", "npm"]
version = "0.16.0"
age = 0

[[projects]]
qnames = ["@wwtelescope/engine-pinia", "npm"]
version = "0.9.0"
age = 0

[[projects]]
qnames = ["@wwtelescope/research-app", "npm"]
version = "0.16.0"
age = 0

[[projects]]
qnames = ["@wwtelescope/embed", "npm"]
version = "1.7.0"
age = 0

+++
  • Loading branch information
cranko committed Sep 15, 2023
2 parents 0927163 + cc4eb9c commit 976c8a1
Show file tree
Hide file tree
Showing 52 changed files with 183 additions and 124 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ workshops, and a variety of other needs.
## Developers’ quick start

1. Check out this repository to a machine with [Node.js] and [Yarn].
1. Builds with versions of Node.js around 18.17 may fail with [an Invalid URL
error](https://github.com/nodejs/node/issues/48855).
1. There have also been reports of builds that hang on Linux with Node 20.x.
1. `git submodule update --init`
1. `yarn install`
1. `yarn lint` (uses [ESLint])
Expand Down
5 changes: 5 additions & 0 deletions astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# @wwtelescope/astro 0.2.4 (2023-09-15)

- Update sponsorship branding and "front door" email address (#269, #271, @pkgw).


# @wwtelescope/astro 0.2.3 (2023-07-21)

- Add a `type: module` field to the `package.json` file (#264, @pkgw). This more
Expand Down
3 changes: 1 addition & 2 deletions astro/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# @wwtelescope/astro

The [@wwtelescope/astro] package provides some basic routines for astronomical
calculations used in the [AAS] [WorldWide Telescope][wwt-home] (WWT) [WebGL
calculations used in the [WorldWide Telescope][wwt-home] (WWT) [WebGL
engine] stack. Learn more about WWT [here][wwt-home].

[@wwtelescope/astro]: https://www.npmjs.com/package/@wwtelescope/astro
[AAS]: https://aas.org/
[wwt-home]: https://worldwidetelescope.org/home/
[WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/

Expand Down
10 changes: 5 additions & 5 deletions astro/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"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-webgl-engine/issues"
},
"description": "Basic astronomy utilities for the AAS WorldWide Telescope framework.",
"description": "Basic astronomy utilities for the WorldWide Telescope framework.",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
Expand All @@ -15,7 +15,7 @@
},
"homepage": "https://worldwidetelescope.org/home/",
"keywords": [
"AAS WorldWide Telescope"
"WorldWide Telescope"
],
"license": "MIT",
"main": "./dist/src/index.js",
Expand All @@ -32,5 +32,5 @@
},
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "0.2.3"
"version": "0.2.4"
}
2 changes: 1 addition & 1 deletion docs/engine/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_url = "//docs.worldwidetelescope.org/webgl-reference/1/"
title = "WWT WebGL Engine Reference Manual"
description = "The AAS WorldWide Telescope WebGL Engine reference manual."
description = "The WorldWide Telescope WebGL Engine reference manual."
theme = "wwtguide"

[extra]
Expand Down
2 changes: 1 addition & 1 deletion docs/engine/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ insert_anchor_links = "right"
+++

The “[WebGL] engine” is the core renderer that powers the web-based forms of the
[AAS](https://aas.org/) [WorldWide Telescope] software system. While it
[WorldWide Telescope] software system. While it
underpins the [WWT web client] application, it is a reusable [TypeScript]
framework that can be embedded in webpages or your own applications. Like this!

Expand Down
2 changes: 1 addition & 1 deletion docs/engine/engine-pinia-index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This package turns the [AAS WorldWide Telescope][wwt] rendering engine,
This package turns the [WorldWide Telescope][wwt] rendering engine,
[@wwtelescope/engine], into a well-behaved web app component using [Vue],
[Pinia], and [TypeScript].

Expand Down
2 changes: 1 addition & 1 deletion docs/engine/research-app-messages-index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This package defines messages for controlling the AAS WorldWide Telescope
This package defines messages for controlling the WorldWide Telescope
[research app]. The only implementation code that it contains are [TypeScript]
[type guard functions].

Expand Down
2 changes: 1 addition & 1 deletion docs/research-app/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_url = "//docs.worldwidetelescope.org/research-app/1/"
title = "WWT Research Application Manual"
description = "The AAS WorldWide Telescope research app manual."
description = "The WorldWide Telescope research app manual."
theme = "wwtguide"

[extra]
Expand Down
2 changes: 1 addition & 1 deletion docs/research-app/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sort_by = "weight"
insert_anchor_links = "right"
+++

The [AAS](https://aas.org/) [WorldWide Telescope] “research app” is a web
The [WorldWide Telescope] “research app” is a web
application for exploring and analyzing astronomical data. It’s optimized for
use inside the [JupyterLab] research environment but can in fact be embedded
anywhere that you can render HTML. Like right here!
Expand Down
2 changes: 1 addition & 1 deletion docs/research-app/content/embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ version of the app. If you’re hand-coding HTML, you might write:
allowfullscreen
frameborder="0"
>
<p>ERROR: cannot display AAS WorldWide Telescope research app!</p>
<p>ERROR: cannot display WorldWide Telescope research app!</p>
</iframe>
```

Expand Down
5 changes: 5 additions & 0 deletions embed-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# @wwtelescope/embed-common 0.3.5 (2023-09-15)

- Update sponsorship branding and "front door" email address (#269, #271, @pkgw).


# @wwtelescope/embed-common 0.3.4 (2023-07-23)

- Add a `type: module` field to the `package.json` file (#264, @pkgw). This more
Expand Down
3 changes: 1 addition & 2 deletions embed-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

The [@wwtelescope/embed-common] package provides some common types used by both
the [@wwtelescope/embed] embeddable viewer and the [@wwtelescope/embed-creator]
UI for creating such viewers. It is part of the the [AAS] [WorldWide
UI for creating such viewers. It is part of the the [WorldWide
Telescope][wwt-home] (WWT) [WebGL engine] stack. Learn more about WWT
[here][wwt-home].

[@wwtelescope/embed-common]: https://www.npmjs.com/package/@wwtelescope/embed-common
[@wwtelescope/embed]: https://www.npmjs.com/package/@wwtelescope/embed
[@wwtelescope/embed-creator]: https://www.npmjs.com/package/@wwtelescope/embed-creator
[AAS]: https://aas.org/
[wwt-home]: https://worldwidetelescope.org/home/
[WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/

Expand Down
8 changes: 4 additions & 4 deletions embed-common/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-webgl-engine/issues"
},
"dependencies": {
Expand All @@ -21,7 +21,7 @@
"@wwtelescope/engine-types": "thiscommit:2021-01-15:pai0eoTh"
},
"keywords": [
"AAS WorldWide Telescope"
"WorldWide Telescope"
],
"license": "MIT",
"main": "./dist/src/index.js",
Expand All @@ -38,5 +38,5 @@
},
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "0.3.4"
"version": "0.3.5"
}
9 changes: 9 additions & 0 deletions embed-creator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# @wwtelescope/embed-creator 0.5.0 (2023-09-15)

- Require the new, ESM-based version of the WebGL engine (#271, @pkgw). While
the engine transition should not affect any packages that depend on it, such
as this one, this requirement will help isolate any bugs associated with the
transition.
- Update sponsorship branding and "front door" email address (#269, #271, @pkgw).


# @wwtelescope/embed-creator 0.4.2 (2023-03-31)

- No code changes
Expand Down
3 changes: 1 addition & 2 deletions embed-creator/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# @wwtelescope/embed-creator

The [@wwtelescope/embed-creator] package is a web app giving a user interface
for constructing [AAS] [WorldWide Telescope][wwt-home] (WWT) embeds:
for constructing [WorldWide Telescope][wwt-home] (WWT) embeds:

#### https://embed.worldwidetelescope.org/

Learn more about WWT [here][wwt-home].

[@wwtelescope/embed-creator]: https://www.npmjs.com/package/@wwtelescope/embed-creator
[AAS]: https://aas.org/
[wwt-home]: https://worldwidetelescope.org/home/
[WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/

Expand Down
10 changes: 5 additions & 5 deletions embed-creator/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-webgl-engine/issues"
},
"dependencies": {
Expand All @@ -17,7 +17,7 @@
"vue": "^3",
"vue-clipboard3": "^2.0.0"
},
"description": "An web app for creating AAS WorldWide Telescope embeds",
"description": "A web app for creating WorldWide Telescope embeds",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
Expand All @@ -42,7 +42,7 @@
"@wwtelescope/embed-common": "manual:workspace:>=0.2.0"
},
"keywords": [
"AAS WorldWide Telescope"
"WorldWide Telescope"
],
"license": "MIT",
"name": "@wwtelescope/embed-creator",
Expand All @@ -56,5 +56,5 @@
"lint": "vue-cli-service lint src",
"serve": "vue-cli-service serve"
},
"version": "0.4.2"
"version": "0.5.0"
}
4 changes: 2 additions & 2 deletions embed-creator/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>AAS WorldWide Telescope Embed Creator</title>
<title>WorldWide Telescope Embed Creator</title>
</head>
<body>
<noscript>
<strong>We're sorry but the AAS WorldWide Telescope Embed Creator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but the WorldWide Telescope Embed Creator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
Expand Down
6 changes: 3 additions & 3 deletions embed-creator/src/Creator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<b-tabs no-fade content-class="mt-3" v-model="currentTabIndex">
<b-tab title="Home" active>
<p>
Wecome to the AAS WorldWide Telescope embed creator tool! This
Wecome to the WorldWide Telescope embed creator tool! This
site helps you create HTML code that you can use to embed WWT in
your own websites.
</p>
Expand Down Expand Up @@ -437,8 +437,8 @@
<a href="#">Back to top</a>
</p>
<p>
Copyright 2020
<a href="https://aas.org/">American Astronomical Society</a>.
Copyright 2023
<a href="https://worldwidetelescope.org/home/" target="_blank">WWT contributors</a>.
</p>
</footer>
</b-container>
Expand Down
9 changes: 9 additions & 0 deletions embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# @wwtelescope/embed 1.7.0 (2023-09-15)

- Require the new, ESM-based version of the WebGL engine (#271, @pkgw). While
the engine transition should not affect any packages that depend on it, such
as this one, this requirement will help isolate any bugs associated with the
transition.
- Update sponsorship branding and "front door" email address (#269, #271, @pkgw).


# @wwtelescope/embed 1.6.2 (2023-03-31)

- No code changes
Expand Down
3 changes: 1 addition & 2 deletions embed/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# @wwtelescope/embed

The [@wwtelescope/embed] package implements the embedded Web viewer of the [AAS]
The [@wwtelescope/embed] package implements the embeddable Web viewer of the
[WorldWide Telescope][wwt-home] (WWT) web framework. Learn more about WWT
[here][wwt-home].

[@wwtelescope/embed]: https://www.npmjs.com/package/@wwtelescope/embed
[AAS]: https://aas.org/
[wwt-home]: https://worldwidetelescope.org/home/

For more information, see [the main README of the wwt-webgl-engine
Expand Down
14 changes: 7 additions & 7 deletions embed/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"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-webgl-engine/issues"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3",
"@wwtelescope/embed-common": "workspace:>=0.2.0",
"@wwtelescope/engine": "workspace:^7.14.0",
"@wwtelescope/engine": "workspace:^7.29.1",
"@wwtelescope/engine-pinia": "workspace:>=0.1.0",
"screenfull": "^5",
"v-tooltip": "^2.1",
"vue": "^3",
"vue3-popper": "^1.5.0"
},
"description": "The AAS WorldWide Telescope as an embeddable iframe.",
"description": "The WorldWide Telescope as an embeddable iframe.",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
Expand All @@ -40,11 +40,11 @@
"homepage": "https://worldwidetelescope.org/home/",
"internalDepVersions": {
"@wwtelescope/embed-common": "manual:workspace:>=0.2.0",
"@wwtelescope/engine": "1dded843ee47f132873d8b264bdba50badfea25f",
"@wwtelescope/engine": "thiscommit:2023-09-15:u5a68Lm",
"@wwtelescope/engine-pinia": "thiscommit:2022-11-10:R3G9gH3"
},
"keywords": [
"AAS WorldWide Telescope"
"WorldWide Telescope"
],
"license": "MIT",
"name": "@wwtelescope/embed",
Expand All @@ -59,5 +59,5 @@
"lint": "vue-cli-service lint src",
"serve": "vue-cli-service serve"
},
"version": "1.6.2"
"version": "1.7.0"
}
4 changes: 2 additions & 2 deletions embed/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="icon" href="https://worldwidetelescope.org/favicon.ico">
<title>AAS WorldWide Telescope</title>
<title>WorldWide Telescope</title>
</head>
<body>
<noscript>
<strong>We're sorry but AAS WorldWide Telescope requires JavaScript to run.</strong>
<strong>We're sorry but WorldWide Telescope requires JavaScript to run.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
Expand Down
10 changes: 5 additions & 5 deletions embed/src/Embed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,14 @@
<div id="credits" v-show="embedSettings.creditMode == CreditMode.Default">
<p>
Powered by
<a href="https://worldwidetelescope.org/home/"
>AAS WorldWide Telescope</a
<a href="https://worldwidetelescope.org/home/" target="_blank"
>WorldWide Telescope</a
>
<a href="https://worldwidetelescope.org/home/"
<a href="https://worldwidetelescope.org/home/" target="_blank"
><img alt="WWT Logo" src="./assets/logo_wwt.png"
/></a>
<a href="https://aas.org/"
><img alt="AAS Logo" src="./assets/logo_aas.png"
<a href="https://numfocus.org/" target="_blank"
><img alt="NumFOCUS Logo" src="./assets/logo_nf.png"
/></a>
</p>
</div>
Expand Down
Binary file removed embed/src/assets/logo_aas.png
Binary file not shown.
Binary file added embed/src/assets/logo_nf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions engine-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# @wwtelescope/engine-helpers 0.16.0 (2023-09-15)

- Require the new, ESM-based version of the WebGL engine (#271, @pkgw). While
the engine transition should not affect any packages that depend on it, such
as this one, this requirement will help isolate any bugs associated with the
transition.
- Update sponsorship branding and "front door" email address (#269, #271, @pkgw).


# @wwtelescope/engine-helpers 0.15.1 (2023-07-23)

- Add a `type: module` field to the `package.json` file (#264, @pkgw). This more
Expand Down
Loading

0 comments on commit 976c8a1

Please sign in to comment.