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

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

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

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

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

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

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

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

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

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

+++
  • Loading branch information
cranko committed Jul 23, 2023
2 parents 173fee6 + 1613e9b commit 4a615fb
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 5 deletions.
6 changes: 6 additions & 0 deletions embed-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# @wwtelescope/embed-common 0.3.4 (2023-07-23)

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


# @wwtelescope/embed-common 0.3.3 (2022-11-30)

- No code changes.
Expand Down
2 changes: 1 addition & 1 deletion embed-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
},
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "0.3.3"
"version": "0.3.4"
}
6 changes: 6 additions & 0 deletions engine-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# @wwtelescope/engine-helpers 0.15.1 (2023-07-23)

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


# @wwtelescope/engine-helpers 0.15.0 (2023-06-08)

- Have the `addImagesetToRepository` method return an imageset (#256, @pkgw).
Expand Down
2 changes: 1 addition & 1 deletion engine-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
},
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "0.15.0"
"version": "0.15.1"
}
6 changes: 6 additions & 0 deletions engine-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# @wwtelescope/engine-types 0.6.5 (2023-07-23)

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


# @wwtelescope/engine-types 0.6.4 (2022-11-30)

- No code changes. Make another release because the package of the previous
Expand Down
2 changes: 1 addition & 1 deletion engine-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
},
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "0.6.4"
"version": "0.6.5"
}
5 changes: 5 additions & 0 deletions engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# @wwtelescope/engine 7.28.2 (2023-07-23)

- Actually use the crosshairs color setting (#260, @Carifio24).


# @wwtelescope/engine 7.28.1 (2023-07-01)

- Make sure that annotations properly rerender after their opacity is changed
Expand Down
2 changes: 1 addition & 1 deletion engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"uglify": "uglifyjs src/index.js -c -o src/index.min.js"
},
"types": "./src/index.d.ts",
"version": "7.28.1"
"version": "7.28.2"
}
6 changes: 6 additions & 0 deletions research-app-messages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# @wwtelescope/research-app-messages 0.17.1 (2023-07-23)

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


# @wwtelescope/research-app-messages 0.17.0 (2023-02-27)

- Add the camera roll angle to the view state message definition (#231, @Carifio24).
Expand Down
2 changes: 1 addition & 1 deletion research-app-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
},
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "0.17.0"
"version": "0.17.1"
}

0 comments on commit 4a615fb

Please sign in to comment.