Skip to content

Commit

Permalink
My Jetpack: Add Backup 'needs-attention' red bubble and notice banner…
Browse files Browse the repository at this point in the history
… (#40512)

* Add redbubble & notice when backups are failing.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12406563295

Upstream-Ref: Automattic/jetpack@56c0fbc
  • Loading branch information
elliottprogrammer authored and matticbot committed Dec 19, 2024
1 parent 7a4af2a commit 9da64a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### This is a list detailing changes for the Jetpack RNA Components package releases.

## [0.65.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.65.0] - 2024-12-16
### Changed
- Fixes ThreatsDataViews defaultLayouts. [#40598]
Expand Down Expand Up @@ -1251,6 +1255,7 @@
### Changed
- Update node version requirement to 14.16.1

[0.65.1-alpha]: https://github.com/Automattic/jetpack-components/compare/0.65.0...0.65.1-alpha
[0.65.0]: https://github.com/Automattic/jetpack-components/compare/0.64.1...0.65.0
[0.64.1]: https://github.com/Automattic/jetpack-components/compare/0.64.0...0.64.1
[0.64.0]: https://github.com/Automattic/jetpack-components/compare/0.63.0...0.64.0
Expand Down
6 changes: 6 additions & 0 deletions components/notice/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
display: flex;
align-items: center;
margin-top: 20px;
row-gap: 20px;
flex-wrap: wrap;

@media screen and ( max-width: 600px ) {
justify-content: center;
}

a {
&, &:hover, &:active, &:focus {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-components",
"version": "0.65.0",
"version": "0.65.1-alpha",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 9da64a4

Please sign in to comment.