Skip to content

Commit 905465f

Browse files
github-actions[bot]bennypowers
authored andcommitted
chore: prepare release (rc)
1 parent 277a9a3 commit 905465f

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"pf-timestamp",
3636
"pf-tooltip",
3737
"rc-1",
38+
"tools-remove-esbuild",
3839
"tools"
3940
]
4041
}

tools/pfe-tools/CHANGELOG.md

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

3+
## 1.0.0-rc.2
4+
5+
### Major Changes
6+
7+
- d01c7e067: Removed and deprecated esbuild and cem/a features
8+
9+
### Breaking Changes
10+
11+
- ❌ Removed esbuild helpers
12+
- 💱 Moved custom-elements-manifest config helper to `custom-elements-manifest/config.js`
13+
- 💱 Moved dev-server config helper to `dev-server/config.js`
14+
- 💱 Moved test-runner config helper to `test-runner/config.js`
15+
- ⚠️ Deprecated custom-elements-manifest helpers
16+
317
## 1.0.0-rc.1
418

519
### 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.0.0-rc.1",
3+
"version": "1.0.0-rc.2",
44
"type": "module",
55
"description": "Development and build tools for PatternFly Elements and related projects",
66
"keywords": [

0 commit comments

Comments
 (0)