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/astro", "npm"]
bump_spec = "micro bump"

+++
  • Loading branch information
cranko committed Jul 21, 2023
2 parents 0a215c4 + 018ac9e commit da958dc
Show file tree
Hide file tree
Showing 11 changed files with 1,398 additions and 1,822 deletions.
46 changes: 40 additions & 6 deletions astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,42 @@
# See elsewhere for changelog
# rc: micro bump

This project’s release notes are curated from the Git history of its main
branch. You can find them by looking at [the version of this file on the
`release` branch][branch] or the [GitHub release history][gh-releases].
- Add a `type: module` field to the `package.json` file (#264, @pkgw). This more
accurately reflects the files that we're distributing.

[branch]: https://github.com/WorldWideTelescope/wwt-webgl-engine/blob/release/astro/CHANGELOG.md
[gh-releases]: https://github.com/WorldWideTelescope/wwt-webgl-engine/releases

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

- No code changes.
- Update the `package.json` file to align with new Yarn-based build system (#217, @Carifio24, @pkgw).


# @wwtelescope/astro 0.2.1 (2022-04-01)

- Fix a URL typo in the package.json file (@Carifio24).


# @wwtelescope/astro 0.2.0 (2021-09-20)

- Add a function for calculating great-circle distance (@Carifio24).


# @wwtelescope/astro 0.1.4 (2021-06-03)

- No code changes, just syncing up Cranko with changes in the repository.


# @wwtelescope/astro 0.1.3 (2021-01-27)

- Upgrade TypeDoc and TypeScript
- Correct temporary GitHub URLs in the package.json files


# @wwtelescope/astro 0.1.2 (2020-09-24)

- Added a README
- No code changes


# @wwtelescope/astro 0.1.1 (2020-09-23)

- No code changes; issuing a new release as part of the migration to Cranko.
1 change: 1 addition & 0 deletions 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.0.0-dev.0"
}
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.0.0-dev.0"
}
3 changes: 2 additions & 1 deletion 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.0.0-dev.0"
}
}
2 changes: 1 addition & 1 deletion engine-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
},
"types": "./dist/src/index.d.ts",
"version": "0.0.0-dev.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.0.0-dev.0"
}
Loading

0 comments on commit da958dc

Please sign in to comment.