Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.1](v4.0.0...v4.0.1) (2024-10-08)

### Bug Fixes

* moves auro library to dependencies in package.json [#36](#36) ([2ef5f82](2ef5f82))
* moving Library out of peerDependencies [#36](#36) ([837da39](837da39))
  • Loading branch information
semantic-release-bot committed Oct 8, 2024
1 parent 837da39 commit 5acb85c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Semantic Release Automated Changelog

## [4.0.1](https://github.com/AlaskaAirlines/auro-lockup/compare/v4.0.0...v4.0.1) (2024-10-08)


### Bug Fixes

* moves auro library to dependencies in package.json [#36](https://github.com/AlaskaAirlines/auro-lockup/issues/36) ([2ef5f82](https://github.com/AlaskaAirlines/auro-lockup/commit/2ef5f821553e324883f32d77069c6f1a8d7f0873))
* moving Library out of peerDependencies [#36](https://github.com/AlaskaAirlines/auro-lockup/issues/36) ([837da39](https://github.com/AlaskaAirlines/auro-lockup/commit/837da39be51430e23705b31f63e131b00711b5fe))

# [4.0.0](https://github.com/AlaskaAirlines/auro-lockup/compare/v3.0.8...v4.0.0) (2024-10-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,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/design-tokens@4.10.0/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@6.0.0/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-lockup@4.0.0/dist/auro-lockup__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-lockup@4.0.1/dist/auro-lockup__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-lockup",
"version": "4.0.0",
"version": "4.0.1",
"description": "auro-lockup HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5acb85c

Please sign in to comment.