Skip to content

Commit dd4b945

Browse files
chore: changeset message update, package version boost v6.0.0
1 parent 528f11e commit dd4b945

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/popular-glasses-occur.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
---
44

55
Update of the CoreParagraph block to support the native WP anchor attribute. GitHub issue: "[[feat] Add anchor attribute to core/paragraph block](https://github.com/wpengine/faustjs/issues/1954)"
6+
7+
Introduces new field to `core/paragraph` block: `anchor`. This field allows users to add an anchor to the paragraph block. The anchor is used to create a link to a specific part of the page. The anchor is added to the block's wrapper element as an ID attribute.
8+
9+
**Files changed:**
10+
- packages/blocks/src/blocks/CoreParagraph.tsx (added anchor attribute)
11+
- packages/blocks/package.json (updated package version to 6.0.0)

packages/blocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustwp/blocks",
3-
"version": "5.1.0",
3+
"version": "6.0.0",
44
"description": "Faust Blocks",
55
"main": "dist/cjs/index.js",
66
"module": "dist/mjs/index.js",

0 commit comments

Comments
 (0)