Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.7...v2.0.0) (2024-03-25)

### Bug Fixes

* **svg:** center svgs within sidenavitems [#17](#17) ([364db92](364db92))

### Features

* mobile sidenav via attribute [#13](#13) ([c88af64](c88af64))

### BREAKING CHANGES

* all auro-sidenav instances are now mobile until
specified with the static attribute.

Changes to be committed:
	modified:   apiExamples/basic.html
	modified:   apiExamples/custom.html
	modified:   apiExamples/full.html
	modified:   apiExamples/heading.html
	modified:   apiExamples/hyperlink.html
	modified:   apiExamples/isToggle.html
	modified:   apiExamples/sections.html
	modified:   apiExamples/selected.html
	modified:   demo/api.md
	modified:   demo/index.html
	modified:   demo/index.md
	modified:   docs/api.md
	modified:   docs/partials/index.md
	modified:   package-lock.json
	modified:   src/auro-sidenav.js
	modified:   src/auro-sidenavsection.js
	modified:   test/auro-sidenav.test.js
   modified:   apiExamples/collapsible.html
   modified:   README.md
  • Loading branch information
semantic-release-bot committed Mar 25, 2024
1 parent 364db92 commit e866338
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Semantic Release Automated Changelog

# [2.0.0](https://github.com/AlaskaAirlines/auro-sidenav/compare/v1.1.7...v2.0.0) (2024-03-25)


### Bug Fixes

* **svg:** center svgs within sidenavitems [#17](https://github.com/AlaskaAirlines/auro-sidenav/issues/17) ([364db92](https://github.com/AlaskaAirlines/auro-sidenav/commit/364db9237ea60b5a964d219e9ed2116e1640c18a))


### Features

* mobile sidenav via attribute [#13](https://github.com/AlaskaAirlines/auro-sidenav/issues/13) ([c88af64](https://github.com/AlaskaAirlines/auro-sidenav/commit/c88af641146f998bc6d7b05c4f79f64ce85ee032))


### BREAKING CHANGES

* all auro-sidenav instances are now mobile until
specified with the static attribute.

Changes to be committed:
modified: apiExamples/basic.html
modified: apiExamples/custom.html
modified: apiExamples/full.html
modified: apiExamples/heading.html
modified: apiExamples/hyperlink.html
modified: apiExamples/isToggle.html
modified: apiExamples/sections.html
modified: apiExamples/selected.html
modified: demo/api.md
modified: demo/index.html
modified: demo/index.md
modified: docs/api.md
modified: docs/partials/index.md
modified: package-lock.json
modified: src/auro-sidenav.js
modified: src/auro-sidenavsection.js
modified: test/auro-sidenav.test.js
modified: apiExamples/collapsible.html
modified: README.md

## [1.1.7](https://github.com/AlaskaAirlines/auro-sidenav/compare/v1.1.6...v1.1.7) (2024-03-11)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-sidenav@1.1.7/dist/auro-sidenav__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-sidenav@2.0.0/dist/auro-sidenav__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-sidenav",
"version": "1.1.7",
"version": "2.0.0",
"description": "auro-sidenav HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit e866338

Please sign in to comment.