Merge pull request dart-lang/clock#35 from dart-lang/prep_publish
prep for publishing 1.1.1
diff --git a/pkgs/clock/CHANGELOG.md b/pkgs/clock/CHANGELOG.md
index 9ee1438..2e04bc4 100644
--- a/pkgs/clock/CHANGELOG.md
+++ b/pkgs/clock/CHANGELOG.md
@@ -1,5 +1,7 @@
-## 1.1.1-dev
+## 1.1.1
+* Switch to using `package:lints`.
+* Populate the pubspec `repository` field.
## 1.1.0
diff --git a/pkgs/clock/README.md b/pkgs/clock/README.md
index b847f76..2d29311 100644
--- a/pkgs/clock/README.md
+++ b/pkgs/clock/README.md
@@ -1,3 +1,7 @@
+[](https://github.com/dart-lang/clock/actions/workflows/test-package.yml)
+[](https://pub.dev/packages/clock)
+[](https://pub.dev/packages/clock/publisher)
+
This package provides a [`Clock`][] class which encapsulates the notion of the
"current time" and provides easy access to points relative to the current time.
Different `Clock`s can have a different notion of the current time, and the
diff --git a/pkgs/clock/analysis_options.yaml b/pkgs/clock/analysis_options.yaml
index 05f3a8d..4fa4b8d 100644
--- a/pkgs/clock/analysis_options.yaml
+++ b/pkgs/clock/analysis_options.yaml
@@ -1,4 +1,4 @@
-include: package:lints/core.yaml
+include: package:lints/recommended.yaml
analyzer:
strong-mode:
diff --git a/pkgs/clock/pubspec.yaml b/pkgs/clock/pubspec.yaml
index 25c3579..f162ae8 100644
--- a/pkgs/clock/pubspec.yaml
+++ b/pkgs/clock/pubspec.yaml
@@ -1,5 +1,5 @@
name: clock
-version: 1.1.1-dev
+version: 1.1.1
description: A fakeable wrapper for dart:core clock APIs.
repository: https://github.com/dart-lang/clock