From 06037e02948274c39450679f3973d3985da57951 Mon Sep 17 00:00:00 2001 From: "ROBSON.JUNIOR" Date: Tue, 28 Jul 2026 17:56:55 -0300 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- packages/theme/CHANGELOG.md | 12 ++++++++++++ packages/theme/package.json | 2 +- packages/webkit/CHANGELOG.md | 18 ++++++++++++++++++ packages/webkit/catalog.json | 2 +- packages/webkit/package.json | 2 +- 6 files changed, 35 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ed85dda6d..44eb89481 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/webkit": "4.2.1", - "packages/theme": "4.2.0", + "packages/webkit": "4.3.0", + "packages/theme": "4.3.0", "packages/icons": "4.1.0" } diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index d31216b07..44f0414aa 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -11,6 +11,18 @@ * [Inputs] normalize z-index across all inputs (ENG-46735) ([#783](https://github.com/aziontech/webkit/issues/783)) ([25d201d](https://github.com/aziontech/webkit/commit/25d201d5ae0e6054b9189bc81c76b7d9fc8c5055)) +## [4.3.0](https://github.com/aziontech/webkit/compare/@aziontech/theme@4.2.0...@aziontech/theme@4.3.0) (2026-07-28) + + +### Features + +* **webkit:** component fixes batch — Link, TabView, Popover, MiniButton, Dialog, theme ([#785](https://github.com/aziontech/webkit/issues/785)) ([df71f75](https://github.com/aziontech/webkit/commit/df71f75db52e386511f412c9d7905c7fcd2ac320)) + + +### Bug Fixes + +* use @aziontech/theme/animations imports; move vue-tsc to devDependencies ([b3795d2](https://github.com/aziontech/webkit/commit/b3795d2f4b9de580d4175fb2b870b959ceefaf69)) + ## [4.1.0](https://github.com/aziontech/webkit/compare/@aziontech/theme@4.0.0...@aziontech/theme@4.1.0) (2026-07-23) diff --git a/packages/theme/package.json b/packages/theme/package.json index 8db24655b..3ea315d2a 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,7 +1,7 @@ { "name": "@aziontech/theme", "type": "module", - "version": "4.2.0", + "version": "4.3.0", "author": "aziontech", "license": "MIT", "repository": { diff --git a/packages/webkit/CHANGELOG.md b/packages/webkit/CHANGELOG.md index 3b003773f..cad672e0f 100644 --- a/packages/webkit/CHANGELOG.md +++ b/packages/webkit/CHANGELOG.md @@ -4,6 +4,24 @@ - [Inputs] normalize z-index across all inputs (ENG-46735) ([#783](https://github.com/aziontech/webkit/issues/783)) ([25d201d](https://github.com/aziontech/webkit/commit/25d201d5ae0e6054b9189bc81c76b7d9fc8c5055)) +## [4.3.0](https://github.com/aziontech/webkit/compare/@aziontech/webkit@4.2.1...@aziontech/webkit@4.3.0) (2026-07-28) + + +### Features + +* **webkit:** component fixes batch — Link, TabView, Popover, MiniButton, Dialog, theme ([#785](https://github.com/aziontech/webkit/issues/785)) ([df71f75](https://github.com/aziontech/webkit/commit/df71f75db52e386511f412c9d7905c7fcd2ac320)) +* **webkit:** switch contrast, concentric radius & theme-stable handle ([#799](https://github.com/aziontech/webkit/issues/799)) ([f9bcc4c](https://github.com/aziontech/webkit/commit/f9bcc4c3dcfe1b8c3cecf9be9cb00cf69aca9635)) + + +### Bug Fixes + +* [Dropdown/DropdownPanel] refinements (ENG-46740, ENG-46741) ([#781](https://github.com/aziontech/webkit/issues/781)) ([e55906c](https://github.com/aziontech/webkit/commit/e55906c0ee4cf6bc544264c61b6dc13d9703226d)) +* [InputGroup] refinements (ENG-46733, ENG-46734) ([#784](https://github.com/aziontech/webkit/issues/784)) ([c016bcb](https://github.com/aziontech/webkit/commit/c016bcb322644e70c5a4ad186e1b1fac21efc4ee)) +* [InputText] extend clickable area (ENG-46736) ([#779](https://github.com/aziontech/webkit/issues/779)) ([d02ec9f](https://github.com/aziontech/webkit/commit/d02ec9f2977e04033f605e247ec9500a2a37924b)) +* [Select/MultiSelect/FieldSelect] refinements (ENG-46730, 46731, 46732, 46739) ([#782](https://github.com/aziontech/webkit/issues/782)) ([344f77c](https://github.com/aziontech/webkit/commit/344f77cd646631624a2c050dd2e4502f5d9a7587)) +* release withou format changelog file ([#816](https://github.com/aziontech/webkit/issues/816)) ([a7ad8f9](https://github.com/aziontech/webkit/commit/a7ad8f96415aa6bea7dfe1e3fe7d3d058fbf3956)) +* use @aziontech/theme/animations imports; move vue-tsc to devDependencies ([b3795d2](https://github.com/aziontech/webkit/commit/b3795d2f4b9de580d4175fb2b870b959ceefaf69)) + ## [4.2.0](https://github.com/aziontech/webkit/compare/@aziontech/webkit@4.1.0...@aziontech/webkit@4.2.0) (2026-07-23) ### Features diff --git a/packages/webkit/catalog.json b/packages/webkit/catalog.json index 3ddf9582f..28c329bda 100644 --- a/packages/webkit/catalog.json +++ b/packages/webkit/catalog.json @@ -1,6 +1,6 @@ { "package": "@aziontech/webkit", - "webkitVersion": "4.2.1", + "webkitVersion": "4.3.0", "deniedPrefixes": [ "@aziontech/webkit/src/" ], diff --git a/packages/webkit/package.json b/packages/webkit/package.json index 6b0c002bb..53329a899 100644 --- a/packages/webkit/package.json +++ b/packages/webkit/package.json @@ -1,6 +1,6 @@ { "name": "@aziontech/webkit", - "version": "4.2.1", + "version": "4.3.0", "description": "Reusable UI components and design system utilities for building Azion web interfaces.", "license": "MIT", "type": "module",