Skip to content

Commit

Permalink
Merge pull request #10129 from linode/staging
Browse files Browse the repository at this point in the history
Release v1.110.1 - `staging` → `master`
  • Loading branch information
jaalah-akamai authored Jan 31, 2024
2 parents cb834fc + c04b8e0 commit 3d973c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [2024-01-31] - v1.110.1
### Changed:
- Updated VPC flag for primary navigation

## [2024-01-22] - v1.110.0


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linode-manager",
"author": "Linode",
"description": "The Linode Manager website",
"version": "1.110.0",
"version": "1.110.1",
"private": true,
"type": "module",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/src/components/PrimaryNav/PrimaryNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const PrimaryNav = (props: PrimaryNavProps) => {
hide: !showVPCs,
href: '/vpcs',
icon: <VPC />,
isBeta: true,
isBeta: flags.vpc,
},
{
display: 'Firewalls',
Expand Down

0 comments on commit 3d973c5

Please sign in to comment.