Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.0...v1.3.0) (2025-02-10)

### Features

* **1.3.0:** merge vom dev to main ([#48](#48)) ([fa53c23](fa53c23))
* add hide navbar ([6920f5e](6920f5e))
* update minor version ([ca61df5](ca61df5))

### Bug Fixes

* add flag to uiLayer ([8513ab7](8513ab7))
* add width 100% ([6021d9a](6021d9a))
* adjust state handling ([f164337](f164337))
* **contentBarWrapper:** save elements in DOM ([#45](#45)) ([4974b84](4974b84))
* cookie hooks ([43498dc](43498dc))
* **cookies-hooks:** add another condition ([#41](#41)) ([d8a139e](d8a139e))
  • Loading branch information
semantic-release-bot committed Feb 10, 2025
1 parent fa53c23 commit e4e1feb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.3.0](https://github.com/iavofficial/IAVFrontendFramework/compare/v1.2.0...v1.3.0) (2025-02-10)

### Features

* **1.3.0:** merge vom dev to main ([#48](https://github.com/iavofficial/IAVFrontendFramework/issues/48)) ([fa53c23](https://github.com/iavofficial/IAVFrontendFramework/commit/fa53c23b21518e199235c069b48ac298a09318f9))
* add hide navbar ([6920f5e](https://github.com/iavofficial/IAVFrontendFramework/commit/6920f5e773d6329ba2d1e3669c246dec0d7ef03f))
* update minor version ([ca61df5](https://github.com/iavofficial/IAVFrontendFramework/commit/ca61df5f7e97e97ddbfa1f3b45dbf384fdc69416))

### Bug Fixes

* add flag to uiLayer ([8513ab7](https://github.com/iavofficial/IAVFrontendFramework/commit/8513ab72be63d246b69afd10f6524db0178b5232))
* add width 100% ([6021d9a](https://github.com/iavofficial/IAVFrontendFramework/commit/6021d9afd76a7b07e3b0ee52f2600ce11bb15875))
* adjust state handling ([f164337](https://github.com/iavofficial/IAVFrontendFramework/commit/f164337099999096953920d9484f2973e5a9eb35))
* **contentBarWrapper:** save elements in DOM ([#45](https://github.com/iavofficial/IAVFrontendFramework/issues/45)) ([4974b84](https://github.com/iavofficial/IAVFrontendFramework/commit/4974b84f4cc524312b3cf239bf42bc32d9ca7698))
* cookie hooks ([43498dc](https://github.com/iavofficial/IAVFrontendFramework/commit/43498dc434dd2d7f1e98609cd60ce9396396f335))
* **cookies-hooks:** add another condition ([#41](https://github.com/iavofficial/IAVFrontendFramework/issues/41)) ([d8a139e](https://github.com/iavofficial/IAVFrontendFramework/commit/d8a139e9662e9e29e0c35c7d09d2a3556f604c6e))

## [1.3.0-dev.2](https://github.com/iavofficial/IAVFrontendFramework/compare/v1.3.0-dev.1...v1.3.0-dev.2) (2025-02-10)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iavofficial/frontend-framework",
"version": "1.3.0-dev.2",
"version": "1.3.0",
"private": false,
"license": "Apache-2.0",
"description": "This framework is the foundation of frontend applications to provide maintainability, expandability, unification and an improved developer experience.",
Expand Down

0 comments on commit e4e1feb

Please sign in to comment.