Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Jun 25, 2024
1 parent 4833994 commit 48e2a62
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
14 changes: 14 additions & 0 deletions fluent-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.10.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2024-06-25)

### ⚠ Breaking Changes

- Update package.json engines.node to >= 18

### Features

- Make pauseObserving and resumeObserving public ([#623](https://github.com/projectfluent/fluent.js/issues/623))

### Bug Fixes

- Cancel the requestAnimationFrame when all roots are disconnected ([#633](https://github.com/projectfluent/fluent.js/issues/633))

## [0.9.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13)

- Drop Node.js v12 support, add v18 & latest to CI tests
Expand Down
2 changes: 1 addition & 1 deletion fluent-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluent/dom",
"version": "0.9.0",
"version": "0.10.0",
"description": "Fluent bindings for DOM",
"repository": {
"type": "git",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48e2a62

Please sign in to comment.