Skip to content

Commit 352c338

Browse files
author
Gabe
committed
chore(release): 1.17.0
1 parent 4df9513 commit 352c338

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.17.0](https://github.com/johnsonandjohnson/mettle-components/compare/v1.10.3...v1.17.0) (2023-05-30)
6+
7+
8+
### Features
9+
10+
* allow for error observables to be cached and notify upon subscription ([#110](https://github.com/johnsonandjohnson/mettle-components/issues/110)) ([4df9513](https://github.com/johnsonandjohnson/mettle-components/commit/4df9513a1bccb4d6b9a03ce37495a98d0b255605))
11+
* handle code exceptions in routing ([#86](https://github.com/johnsonandjohnson/mettle-components/issues/86)) ([474b5f5](https://github.com/johnsonandjohnson/mettle-components/commit/474b5f596278437bd7cefb66e186ff55fe36128c))
12+
* mettle sidebar component ([#77](https://github.com/johnsonandjohnson/mettle-components/issues/77)) ([3be56aa](https://github.com/johnsonandjohnson/mettle-components/commit/3be56aa5162be320c8f49540cdc7bbea2fdd85dd))
13+
* mettle-notification close function ([#101](https://github.com/johnsonandjohnson/mettle-components/issues/101)) ([cfb5574](https://github.com/johnsonandjohnson/mettle-components/commit/cfb557432d001e94808f3c3f7f8d50e1abb6c14e))
14+
* mixins added for custom elements ([#92](https://github.com/johnsonandjohnson/mettle-components/issues/92)) ([95d20eb](https://github.com/johnsonandjohnson/mettle-components/commit/95d20eba4d1e0b554e14f8248f48198d8b002035))
15+
16+
17+
### Bug Fixes
18+
19+
* corrected private variables in services ([#97](https://github.com/johnsonandjohnson/mettle-components/issues/97)) ([b724366](https://github.com/johnsonandjohnson/mettle-components/commit/b7243661c4b3250d6b7caba9c9ae350299204849))
20+
* mettle-drop-down element on remove fix ([#107](https://github.com/johnsonandjohnson/mettle-components/issues/107)) ([f299acb](https://github.com/johnsonandjohnson/mettle-components/commit/f299acb970b27e328e3f3fae4997faca7b62ee68))
21+
* node condition before being removed ([#104](https://github.com/johnsonandjohnson/mettle-components/issues/104)) ([3da296e](https://github.com/johnsonandjohnson/mettle-components/commit/3da296e6a1eb2cefa1c8b3671c8c645a54c3f4e7))
22+
* update readme ([#82](https://github.com/johnsonandjohnson/mettle-components/issues/82)) ([ecb4b5c](https://github.com/johnsonandjohnson/mettle-components/commit/ecb4b5cb7acaaffde7b3c80d01c5121021cd692b))
23+
24+
25+
* update on how to update release version ([#83](https://github.com/johnsonandjohnson/mettle-components/issues/83)) ([3577451](https://github.com/johnsonandjohnson/mettle-components/commit/3577451961d0ca208a1df0b597450fe248c892a5))
26+
527
### [1.16.1](https://github.com/johnsonandjohnson/mettle-components/compare/v1.14.2...v1.16.1) (2023-05-25)
628

729
### Bug Fixes

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@johnsonandjohnson/mettle-components",
33
"description": "Reusable UI Web Component elements.",
4-
"version": "1.16.1",
4+
"version": "1.17.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"private": false,

0 commit comments

Comments
 (0)