Skip to content

Commit cf8d2c0

Browse files
committed
Add property attribute to MetaAttributes for Open Graph support
The HTML meta element supports a property attribute used by Open Graph protocol, but MetaAttributes was missing it.
1 parent 60e966e commit cf8d2c0

27 files changed

Lines changed: 44 additions & 13 deletions

packages/cache/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @suckless/cache
22

3+
## 0.2.3
4+
35
## 0.2.2
46

57
## 0.2.1

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suckless/cache",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Minimal, type-safe cache with pluggable adapters",
55
"keywords": [
66
"adapter",

packages/cron/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @suckless/cron
22

3+
## 0.2.3
4+
35
## 0.2.2
46

57
## 0.2.1

packages/cron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suckless/cron",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Cron expression parser with next/prev schedule computation",
55
"keywords": [
66
"cron",

packages/duration/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @suckless/duration
22

3+
## 0.2.3
4+
35
## 0.2.2
46

57
## 0.2.1

packages/duration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suckless/duration",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Parse and format duration strings",
55
"keywords": [
66
"duration",

packages/emitter/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @suckless/emitter
22

3+
## 0.2.3
4+
35
## 0.2.2
46

57
## 0.2.1

packages/emitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suckless/emitter",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Type-safe event emitter",
55
"keywords": [
66
"emitter",

packages/jsx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @suckless/jsx
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- Add `property` attribute to `MetaAttributes` for Open Graph meta tags
8+
39
## 0.2.2
410

511
### Patch Changes

packages/jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suckless/jsx",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "JSX-to-string runtime for server-side HTML rendering with XSS escaping and strict per-element types",
55
"keywords": [
66
"escape",

0 commit comments

Comments
 (0)