Skip to content

Commit 2e2c937

Browse files
fix spark_web version and changelog
1 parent 08a67a9 commit 2e2c937

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

packages/spark_web/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
All notable changes to `spark_web` will be documented in this file.
44

5-
## 1.0.0-alpha.11
5+
## 1.0.0-alpha.10
66

77
### Added
88

9+
- **Feat**: Added `Element.closest()` method support for both browser and server.
910
- **Feat**: Added complete Permissions API support (`permissions.dart`).
1011
- `PermissionState` enum (`granted`, `denied`, `prompt`).
1112
- `PermissionName` enum with constants for all standard permissions (`geolocation`, `notifications`, `push`, `persistent-storage`, `clipboard-read`, `clipboard-write`, `camera`, `microphone`, `background-fetch`, `background-sync`).
@@ -16,12 +17,6 @@ All notable changes to `spark_web` will be documented in this file.
1617
- Server implementation returns `PermissionState.prompt` for all queries.
1718
- Browser implementation wraps native `window.navigator.permissions` API.
1819

19-
## 1.0.0-alpha.10
20-
21-
### Added
22-
23-
- **Feat**: Added `Element.closest()` method support for both browser and server.
24-
2520
## 1.0.0-alpha.9
2621

2722
### Added

packages/spark_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
Server-safe Web API abstraction for Dart. Mirrors the MDN Web API with
44
identical naming so developers can rely on MDN documentation. Works on both
55
the Dart VM (server) and dart2js (browser).
6-
version: 1.0.0-alpha.11
6+
version: 1.0.0-alpha.10
77
resolution: workspace
88

99
homepage: https://spark.kleak.dev

0 commit comments

Comments
 (0)