Skip to content

Commit ec923c6

Browse files
chore(main): release 2.26.0 (#1024)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8def48a commit ec923c6

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.25.0"
2+
".": "2.26.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [2.26.0](https://github.com/mdn/data/compare/v2.25.0...v2.26.0) (2026-01-09)
4+
5+
6+
### Features
7+
8+
* **css:** Update position-anchor data to include none ([858754e](https://github.com/mdn/data/commit/858754ee2001867beb331d1d643238fd61436777))
9+
10+
11+
### Bug Fixes
12+
13+
* **css/properties:** visibility has discrete animation type ([#1026](https://github.com/mdn/data/issues/1026)) ([1e102cb](https://github.com/mdn/data/commit/1e102cb2935329a840adacdbdd76fe188ce2188c))
14+
* remove unnecessary whitespace in 'syntax' members ([#1023](https://github.com/mdn/data/issues/1023)) ([acf8de2](https://github.com/mdn/data/commit/acf8de2db3364eddd323db593cd394e9bb662c54))
15+
16+
17+
### Miscellaneous
18+
19+
* **deps-dev:** bump ajv from 6.12.6 to 7.2.4 ([#1028](https://github.com/mdn/data/issues/1028)) ([9338b1f](https://github.com/mdn/data/commit/9338b1f1f6ca88c730894fd504774aa436ea7e7a))
20+
* **deps-dev:** bump better-ajv-errors from 2.0.2 to 2.0.3 ([#1033](https://github.com/mdn/data/issues/1033)) ([8def48a](https://github.com/mdn/data/commit/8def48a19ca759b1f737ae3aa514fd398a400ce9))
21+
* **deps:** bump node from v22 to v24 ([#1031](https://github.com/mdn/data/issues/1031)) ([d05bb58](https://github.com/mdn/data/commit/d05bb58034f8ba84458f7fda03862d84cd287125))
22+
* **l10n:** update zh-TW translation ([#719](https://github.com/mdn/data/issues/719)) ([f1e5757](https://github.com/mdn/data/commit/f1e57573a4a237bffd415fbc40edd322ef5d0c38))
23+
324
## [2.25.0](https://github.com/mdn/data/compare/v2.24.0...v2.25.0) (2025-10-31)
425

526

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdn-data",
3-
"version": "2.25.0",
3+
"version": "2.26.0",
44
"description": "Open Web data by the Mozilla Developer Network",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)