Skip to content

Commit

Permalink
chore(release): 2.6.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [2.6.0-beta.2](v2.6.0-beta.1...v2.6.0-beta.2) (2024-07-28)

### Features

* force version bump and release ([6ecef1d](6ecef1d))
  • Loading branch information
semantic-release-bot authored and jason-capsule42 committed Sep 30, 2024
1 parent 921689a commit d6f7251
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Release Automated Changelog

# [2.6.0-beta.2](https://github.com/AlaskaAirlines/auro-badge/compare/v2.6.0-beta.1...v2.6.0-beta.2) (2024-07-28)


### Features

* force version bump and release ([6ecef1d](https://github.com/AlaskaAirlines/auro-badge/commit/6ecef1d8d6a3f326c747ddc948fc6bfb63cee8a2))

# [2.6.0-beta.1](https://github.com/AlaskaAirlines/auro-badge/compare/v2.5.1-beta.1...v2.6.0-beta.1) (2024-07-28)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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.3.0/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.0.5/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-badge@2.6.0-beta.1/dist/auro-badge__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-badge@2.6.0-beta.2/dist/auro-badge__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-badge",
"version": "2.6.0-beta.1",
"version": "2.6.0-beta.2",
"description": "Auro custom auro-badge element",
"author": "Product design and research",
"engines": {
Expand Down Expand Up @@ -160,8 +160,16 @@
"@commitlint/config-conventional"
],
"rules": {
"footer-max-line-length": [1, "always", 100],
"body-max-line-length": [1, "always", 100]
"footer-max-line-length": [
1,
"always",
100
],
"body-max-line-length": [
1,
"always",
100
]
}
},
"publishConfig": {
Expand Down

0 comments on commit d6f7251

Please sign in to comment.