Skip to content

Commit

Permalink
support latest csslib
Browse files Browse the repository at this point in the history
R=jmesserly@google.com

Review URL: https://codereview.chromium.org//1059773002
  • Loading branch information
kevmoo committed Apr 3, 2015
1 parent 93f119d commit b193e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,9 @@
This file contains highlights of what changes on each version of the html
package.

#### Pub version 0.12.0+1
* Support `csslib` version `0.12.0`.

#### Rename to package:html 0.12.0
* package has been renamed to `html`

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,12 +1,12 @@
name: html
version: 0.12.1
version: 0.12.1+1
author: Dart Team <misc@dartlang.org>
description: A library for working with HTML documents. Previously known as html5lib.
homepage: https://github.com/dart-lang/html
environment:
sdk: '>=1.2.0 <2.0.0'
dependencies:
csslib: '>=0.10.0 <0.12.0'
csslib: '>=0.10.0 <0.13.0'
source_span: '>=1.0.0 <2.0.0'
utf: '>=0.9.0 <0.10.0'
dev_dependencies:
Expand Down

0 comments on commit b193e72

Please sign in to comment.