|
| 1 | +<!-- version-type: patch --> |
| 2 | +# frontend |
| 3 | + |
| 4 | +<!-- |
| 5 | +FORMATTING GUIDE: |
| 6 | +
|
| 7 | +### Detailed Entry (appears first when merging) |
| 8 | +
|
| 9 | +Use h3 (###) and below for detailed entries with paragraphs, code examples, and lists. |
| 10 | +
|
| 11 | +### Simple List Items |
| 12 | +
|
| 13 | +- Simple changes can be added as list items |
| 14 | +- They are collected together at the bottom of each section |
| 15 | +
|
| 16 | +TIP: When multiple changelog drafts are merged, heading-based entries |
| 17 | +appear before simple list items within each section. |
| 18 | +--> |
| 19 | + |
| 20 | +## ✨ Features |
| 21 | +<!-- PLACEHOLDER: Describe your shiny new features (feat:) --> |
| 22 | + |
| 23 | +## 🐛 Bug Fixes |
| 24 | +<!-- PLACEHOLDER: Describe the nasty little bugs that has been eradicated (fix:) --> |
| 25 | + |
| 26 | +## 📚 Documentation |
| 27 | +<!-- PLACEHOLDER: Describe documentation changes (docs:) --> |
| 28 | + |
| 29 | +## ⚡ Performance |
| 30 | +<!-- PLACEHOLDER: Describe performance improvements (perf:) --> |
| 31 | + |
| 32 | +## ♻️ Refactoring |
| 33 | +<!-- PLACEHOLDER: Describe code refactoring (refactor:) --> |
| 34 | + |
| 35 | +## 🧪 Tests |
| 36 | +<!-- PLACEHOLDER: Describe test changes (test:) --> |
| 37 | + |
| 38 | +## 📦 Build |
| 39 | +<!-- PLACEHOLDER: Describe build system changes (build:) --> |
| 40 | + |
| 41 | +## 👷 CI |
| 42 | +<!-- PLACEHOLDER: Describe CI configuration changes (ci:) --> |
| 43 | + |
| 44 | +## ⬆️ Dependencies |
| 45 | + |
| 46 | +- Bumped `@furystack/core` from ^15.0.34 to ^15.0.36 |
| 47 | +- Bumped `@furystack/inject` from ^12.0.28 to ^12.0.30 |
| 48 | +- Bumped `@furystack/logging` from ^8.0.28 to ^8.0.30 |
| 49 | +- Bumped `@furystack/rest-client-fetch` from ^8.0.34 to ^8.0.36 |
| 50 | +- Bumped `@furystack/shades` from ^11.1.0 to ^12.0.1 |
| 51 | +- Bumped `@furystack/shades-common-components` from ^11.0.0 to ^12.1.0 |
| 52 | +- Bumped `@furystack/utils` from ^8.1.9 to ^8.1.10 |
| 53 | +- Bumped `@types/node` from ^25.2.0 to ^25.2.3 |
| 54 | + |
| 55 | +## 🔧 Chores |
| 56 | +<!-- PLACEHOLDER: Describe other changes (chore:) --> |
0 commit comments