Skip to content

Commit

Permalink
chore(release): 3.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.6](v3.1.5...v3.1.6) (2024-11-23)

### Bug Fixes

* update markdown partial pathing to consume new auro lib [#101](#101) ([d26a2d7](d26a2d7))

### Performance Improvements

* add `nodeResolve` to rollup.config ([48e6529](48e6529))
* package lock out of sync [#101](#101) ([a218e30](a218e30))
* update library to `3.0.2` ([b783620](b783620))
  • Loading branch information
semantic-release-bot committed Nov 23, 2024
1 parent a218e30 commit 10ee76e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Semantic Release Automated Changelog

## [3.1.6](https://github.com/AlaskaAirlines/auro-table/compare/v3.1.5...v3.1.6) (2024-11-23)


### Bug Fixes

* update markdown partial pathing to consume new auro lib [#101](https://github.com/AlaskaAirlines/auro-table/issues/101) ([d26a2d7](https://github.com/AlaskaAirlines/auro-table/commit/d26a2d7953a2b36e6755d006ad232f6118b5ae1c))


### Performance Improvements

* add `nodeResolve` to rollup.config ([48e6529](https://github.com/AlaskaAirlines/auro-table/commit/48e65291ed9c60a48b7131d6ce833edcbe10d411))
* package lock out of sync [#101](https://github.com/AlaskaAirlines/auro-table/issues/101) ([a218e30](https://github.com/AlaskaAirlines/auro-table/commit/a218e30b7a4e797da2756f4711cd6ade4f155acd))
* update library to `3.0.2` ([b783620](https://github.com/AlaskaAirlines/auro-table/commit/b7836201f62f8ecd8d03d626fb0c9ea3a74aa437))

## [3.1.5](https://github.com/AlaskaAirlines/auro-table/compare/v3.1.4...v3.1.5) (2024-11-01)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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.9.2/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-table@3.1.5/dist/auro-table__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-table@3.1.6/dist/auro-table__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-table",
"version": "3.1.5",
"version": "3.1.6",
"description": "auro-table HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 10ee76e

Please sign in to comment.