Skip to content

Commit 367d186

Browse files
chore: prepare release (#2535)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 91850fb commit 367d186

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

.changeset/wrapperdts.md

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

elements/CHANGELOG.md

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

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- 91850fbf8: fixed TypeScript typings for react wrappers
8+
39
## 2.3.1
410

511
### Patch Changes

elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/elements",
33
"license": "MIT",
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"description": "PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",

tools/pfe-tools/CHANGELOG.md

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

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- 91850fbf8: fixed TypeScript typings for react wrappers
8+
39
## 1.4.1
410

511
### Patch Changes

tools/pfe-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pfe-tools",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"type": "module",
55
"description": "Development and build tools for PatternFly Elements and related projects",
66
"keywords": [

0 commit comments

Comments
 (0)