From 4950a2ca085a11c4f9a99329281646516d8267fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Seixas?= Date: Thu, 30 Oct 2025 15:22:31 -0300 Subject: [PATCH] Release v9.146.15 --- CHANGELOG.md | 5 ++++- manifest.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d91147b36..4a48e477b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [9.146.15] - 2025-10-30 + ### Added - **Button** new props `role` and `ariaLabel` for improved accessibility support @@ -4200,9 +4202,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - **Dropdown** and **Input** props `short` and `long`. Their widths should be defined by their parents. -[Unreleased]: https://github.com/vtex/styleguide/compare/v9.146.14...HEAD +[Unreleased]: https://github.com/vtex/styleguide/compare/v9.146.15...HEAD [9.146.1]: https://github.com/vtex/styleguide/compare/v9.146.0...v9.146.1 +[9.146.15]: https://github.com/vtex/styleguide/compare/v9.146.14...v9.146.15 [9.146.14]: https://github.com/vtex/styleguide/compare/v9.146.13...v9.146.14 [9.146.13]: https://github.com/vtex/styleguide/compare/v9.146.12...v9.146.13 [9.146.12]: https://github.com/vtex/styleguide/compare/v9.146.11...v9.146.12 diff --git a/manifest.json b/manifest.json index c40e3a58b..4f6caab5e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "vendor": "vtex", "name": "styleguide", "title": "VTEX Styleguide", - "version": "9.146.14", + "version": "9.146.15", "description": "The VTEX Styleguide components for the Render framework", "builders": { "react": "3.x" diff --git a/package.json b/package.json index 7bd8b5776..439ccc7cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/styleguide", - "version": "9.146.14", + "version": "9.146.15", "scripts": { "lint": "eslint react --ext js,jsx,ts,tsx", "test": "node config/test.js",