From e294e45cfed9cd7c802657efc94738e74a18a6d4 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Mon, 21 Oct 2024 14:31:03 +0200 Subject: [PATCH] Release 10.12.5 Generated by release.js. --- CHANGELOG.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 +-- package.json | 2 +- 3 files changed, 71 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d717e651..b7bc32bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,73 @@ # mdn-bcd-collector Changelog +## v10.12.5 + +Released October 21, 2024 + +### Test Changes + +#### Added + +- api.GPUCanvasContext.getConfiguration +- css.properties.appearance.base +- css.properties.masonry-slack.infinite +- css.properties.offset-anchor.top +- css.properties.offset-anchor.right +- css.properties.offset-anchor.bottom +- css.properties.offset-anchor.left +- css.properties.offset-anchor.y-start +- css.properties.offset-anchor.y-end +- css.properties.offset-anchor.x-start +- css.properties.offset-anchor.x-end +- css.properties.offset-anchor.block-start +- css.properties.offset-anchor.block-end +- css.properties.offset-anchor.inline-start +- css.properties.offset-anchor.inline-end +- css.properties.offset-anchor.center +- css.properties.offset-position.top +- css.properties.offset-position.right +- css.properties.offset-position.bottom +- css.properties.offset-position.left +- css.properties.offset-position.y-start +- css.properties.offset-position.y-end +- css.properties.offset-position.x-start +- css.properties.offset-position.x-end +- css.properties.offset-position.block-start +- css.properties.offset-position.block-end +- css.properties.offset-position.inline-start +- css.properties.offset-position.inline-end +- css.properties.offset-position.center +- css.properties.text-wrap-style.avoid-orphans +- css.selectors.search-text +- css.selectors.has-slotted +- css.selectors.xr-overlay + +#### Removed + +- css.properties.block-size.stretch +- css.properties.block-size.fit-content +- css.properties.block-size.contain +- css.properties.inline-size.stretch +- css.properties.inline-size.fit-content +- css.properties.inline-size.contain +- css.properties.max-block-size.stretch +- css.properties.max-block-size.fit-content +- css.properties.max-block-size.contain +- css.properties.max-inline-size.stretch +- css.properties.max-inline-size.fit-content +- css.properties.max-inline-size.contain +- css.properties.min-block-size.stretch +- css.properties.min-block-size.fit-content +- css.properties.min-block-size.contain +- css.properties.min-inline-size.stretch +- css.properties.min-inline-size.fit-content +- css.properties.min-inline-size.contain + +### Commits + +- Use Ubuntu 22.04 in workflows ([#1884](https://github.com/openwebdocs/mdn-bcd-collector/pull/1884)) +- Remove leftover debugging + ## v10.12.4 Released September 24, 2024 diff --git a/package-lock.json b/package-lock.json index 111bbf6a..1578ac37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mdn-bcd-collector", - "version": "10.12.4", + "version": "10.12.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mdn-bcd-collector", - "version": "10.12.4", + "version": "10.12.5", "license": "Apache-2.0", "dependencies": { "@google-cloud/logging-winston": "6.0.0", diff --git a/package.json b/package.json index adb571c5..f32d2788 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mdn-bcd-collector", "description": "Data collection service for @mdn/browser-compat-data", - "version": "10.12.4", + "version": "10.12.5", "private": true, "license": "Apache-2.0", "type": "module",