Skip to content

Commit

Permalink
Version Packages (#374)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
tdeekens and github-actions[bot] authored Jun 1, 2020
1 parent 79bbda4 commit 21c0ca7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/popular-melons-relate.md

This file was deleted.

13 changes: 9 additions & 4 deletions packages/hapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# @promster/hapi

## 4.1.10
## 4.1.11

### Patch Changes

- [`79bbda4`](https://github.com/tdeekens/promster/commit/79bbda4119ad5d0aa1f49d025e9bdce94b7ae20c) [#373](https://github.com/tdeekens/promster/pull/373) Thanks [@iiroj](https://github.com/iiroj)! - @promster/hapi decorator fix

We had a breaking change sneak in. The decorator of promster of exposing the Prometheus instance was changed from a property to a function returning the property. This reverts that change.

- [`c2b8e0d`](https://github.com/tdeekens/promster/commit/c2b8e0d472b6e31e053460d8f714eaf790a17eb9) [#358](https://github.com/tdeekens/promster/pull/358) Thanks [@tdeekens](https://github.com/tdeekens)! - Update dependencies.
## 4.1.10

### Patch Changes

- [`c2b8e0d`](https://github.com/tdeekens/promster/commit/c2b8e0d472b6e31e053460d8f714eaf790a17eb9) [#358](https://github.com/tdeekens/promster/pull/358) Thanks [@tdeekens](https://github.com/tdeekens)! - Update dependencies.

- [`6f99f64`](https://github.com/tdeekens/promster/commit/6f99f644ccd2cd0b60c172968266c3ac3f76e826) [#360](https://github.com/tdeekens/promster/pull/360) Thanks [@tdeekens](https://github.com/tdeekens)! - Update to eslint v7
* [`6f99f64`](https://github.com/tdeekens/promster/commit/6f99f644ccd2cd0b60c172968266c3ac3f76e826) [#360](https://github.com/tdeekens/promster/pull/360) Thanks [@tdeekens](https://github.com/tdeekens)! - Update to eslint v7

- Updated dependencies [[`c2b8e0d`](https://github.com/tdeekens/promster/commit/c2b8e0d472b6e31e053460d8f714eaf790a17eb9), [`6f99f64`](https://github.com/tdeekens/promster/commit/6f99f644ccd2cd0b60c172968266c3ac3f76e826)]:
* Updated dependencies [[`c2b8e0d`](https://github.com/tdeekens/promster/commit/c2b8e0d472b6e31e053460d8f714eaf790a17eb9), [`6f99f64`](https://github.com/tdeekens/promster/commit/6f99f644ccd2cd0b60c172968266c3ac3f76e826)]:
- @promster/metrics@4.1.10
2 changes: 1 addition & 1 deletion packages/hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promster/hapi",
"version": "4.1.10",
"version": "4.1.11",
"description": "Hapi server integrations of promster",
"main": "dist/modules/index.js",
"typings": "dist/modules/index.d.ts",
Expand Down

0 comments on commit 21c0ca7

Please sign in to comment.