Skip to content

Commit 5304e8a

Browse files
Version Packages (#2097)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1ea9dc3 commit 5304e8a

File tree

12 files changed

+63
-57
lines changed

12 files changed

+63
-57
lines changed

.changeset/angry-lands-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/short-planets-wink.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/wide-mangos-guess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/next/faustwp-getting-started/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@apollo/client": "^3.10.4",
14-
"@faustwp/cli": "^3.2.2",
15-
"@faustwp/core": "^3.2.2",
14+
"@faustwp/cli": "^3.2.3",
15+
"@faustwp/core": "^3.2.3",
1616
"@wordpress/base-styles": "^5.10.0",
1717
"@wordpress/block-library": "^9.10.0",
1818
"classnames": "^2.5.1",

packages/block-editor-utils/CHANGELOG.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @faustwp/block-editor-utils
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- 709fe4a: chore: Forced an update for babel packages for security vulnerability - GHSA-968p-4wvh-cqc8
8+
39
## 0.3.2
410

511
### Patch Changes
@@ -30,15 +36,15 @@
3036
// Component.js
3137

3238
Component.config = {
33-
name: 'CreateBlockBlockB',
34-
editorFields: {
35-
textArea: {
36-
type: 'string',
37-
label: 'My Message',
38-
location: 'editor',
39-
control: 'textarea', // <--- Render a TextAreaControl field in the Gutenberg editor
40-
},
41-
},
39+
name: 'CreateBlockBlockB',
40+
editorFields: {
41+
textArea: {
42+
type: 'string',
43+
label: 'My Message',
44+
location: 'editor',
45+
control: 'textarea', // <--- Render a TextAreaControl field in the Gutenberg editor
46+
},
47+
},
4248
};
4349
```
4450

@@ -72,9 +78,9 @@
7278

7379
```js
7480
<div
75-
style={styles}
76-
className="rich-text"
77-
dangerouslySetInnerHTML={{ __html: attributes.richText }}
81+
style={styles}
82+
className="rich-text"
83+
dangerouslySetInnerHTML={{ __html: attributes.richText }}
7884
/>
7985
```
8086

@@ -125,9 +131,9 @@
125131
import save from './save';
126132

127133
registerFaustBlock(MyFirstBlock, {
128-
blockJson: metadata,
129-
editFn: Edit,
130-
saveFn: save,
134+
blockJson: metadata,
135+
editFn: Edit,
136+
saveFn: save,
131137
});
132138
```
133139

packages/block-editor-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustwp/block-editor-utils",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Faust Block Editor Utils Package",
55
"main": "dist/cjs/index.js",
66
"module": "dist/mjs/index.js",

packages/blocks/CHANGELOG.md

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

3+
## 6.1.2
4+
5+
### Patch Changes
6+
7+
- 709fe4a: chore: Forced an update for babel packages for security vulnerability - GHSA-968p-4wvh-cqc8
8+
39
## 6.1.1
410

511
### Patch Changes

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": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Faust Blocks",
55
"main": "dist/cjs/index.js",
66
"module": "dist/mjs/index.js",

packages/faustwp-cli/CHANGELOG.md

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

3+
## 3.2.3
4+
5+
### Patch Changes
6+
7+
- 709fe4a: chore: Forced an update for babel packages for security vulnerability - GHSA-968p-4wvh-cqc8
8+
39
## 3.2.2
410

511
### Patch Changes

packages/faustwp-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustwp/cli",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "This modules provides a CLI to develop, build, and serve your Faust apps",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)