Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.15.0 #4673

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading