Skip to content

Commit

Permalink
rev the package version in preparation for publishing (dart-archive/h…
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Oct 19, 2022
1 parent 8664927 commit df886be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.15.1-dev
## 0.15.1

- Move `htmlSerializeEscape` to its own library,
`package:html/html_escape.dart`, which is exported from
Expand Down
2 changes: 1 addition & 1 deletion pkgs/html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![pub package](https://img.shields.io/pub/v/html.svg)](https://pub.dev/packages/html)
[![package publisher](https://img.shields.io/pub/publisher/html.svg)](https://pub.dev/packages/html/publisher)

This is a Dart HTML5 parser.
A Dart implementation of an HTML5 parser.

## Usage

Expand Down
2 changes: 2 additions & 0 deletions pkgs/html/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
include: package:lints/recommended.yaml

analyzer:
language:
strict-casts: true
errors:
# https://github.com/dart-lang/linter/issues/1649
prefer_collection_literals: ignore

linter:
rules:
- avoid_dynamic_calls
Expand Down
2 changes: 1 addition & 1 deletion pkgs/html/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: html
version: 0.15.1-dev
version: 0.15.1
description: APIs for parsing and manipulating HTML content outside the browser.
repository: https://github.com/dart-lang/html

Expand Down

0 comments on commit df886be

Please sign in to comment.