@aurodesignsystem/auro-library 2.5.0 → 2.5.1
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
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Semantic Release Automated Changelog
|
|
2
2
|
|
|
3
|
+
## [2.5.1](https://github.com/AlaskaAirlines/auro-library/compare/v2.5.0...v2.5.1) (2024-02-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* update reference to index.md ([e504708](https://github.com/AlaskaAirlines/auro-library/commit/e5047082cc0e198d0ee8e35fccdd1d715e3ff940))
|
|
9
|
+
|
|
3
10
|
# [2.5.0](https://github.com/AlaskaAirlines/auro-library/compare/v2.4.7...v2.5.0) (2024-02-07)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -142,7 +142,7 @@ function processDemo() {
|
|
|
142
142
|
outputDir: './demo'
|
|
143
143
|
};
|
|
144
144
|
|
|
145
|
-
const markdownPath = path.join(__dirname, '../docs/partials/
|
|
145
|
+
const markdownPath = path.join(__dirname, '../docs/partials/index.md');
|
|
146
146
|
|
|
147
147
|
markdownMagic(markdownPath, configDemo, callback);
|
|
148
148
|
}
|
package/package.json
CHANGED