Skip to content

Commit ba3ea6b

Browse files
committed
Merge branch 'main' into APL-473
2 parents c1ca0e9 + 00d3840 commit ba3ea6b

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.5.0](https://github.com/linode/apl-console/compare/v3.4.0...v3.5.0) (2025-01-28)
6+
7+
8+
### Features
9+
10+
* pr checklist ([#491](https://github.com/linode/apl-console/issues/491)) ([2465a25](https://github.com/linode/apl-console/commit/2465a252eb834cb625541bdedbca86f94f6e46b2))
11+
* remove deploy and revert changes buttons ([#493](https://github.com/linode/apl-console/issues/493)) ([91ed8a6](https://github.com/linode/apl-console/commit/91ed8a61fb2670df834e16dfcd262df41099d7ff))
12+
13+
14+
### Bug Fixes
15+
16+
* readonly user email when already exist ([#492](https://github.com/linode/apl-console/issues/492)) ([b9f1904](https://github.com/linode/apl-console/commit/b9f19047b5cd37dcd834f7e32210cd999df7e620))
17+
* update message ([#494](https://github.com/linode/apl-console/issues/494)) ([a144e9f](https://github.com/linode/apl-console/commit/a144e9f83f69b8002acb53ad36e86bed12bef1af))
18+
* updated no new updates text ([#490](https://github.com/linode/apl-console/issues/490)) ([39ddbf1](https://github.com/linode/apl-console/commit/39ddbf1ced3de777e05b20671c8f1dcd3ed8ffbc))
19+
20+
21+
### Others
22+
23+
* **deps:** bump nginx from 1.22.0-alpine to 1.27.3-alpine ([#478](https://github.com/linode/apl-console/issues/478)) ([90d07ac](https://github.com/linode/apl-console/commit/90d07ac0ae047764199e18d56869ed2169fec764))
24+
525
## [3.4.0](https://github.com/linode/apl-console/compare/v3.3.0...v3.4.0) (2024-12-17)
626

727

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,5 +171,5 @@
171171
"tag": true
172172
}
173173
},
174-
"version": "3.4.0"
174+
"version": "3.5.0"
175175
}

src/components/Dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export default function Dashboard({ team, inventory }: Props): React.ReactElemen
287287

288288
return (
289289
<Box>
290-
{themeView === 'platform' && <UpgradeVersion version={versions?.core} />}
290+
{themeView === 'platform' && user?.isPlatformAdmin && <UpgradeVersion version={versions?.core} />}
291291
<Card>
292292
<InventoryCard
293293
classes={classes}

0 commit comments

Comments
 (0)