Skip to content

Commit 6f4642c

Browse files
chore: bump root package to v1.0.2 with CHANGELOG fix
- Fix CHANGELOG.md structure (1.0.1 entry was before # Changelog heading) - Add 1.0.2 entry documenting pubignore and dep fixes - pubspec_publish_ready.yaml: v1.0.2, hyper_render_clipboard ^1.0.2
1 parent acf7733 commit 6f4642c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
---
99

10+
## [1.0.2] - 2026-03-08
11+
12+
- Fix `.pubignore` to exclude `packages/`, `test/`, IDE files — reduces upload size
13+
- Bump `hyper_render_clipboard` to `^1.0.2` (share_plus 12.x + super_clipboard 0.9.x support)
14+
1015
## [1.0.1] - 2026-03-08
1116

1217
- Add `example/example.dart` for pub.dev example scoring
@@ -181,5 +186,6 @@ CSS lookup: 3–16 µs median (100–5,000 rules). Source: `benchmark/RESULTS.md
181186

182187
---
183188

189+
[1.0.2]: https://github.com/brewkits/hyper_render/releases/tag/v1.0.2
184190
[1.0.1]: https://github.com/brewkits/hyper_render/releases/tag/v1.0.1
185191
[1.0.0]: https://github.com/brewkits/hyper_render/releases/tag/v1.0.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hyper_render
22
description: "Flutter rendering engine for HTML, Markdown, and Quill Delta. Single RenderObject — no widget tree. Supports CSS Float, Flexbox, Grid, Ruby/Furigana, and text selection."
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://github.com/brewkits/hyper_render
55
repository: https://github.com/brewkits/hyper_render
66
issue_tracker: https://github.com/brewkits/hyper_render/issues

pubspec_publish_ready.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hyper_render
22
description: "Flutter rendering engine for HTML, Markdown, and Quill Delta. Single RenderObject — no widget tree. Supports CSS Float, Flexbox, Grid, Ruby/Furigana, and text selection."
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://github.com/brewkits/hyper_render
55
repository: https://github.com/brewkits/hyper_render
66
issue_tracker: https://github.com/brewkits/hyper_render/issues

0 commit comments

Comments
 (0)