@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/demo.md');
145
+ const markdownPath = path.join(__dirname, '../docs/partials/index.md');
146
146
 
147
147
  markdownMagic(markdownPath, configDemo, callback);
148
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem/auro-library",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "This repository holds shared scripts, utilities, and workflows utilized across repositories along the Auro Design System.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -77,7 +77,7 @@ function processDemo() {
77
77
  outputDir: './demo'
78
78
  };
79
79
 
80
- const markdownPath = './docs/partials/demo.md';
80
+ const markdownPath = './docs/partials/index.md';
81
81
 
82
82
  markdownMagic(markdownPath, configDemo, callback);
83
83
  }