Skip to content

Commit

Permalink
Prep for publishing 1.8.2 (#123)
Browse files Browse the repository at this point in the history
prep for publishing 1.8.2
  • Loading branch information
devoncarew committed May 18, 2022
1 parent 3d41ea5 commit a559e9d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/dart.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: Dart CI

on:
# Run on PRs and pushes to the default branch.
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.8.2-dev
## 1.8.2

* Enable the `avoid_dynamic_calls` lint.
* Popuate the pubspec `repository` field.

## 1.8.1

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Dart CI](https://github.com/dart-lang/path/actions/workflows/ci.yml/badge.svg)](https://github.com/dart-lang/path/actions/workflows/ci.yml)
[![pub package](https://img.shields.io/pub/v/path.svg)](https://pub.dev/packages/path)
[![package publisher](https://img.shields.io/pub/publisher/path.svg)](https://pub.dev/packages/path/publisher)

A comprehensive, cross-platform path manipulation library for Dart.

The path package provides common operations for manipulating paths:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: path
version: 1.8.2-dev
version: 1.8.2
description: >-
A string-based path manipulation library. All of the path operations you know
and love, with solid support for Windows, POSIX (Linux and Mac OS X), and the
Expand Down

0 comments on commit a559e9d

Please sign in to comment.