Skip to content

Commit 48e2a62

Browse files
committed
chore: Publish
- @fluent/[email protected]
1 parent 4833994 commit 48e2a62

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

fluent-dom/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2024-06-25)
4+
5+
### ⚠ Breaking Changes
6+
7+
- Update package.json engines.node to >= 18
8+
9+
### Features
10+
11+
- Make pauseObserving and resumeObserving public ([#623](https://github.com/projectfluent/fluent.js/issues/623))
12+
13+
### Bug Fixes
14+
15+
- Cancel the requestAnimationFrame when all roots are disconnected ([#633](https://github.com/projectfluent/fluent.js/issues/633))
16+
317
## [0.9.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13)
418

519
- Drop Node.js v12 support, add v18 & latest to CI tests

fluent-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluent/dom",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Fluent bindings for DOM",
55
"repository": {
66
"type": "git",

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)