Skip to content

Commit eb7f13c

Browse files
committed
populatedb
1 parent 62b7470 commit eb7f13c

File tree

5 files changed

+141
-671
lines changed

5 files changed

+141
-671
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changes to cssdb
22

3-
### 8.1.0 (Jul 7, 2024)
3+
### 8.1.1 (September 9, 2024)
4+
5+
- Updated `@mdn/browser-compat-data` to `5.5.51` (patch)
6+
7+
### 8.1.0 (July 7, 2024)
48

59
- Added `content-alt-text`
610
- Updated `@mdn/browser-compat-data` to `5.5.37` (patch)

cssdb.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,8 @@
12661266
"ios_saf": "17.5",
12671267
"op_mob": "82",
12681268
"opera": "109",
1269-
"safari": "17.5"
1269+
"safari": "17.5",
1270+
"samsung": "27.0"
12701271
},
12711272
"docs": {
12721273
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark"
@@ -2015,7 +2016,8 @@
20152016
"ios_saf": "15.4",
20162017
"op_mob": "83",
20172018
"opera": "111",
2018-
"safari": "15.4"
2019+
"safari": "15.4",
2020+
"samsung": "27.0"
20192021
},
20202022
"docs": {
20212023
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/round"

cssdb.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,8 @@ export default [
12661266
"ios_saf": "17.5",
12671267
"op_mob": "82",
12681268
"opera": "109",
1269-
"safari": "17.5"
1269+
"safari": "17.5",
1270+
"samsung": "27.0"
12701271
},
12711272
"docs": {
12721273
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark"
@@ -2015,7 +2016,8 @@ export default [
20152016
"ios_saf": "15.4",
20162017
"op_mob": "83",
20172018
"opera": "111",
2018-
"safari": "15.4"
2019+
"safari": "15.4",
2020+
"samsung": "27.0"
20192021
},
20202022
"docs": {
20212023
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/round"

0 commit comments

Comments
 (0)