Skip to content

Commit

Permalink
Move package to new GitHub org
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox32 committed May 4, 2020
1 parent 5cba63c commit a10bbdb
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
6 changes: 6 additions & 0 deletions prometheus_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## 0.4.0+4

- Moved to new org [tentaclelabs](https://github.com/tentaclelabs)


## 0.4.0+3

- Remove author from pubspec.


## 0.4.0+2

- Fix some analyzer issues, no functional changes.
Expand Down
6 changes: 3 additions & 3 deletions prometheus_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ For a full usage example, take a look at [`example/prometheus_client_example.dar

Please file feature requests and bugs at the [issue tracker][tracker].

[tracker]: https://github.com/Fox32/prometheus_client/issues
[tracker]: https://github.com/tentaclelabs/prometheus_client/issues
[writing_clientlibs]: https://prometheus.io/docs/instrumenting/writing_clientlibs/
[prometheus]: https://prometheus.io/
[text_format]: https://prometheus.io/docs/instrumenting/exposition_formats/#text-based-format
[shelf]: https://pub.dev/packages/shelf
[example]: https://github.com/Fox32/prometheus_client/blob/master/prometheus_client/example/prometheus_client_example.dart
[changelog]: https://github.com/Fox32/prometheus_client/blob/master/prometheus_client/CHANGELOG.md
[example]: https://github.com/tentaclelabs/prometheus_client/blob/master/prometheus_client/example/prometheus_client_example.dart
[changelog]: https://github.com/tentaclelabs/prometheus_client/blob/master/prometheus_client/CHANGELOG.md
[prometheus_client_shelf]: https://pub.dev/packages/prometheus_client_shelf
4 changes: 2 additions & 2 deletions prometheus_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: prometheus_client
description: Dart implementation of the Prometheus client library providing metrics.
version: 0.4.0+3
homepage: https://github.com/Fox32/prometheus_client
version: 0.4.0+4
homepage: https://github.com/tentaclelabs/prometheus_client

environment:
sdk: '>=2.5.0 <3.0.0'
Expand Down
5 changes: 5 additions & 0 deletions prometheus_client_shelf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.0+4

- Moved to new org [tentaclelabs](https://github.com/tentaclelabs)


## 0.4.0+3

- Remove author from pubspec.
Expand Down
6 changes: 3 additions & 3 deletions prometheus_client_shelf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ For a full usage example, take a look at [`example/prometheus_client_shelf_examp
Please file feature requests and bugs at the [issue tracker][tracker].

[prometheus_client]: https://pub.dev/packages/prometheus_client
[tracker]: https://github.com/Fox32/prometheus_client/issues
[tracker]: https://github.com/tentaclelabs/prometheus_client/issues
[prometheus]: https://prometheus.io/
[shelf]: https://pub.dev/packages/shelf
[example]: https://github.com/Fox32/prometheus_client/blob/master/prometheus_client_shelf/example/prometheus_client_shelf_example.dart
[changelog]: https://github.com/Fox32/prometheus_client/blob/master/prometheus_client_shelf/CHANGELOG.md
[example]: https://github.com/tentaclelabs/prometheus_client/blob/master/prometheus_client_shelf/example/prometheus_client_shelf_example.dart
[changelog]: https://github.com/tentaclelabs/prometheus_client/blob/master/prometheus_client_shelf/CHANGELOG.md
4 changes: 2 additions & 2 deletions prometheus_client_shelf/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: prometheus_client_shelf
description: Dart implementation of the Prometheus client library providing a shelf integration.
version: 0.4.0+3
homepage: https://github.com/Fox32/prometheus_client
version: 0.4.0+4
homepage: https://github.com/tentaclelabs/prometheus_client

environment:
sdk: '>=2.5.0 <3.0.0'
Expand Down

0 comments on commit a10bbdb

Please sign in to comment.