Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 49cd695

Browse files
authored
Merge pull request #35 from dart-lang/prep_publish
prep for publishing 1.1.1
2 parents a75eb69 + a73ef13 commit 49cd695

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## 1.1.1-dev
1+
## 1.1.1
22

3+
* Switch to using `package:lints`.
4+
* Populate the pubspec `repository` field.
35

46
## 1.1.0
57

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![Dart CI](https://github.com/dart-lang/clock/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/clock/actions/workflows/test-package.yml)
2+
[![pub package](https://img.shields.io/pub/v/clock.svg)](https://pub.dev/packages/clock)
3+
[![package publisher](https://img.shields.io/pub/publisher/clock.svg)](https://pub.dev/packages/clock/publisher)
4+
15
This package provides a [`Clock`][] class which encapsulates the notion of the
26
"current time" and provides easy access to points relative to the current time.
37
Different `Clock`s can have a different notion of the current time, and the

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:lints/core.yaml
1+
include: package:lints/recommended.yaml
22

33
analyzer:
44
strong-mode:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: clock
2-
version: 1.1.1-dev
2+
version: 1.1.1
33
description: A fakeable wrapper for dart:core clock APIs.
44
repository: https://github.com/dart-lang/clock
55

0 commit comments

Comments
 (0)