@aurodesignsystem/auro-accordion 6.0.0-rc-206.1 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
# [6.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* feat!: upgrade package tooling to use auro-cli ([a1ccbe6](https://github.com/AlaskaAirlines/auro-accordion/commit/a1ccbe651cf2547c9582ed273d099059a950d982)), closes [AlaskaAirlines/auro-cli#108](https://github.com/AlaskaAirlines/auro-cli/issues/108) [AlaskaAirlines/auro-cli#109](https://github.com/AlaskaAirlines/auro-cli/issues/109) [AlaskaAirlines/auro-cli#110](https://github.com/AlaskaAirlines/auro-cli/issues/110) [AlaskaAirlines/auro-cli#111](https://github.com/AlaskaAirlines/auro-cli/issues/111)
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
### Bug Fixes
|
|
8
|
-
|
|
9
|
-
* remove extra button styles ([43c3307](https://github.com/AlaskaAirlines/auro-accordion/commit/43c330765fae312cb23c91a0b690917e2bc2c9aa))
|
|
1
|
+
# [6.1.0](https://github.com/AlaskaAirlines/auro-accordion/compare/v6.0.0...v6.1.0) (2025-10-17)
|
|
10
2
|
|
|
11
3
|
|
|
12
4
|
### Features
|
|
@@ -18,11 +10,6 @@
|
|
|
18
10
|
|
|
19
11
|
* update auro-button for deprecated `ondark` attr [#203](https://github.com/AlaskaAirlines/auro-accordion/issues/203) ([3c47a9d](https://github.com/AlaskaAirlines/auro-accordion/commit/3c47a9de397236dff2f9ea61a32eb3bd0c20e9eb))
|
|
20
12
|
|
|
21
|
-
|
|
22
|
-
### BREAKING CHANGES
|
|
23
|
-
|
|
24
|
-
* Package exports have changed. To access the component class add /class to the end of the import. See "exports" in the package.json for more details.
|
|
25
|
-
|
|
26
13
|
# Semantic Release Automated Changelog
|
|
27
14
|
|
|
28
15
|
## [5.2.6](https://github.com/AlaskaAirlines/auro-accordion/compare/v5.2.5...v5.2.6) (2025-09-29)
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem/auro-accordion",
|
|
10
|
-
"version": "6.
|
|
10
|
+
"version": "6.1.0",
|
|
11
11
|
"description": "auro-accordion HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|