Skip to content

Commit e61b9e5

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.3.2...v4.0.0) (2025-02-28) * feat!: move peer dependencies to "real" dependencies ([c39e639](c39e639)) ### BREAKING CHANGES * last change was breaking _on a patch version_ because of peer dependencies Summary: Our current build process relies on peer dependencies being present, but the peer dependency pipeline is causing far more issues than it's worth. Why not just make them regular dependencies? This is what this PR does :)
1 parent c39e639 commit e61b9e5

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Semantic Release Automated Changelog
22

3+
# [4.0.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.3.2...v4.0.0) (2025-02-28)
4+
5+
6+
* feat!: move peer dependencies to "real" dependencies ([c39e639](https://github.com/AlaskaAirlines/auro-skeleton/commit/c39e63995028efb50d9733786c6080e846e3f83e))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* last change was breaking _on a patch version_ because of peer dependencies
12+
13+
Summary:
14+
Our current build process relies on peer dependencies being present, but
15+
the peer dependency pipeline is causing far more issues than it's worth.
16+
Why not just make them regular dependencies? This is what this PR does :)
17+
318
## [3.3.2](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.3.1...v3.3.2) (2025-02-08)
419

520

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
102102
```html
103103
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@/dist/auro-classic/CSSCustomProperties.css" />
104104
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@/dist/bundled/essentials.css" />
105-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-skeleton@3.3.2/dist/auro-skeleton__bundled.js" type="module"></script>
105+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-skeleton@4.0.0/dist/auro-skeleton__bundled.js" type="module"></script>
106106
```
107107

108108
<!-- AURO-GENERATED-CONTENT:END -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"================================================================================"
88
],
99
"name": "@aurodesignsystem/auro-skeleton",
10-
"version": "3.3.2",
10+
"version": "4.0.0",
1111
"description": "auro-skeleton HTML custom element",
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)