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

Commit ef72ea0

Browse files
authored
Prepare to publish (#152)
1 parent 00cd3c2 commit ef72ea0

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.15.0-nullsafety.0-dev
1+
## 0.15.0-nullsafety.0
22

33
- Migrate to null safety.
44
- Drop `lastPhase`, `beforeRcDataPhase`, and `container` fields from

pubspec.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
name: html
2-
version: 0.15.0-nullsafety.0-dev
2+
version: 0.15.0-nullsafety.0
33

44
description: APIs for parsing and manipulating HTML content outside the browser.
55
homepage: https://github.com/dart-lang/html
66

7-
# Ensure package is tested internally and remove -dev from version to publish.
8-
publish_to: none
9-
107
environment:
118
sdk: ">=2.12.0-0 <3.0.0"
129

1310
dependencies:
14-
csslib: ^0.17.0
11+
csslib: ^0.17.0-nullsafety
1512
source_span: ^1.8.0-nullsafety
1613

1714
dev_dependencies:
1815
path: ^1.8.0-nullsafety
1916
pedantic: ^1.10.0-nullsafety
2017
test: ^1.16.0-nullsafety
21-
22-
dependency_overrides:
23-
csslib:
24-
git: git://github.com/dart-lang/csslib.git

0 commit comments

Comments
 (0)