Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
12 changes: 12 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aziontech/theme",
"type": "module",
"version": "4.2.0",
"version": "4.3.0",
"author": "aziontech",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/webkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

- [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))
* 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
Expand Down
2 changes: 1 addition & 1 deletion packages/webkit/catalog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package": "@aziontech/webkit",
"webkitVersion": "4.2.1",
"webkitVersion": "4.3.0",
"deniedPrefixes": [
"@aziontech/webkit/src/"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/webkit/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading