From 944b01120bd57885966268db10322dc389e27561 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:05:42 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- release-please.manifest.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 053a146..f183b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.2.0](https://github.com/chanzuckerberg/cryoet-data-portal-neuroglancer/compare/v1.1.0...v1.2.0) (2025-01-09) + + +### ✨ Features + +* layout hidden panels properly. This is necessary because otherwise they pop up in odd places ([cd0d183](https://github.com/chanzuckerberg/cryoet-data-portal-neuroglancer/commit/cd0d183d8eac070fb4c008d6819ff5aabf273654)) +* top left layer controls, bottom left layer list panel ([cf96b09](https://github.com/chanzuckerberg/cryoet-data-portal-neuroglancer/commit/cf96b09afe3cda4fb79c9443ba123edfd0abd282)) +* update default layout of the main neuroglancer landing page ([#32](https://github.com/chanzuckerberg/cryoet-data-portal-neuroglancer/issues/32)) ([8605849](https://github.com/chanzuckerberg/cryoet-data-portal-neuroglancer/commit/86058495bf050fa7e6d83ad24008942e1705fa7b)) + + +### 🧹 Miscellaneous Chores + +* Updating poetry to 2.0.0 ([#31](https://github.com/chanzuckerberg/cryoet-data-portal-neuroglancer/issues/31)) ([7dcc2b0](https://github.com/chanzuckerberg/cryoet-data-portal-neuroglancer/commit/7dcc2b0971e79b4764a808b061d5b8d09cd59849)) + ## [1.1.0](https://github.com/chanzuckerberg/cryoet-data-portal-neuroglancer/compare/v1.0.0...v1.1.0) (2024-12-06) diff --git a/pyproject.toml b/pyproject.toml index 73c44d4..b17a8bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cryoet-data-portal-neuroglancer" -version = "1.1.0" +version = "1.2.0" description = "Utility package for working with Neuroglancer data in the CZI Cryo-ET Data Portal" authors = [ {name="CZI Imaging Team", email="cryoetdataportal@chanzuckerberg.com"}, diff --git a/release-please.manifest.json b/release-please.manifest.json index 5fdd883..c3f1463 100644 --- a/release-please.manifest.json +++ b/release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" }