diff --git a/.changeset/calm-items-think.md b/.changeset/calm-items-think.md deleted file mode 100644 index 137ac1e7..00000000 --- a/.changeset/calm-items-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'squareone': minor ---- - -Users can now download the Jupyter Notebook (ipynb) file that they are viewing, with the current parameters filled in. This enables further interactive exploration. diff --git a/.changeset/smart-pandas-deny.md b/.changeset/smart-pandas-deny.md deleted file mode 100644 index e3a0e9dd..00000000 --- a/.changeset/smart-pandas-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'squareone': minor ---- - -Times Square notebook pages show a link to the source notebook on GitHub. diff --git a/apps/squareone/CHANGELOG.md b/apps/squareone/CHANGELOG.md index c6d6a649..3e5b3c78 100644 --- a/apps/squareone/CHANGELOG.md +++ b/apps/squareone/CHANGELOG.md @@ -1,5 +1,13 @@ # squareone +## 0.12.0 + +### Minor Changes + +- [#164](https://github.com/lsst-sqre/squareone/pull/164) [`0574c00`](https://github.com/lsst-sqre/squareone/commit/0574c00b63b49418a35b95379f05e291848d667e) Thanks [@jonathansick](https://github.com/jonathansick)! - Users can now download the Jupyter Notebook (ipynb) file that they are viewing, with the current parameters filled in. This enables further interactive exploration. + +- [#164](https://github.com/lsst-sqre/squareone/pull/164) [`2adb0af`](https://github.com/lsst-sqre/squareone/commit/2adb0af63bb1a69e59f68a33a1a31bdf30899bb2) Thanks [@jonathansick](https://github.com/jonathansick)! - Times Square notebook pages show a link to the source notebook on GitHub. + ## 0.11.0 ### Minor Changes diff --git a/apps/squareone/package.json b/apps/squareone/package.json index 50c76929..77522144 100644 --- a/apps/squareone/package.json +++ b/apps/squareone/package.json @@ -1,6 +1,6 @@ { "name": "squareone", - "version": "0.11.0", + "version": "0.12.0", "private": true, "scripts": { "dev": "next dev -p 3000",