Skip to content

Commit

Permalink
chore: release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-gov-pages-operations committed Jan 15, 2025
1 parent dc995a9 commit 1814812
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 0.15.0 (2025-01-15)

### Added

- Add db migrations for file storage service #2077

### Fixed

- Promote Pages better in GitHub Status Checks

### Maintenance

- close outstanding dependeabot vulnerabilities
- test @shared/ButtonLink.jsx #4672
- test @shared/UsaIcon.jsx #4668
- Test frontend/pages/sites/SiteListItem.jsx and refactor/remove frontend/pages/sites/PublishedState.jsx
- Reenable sonarjs linting rules #4652
- Test shared/GithubBuildBranchLink #4670
- Test shared/GithubBuildShaLink #4669
- remove SiteUser and associated concepts (#4339)
- Test shared/GithubAuthButton #4671
- Test shared user org select #4667
- restore webpack bundle analyzer on dev (#4675)
- remove jobs.js (#4677)
- reconcile dependencies
- upgrade to express 5 (#4611)
- update docker uaa port to avoid zscaler conflict

### Documentation

- document testing strategies

## 0.14.0 (2024-11-20)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pages-core",
"private": true,
"version": "0.14.0",
"version": "0.15.0",
"description": "",
"keywords": [],
"dependencies": {
Expand Down

0 comments on commit 1814812

Please sign in to comment.