From 97e38ff2fcff9bc9b9a959e588b25e1049726448 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 17:17:49 -0400 Subject: [PATCH] Version Packages (#149) Co-authored-by: github-actions[bot] --- .changeset/rotten-waves-train.md | 7 ------- .changeset/wicked-ads-cover.md | 6 ------ .changeset/young-peas-film.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 5 files changed, 15 insertions(+), 19 deletions(-) delete mode 100644 .changeset/rotten-waves-train.md delete mode 100644 .changeset/wicked-ads-cover.md delete mode 100644 .changeset/young-peas-film.md diff --git a/.changeset/rotten-waves-train.md b/.changeset/rotten-waves-train.md deleted file mode 100644 index 37951de..0000000 --- a/.changeset/rotten-waves-train.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@qiskit/web-components': minor ---- - -feat(ui-shell): mobile nav enhacements -Adds social media icon links and copyright to sidenav at smallest breakpoint -Adds the "Ecosystem" navigation item to the Community dropdown diff --git a/.changeset/wicked-ads-cover.md b/.changeset/wicked-ads-cover.md deleted file mode 100644 index 7d6aa9b..0000000 --- a/.changeset/wicked-ads-cover.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@qiskit/web-components': minor ---- - -Add missed interfaces -Also add missed namespace to internal column-list component diff --git a/.changeset/young-peas-film.md b/.changeset/young-peas-film.md deleted file mode 100644 index 6ffb87c..0000000 --- a/.changeset/young-peas-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qiskit/web-components": patch ---- - -Emit click event for ui-shell nav items, passing the nav item label and url within the event detail. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb3b99..d7c9bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @qiskit/web-components +## 0.9.0 + +### Minor Changes + +- fae9030: feat(ui-shell): mobile nav enhacements + Adds social media icon links and copyright to sidenav at smallest breakpoint + Adds the "Ecosystem" navigation item to the Community dropdown +- 1b4643a: Add missed interfaces + Also add missed namespace to internal column-list component + +### Patch Changes + +- f42f8a5: Emit click event for ui-shell nav items, passing the nav item label and url within the event detail. + ## 0.8.1 ### Patch Changes diff --git a/package.json b/package.json index 3594a15..985b93e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiskit/web-components", - "version": "0.8.1", + "version": "0.9.0", "license": "MIT", "repository": "github:Qiskit/web-components", "type": "module",