-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 3.0.0-beta.1 [skip ci]
# [3.0.0-beta.1](v2.8.0-beta.2...v3.0.0-beta.1) (2024-10-03) ### Features * add custom registered auro-datetime ([33a189b](33a189b)) * add tag name as attribute when custom registered ([26808eb](26808eb)) ### Performance Improvements * refactor custom component registration config ([1f3e0de](1f3e0de)) * remove github label colors ([b5187c0](b5187c0)) * update dependencies ([2de3a30](2de3a30)) ### BREAKING CHANGES * trigger major release for color theme support #121
- Loading branch information
1 parent
33a189b
commit dc66ff6
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,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-flight@2.8.0-beta.2/dist/auro-flight__bundled.js" type="module"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-flight@3.0.0-beta.1/dist/auro-flight__bundled.js" type="module"></script> | ||
``` | ||
|
||
<!-- AURO-GENERATED-CONTENT:END --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters