Skip to content

Commit e00e673

Browse files
chore: release 0.14.1
1 parent 09fb316 commit e00e673

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 0.14.1 (2024-12-20)
2+
3+
### Fixed
4+
5+
- Promote Pages better in GitHub Status Checks
6+
7+
### Maintenance
8+
9+
- test @shared/UsaIcon.jsx #4668
10+
- Test frontend/pages/sites/SiteListItem.jsx and refactor/remove frontend/pages/sites/PublishedState.jsx
11+
- Reenable sonarjs linting rules #4652
12+
- Test shared/GithubBuildBranchLink #4670
13+
- Test shared/GithubBuildShaLink #4669
14+
- remove SiteUser and associated concepts (#4339)
15+
- Test shared/GithubAuthButton #4671
16+
- Test shared user org select #4667
17+
- restore webpack bundle analyzer on dev (#4675)
18+
- remove jobs.js (#4677)
19+
- reconcile dependencies
20+
- upgrade to express 5 (#4611)
21+
- update docker uaa port to avoid zscaler conflict
22+
23+
### Documentation
24+
25+
- document testing strategies
26+
127
## 0.14.0 (2024-11-20)
228

329
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pages-core",
33
"private": true,
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"description": "",
66
"keywords": [],
77
"dependencies": {

0 commit comments

Comments
 (0)