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.0"
age = 10

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

[[projects]]
qnames = ["@wwtelescope/engine", "npm"]
version = "7.28.1"
age = 1

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

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

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

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

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

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

[[projects]]
qnames = ["@wwtelescope/embed", "npm"]
version = "1.6.2"
age = 7

+++
  • Loading branch information
cranko committed Jul 21, 2023
2 parents 2e19654 + da958dc commit 173fee6
Show file tree
Hide file tree
Showing 8 changed files with 1,351 additions and 1,176 deletions.
6 changes: 6 additions & 0 deletions astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# @wwtelescope/astro 0.2.3 (2023-07-21)

- Add a `type: module` field to the `package.json` file (#264, @pkgw). This more
accurately reflects the files that we're distributing.


# @wwtelescope/astro 0.2.2 (2022-11-30)

- No code changes.
Expand Down
3 changes: 2 additions & 1 deletion astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"doc": "typedoc src/index.ts",
"lint": "eslint -c ../.eslintrc.js src --ext .js,.ts"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "0.2.2"
"version": "0.2.3"
}
1 change: 1 addition & 0 deletions embed-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"doc": "typedoc src/index.ts",
"lint": "eslint -c ../.eslintrc.js src --ext .js,.ts"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "0.3.3"
}
1 change: 1 addition & 0 deletions engine-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"doc": "typedoc src/index.ts",
"lint": "eslint -c ../.eslintrc.js src --ext .js,.ts"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "0.15.0"
}
1 change: 1 addition & 0 deletions engine-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"doc": "typedoc src/index.ts",
"lint": "eslint -c ../.eslintrc.js src --ext .js,.ts"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "0.6.4"
}
2 changes: 1 addition & 1 deletion engine/wwtlib/WWTControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2940,7 +2940,7 @@ private void DrawCrosshairs(RenderContext context)
crossHairs.AddLine(Vector3d.Create(0, -halfHeight, 0), Vector3d.Create(0, halfHeight, 0));
}

crossHairs.DrawLines(context, 1.0f, Colors.White);
crossHairs.DrawLines(context, 1.0f, Color.Load(Settings.Current.CrosshairsColor));
}
}

Expand Down
1 change: 1 addition & 0 deletions research-app-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"doc": "typedoc src/index.ts",
"lint": "eslint -c ../.eslintrc.js src --ext .js,.ts"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "0.17.0"
}
Loading

0 comments on commit 173fee6

Please sign in to comment.