Skip to content

Commit

Permalink
chore(release): 1.0.3 🎉 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2024-07-15)

### Bug Fixes

* **button:** added default button type ([ea19950](ea19950)), closes [#355](#355)
* multiple initialization ([39fad60](39fad60))
* **popover:** fixed popover container attribute ([6327e76](6327e76)), closes [#352](#352)
* top on sticky header and add method for close NavBar on mobile ([d1df044](d1df044))

### Features

* add regex for italian plate and set plate validators ([be076df](be076df))
* added output event ([f29bfd3](f29bfd3))
* **timeline:** added timeline component ([147b8f5](147b8f5))
  • Loading branch information
semantic-release-bot committed Jul 15, 2024
1 parent 39fad60 commit 32db68c
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.0.3](https://github.com/italia/design-angular-kit/compare/v1.0.2...v1.0.3) (2024-07-15)


### Bug Fixes

* **button:** added default button type ([ea19950](https://github.com/italia/design-angular-kit/commit/ea1995042dba4e882698300c08065d72330d6443)), closes [#355](https://github.com/italia/design-angular-kit/issues/355)
* multiple initialization ([39fad60](https://github.com/italia/design-angular-kit/commit/39fad609eff01a63a5dfb3c5db70c57c1031505e))
* **popover:** fixed popover container attribute ([6327e76](https://github.com/italia/design-angular-kit/commit/6327e764827e440a4372fbf06aa953b1c4f0f0c8)), closes [#352](https://github.com/italia/design-angular-kit/issues/352)
* top on sticky header and add method for close NavBar on mobile ([d1df044](https://github.com/italia/design-angular-kit/commit/d1df044615b35c0f00c4c23a6f854a6941516b51))


### Features

* add regex for italian plate and set plate validators ([be076df](https://github.com/italia/design-angular-kit/commit/be076dffaf80174f4273af63cab9c693acd9ef95))
* added output event ([f29bfd3](https://github.com/italia/design-angular-kit/commit/f29bfd3d55634c1c81943b06679521069336fe34))
* **timeline:** added timeline component ([147b8f5](https://github.com/italia/design-angular-kit/commit/147b8f5089fc1edd8ce7dad6d6c510f2a1011a10))

## [1.0.2](https://github.com/italia/design-angular-kit/compare/v1.0.1...v1.0.2) (2024-04-08)


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
Expand Up @@ -2,7 +2,7 @@
"name": "design-angular-kit-bundle",
"description": "Un toolkit Angular conforme alle linee guida di design per i servizi web della PA",
"author": "Presidenza del Consiglio dei Ministri",
"version": "1.0.2",
"version": "1.0.3",
"license": "BSD-3-Clause",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 32db68c

Please sign in to comment.