Skip to content

Commit

Permalink
Chore(release): Publish [ci-skip]
Browse files Browse the repository at this point in the history
  - lmc/spirit-web-twig-bundle@1.6.0
  • Loading branch information
janicekt authored and literat committed Jul 30, 2022
1 parent aa5315f commit 8f77555
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions packages/web-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<!-- There should always be "Unreleased" section at the beginning. -->
## Unreleased

## 1.6.0 - 2022-04-29
- Add main props `data-*` and `id` into `Button` and `ButtonLink` components
- Introduce `Header`, `Navbar`, `NavbarActions`, `NavbarClose`, `NavbarToggle`, `Nav `, `NavItem`, `NavLink `components
- Allow `aria-*` as main props in `Button` and `ButtonLink` components
Expand Down
4 changes: 2 additions & 2 deletions packages/web-twig/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Spirit Web Twig Bundle
=================
![QA](https://jenkins-seduo-ci.prod.internal.lmc/job/Spirit-web-twig-bundle-qa/badge/icon?subject=QA&link=https://jenkins-seduo-ci.prod.internal.lmc/job/Spirit-web-twig-bundle-qa/)
![Version](https://img.shields.io/badge/version-1.5.0-blue.svg)
![Version](https://img.shields.io/badge/version-1.6.0-blue.svg)

This is a Symfony bundle with Twig implementation of [Spirit Design System] components, extended with HTML-like syntax.

Expand Down Expand Up @@ -33,7 +33,7 @@ Download using *composer*
2. Install package

```bash
composer require lmc/spirit-web-twig-bundle:~1.5.0
composer require lmc/spirit-web-twig-bundle:~1.6.0
```
### Step 2

Expand Down
2 changes: 1 addition & 1 deletion packages/web-twig/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"@phpstan"
]
},
"version": "1.5.0"
"version": "1.6.0"
}

0 comments on commit 8f77555

Please sign in to comment.