Skip to content

Commit efce498

Browse files
committed
Changelog/package.json updates
1 parent c406455 commit efce498

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

packages/manager/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8383
- Account scope support for ACLP-Alerting firewall dimension filters ([#12879](https://github.com/linode/manager/pull/12879))
8484
- Ability to edit tags on volume details page ([#12800](https://github.com/linode/manager/pull/12800))
8585
- Add VPC IPv6 support in Linode Create flow ([#12885](https://github.com/linode/manager/pull/12885))
86+
- Add VPC IPv6 support in the Linode Details page -> Network tab ([#12856](https://github.com/linode/manager/pull/12856))
8687

8788
## [2025-09-11] - v1.150.1
8889

packages/utilities/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2025-09-23] - v0.9.0
2+
3+
### Changed:
4+
5+
- Separate VPC IPv6 from `linodeInterfaceFactoryVPC` into `linodeInterfaceFactoryDualStackVPC`
6+
17
## [2025-09-09] - v0.8.0
28

39
### Changed:

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linode/utilities",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Linode Utility functions library",
55
"main": "src/index.ts",
66
"module": "src/index.ts",

packages/validation/.changeset/pr-12856-upcoming-features-1758141580798.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/validation/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
### Fixed:
88

99
- Username & email ASCII & chars limit validation + improved messages ([#12788](https://github.com/linode/manager/pull/12788))
10+
- Fix VPC IPv6 range validation in `ModifyLinodeInterfaceSchema` ([#12856](https://github.com/linode/manager/pull/12856))
1011

1112
### Upcoming Features:
1213

0 commit comments

Comments
 (0)