Skip to content

Commit b1481ea

Browse files
committed
updated changelogs
1 parent 7b45355 commit b1481ea

4 files changed

Lines changed: 230 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!-- version-type: patch -->
2+
# common
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/rest` from ^8.1.0 to ^8.1.3
47+
- Bumped `@types/node` from ^25.3.5 to ^25.5.0
48+
- Bumped `vitest` from ^4.0.18 to ^4.1.1
49+
50+
## 🔧 Chores
51+
<!-- PLACEHOLDER: Describe other changes (chore:) -->
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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/auth-jwt` from ^2.1.2 to ^2.1.5
47+
- Bumped `@furystack/core` from ^15.2.5 to ^16.0.2
48+
- Bumped `@furystack/inject` from ^12.0.32 to ^12.0.34
49+
- Bumped `@furystack/logging` from ^8.1.1 to ^8.1.3
50+
- Bumped `@furystack/rest-client-fetch` from ^8.1.2 to ^8.1.5
51+
- Bumped `@furystack/shades` from ^13.0.0 to ^13.1.2
52+
- Bumped `@furystack/shades-common-components` from ^14.0.0 to ^15.0.2
53+
- Bumped `@furystack/utils` from ^8.2.1 to ^8.2.3
54+
- Bumped `@types/node` from ^25.3.5 to ^25.5.0
55+
- Bumped `typescript` from ^5.9.3 to ^6.0.2
56+
- Bumped `vite` from ^7.3.1 to ^8.0.2
57+
- Bumped `vitest` from ^4.0.18 to ^4.1.1
58+
59+
## 🔧 Chores
60+
<!-- PLACEHOLDER: Describe other changes (chore:) -->
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!-- version-type: patch -->
2+
# furystack-boilerplate-app
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/eslint-plugin` from ^2.0.0 to ^2.1.3
47+
- Bumped `@furystack/yarn-plugin-changelog` from ^1.0.6 to ^1.0.8
48+
- Bumped `@types/node` from ^25.3.5 to ^25.5.0
49+
- Bumped `@vitest/coverage-v8` from ^4.0.18 to ^4.1.1
50+
- Bumped `eslint` from ^10.0.3 to ^10.1.0
51+
- Bumped `eslint-plugin-jsdoc` from ^62.7.1 to ^62.8.0
52+
- Bumped `eslint-plugin-playwright` from ^2.9.0 to ^2.10.1
53+
- Bumped `lint-staged` from ^16.3.2 to ^16.4.0
54+
- Bumped `typescript` from ^5.9.3 to ^6.0.2
55+
- Bumped `typescript-eslint` from ^8.56.1 to ^8.57.2
56+
- Bumped `vite` from ^7.3.1 to ^8.0.2
57+
- Bumped `vitest` from ^4.0.18 to ^4.1.1
58+
59+
## 🔧 Chores
60+
<!-- PLACEHOLDER: Describe other changes (chore:) -->
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!-- version-type: patch -->
2+
# service
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/auth-jwt` from ^2.1.2 to ^2.1.5
47+
- Bumped `@furystack/core` from ^15.2.5 to ^16.0.2
48+
- Bumped `@furystack/filesystem-store` from ^7.1.2 to ^7.1.5
49+
- Bumped `@furystack/inject` from ^12.0.32 to ^12.0.34
50+
- Bumped `@furystack/logging` from ^8.1.1 to ^8.1.3
51+
- Bumped `@furystack/repository` from ^10.1.6 to ^10.1.9
52+
- Bumped `@furystack/rest-service` from ^12.3.0 to ^12.3.3
53+
- Bumped `@furystack/security` from ^7.0.4 to ^7.0.7
54+
- Bumped `@types/node` from ^25.3.5 to ^25.5.0
55+
- Bumped `typescript` from ^5.9.3 to ^6.0.2
56+
- Bumped `vitest` from ^4.0.18 to ^4.1.1
57+
58+
## 🔧 Chores
59+
<!-- PLACEHOLDER: Describe other changes (chore:) -->

0 commit comments

Comments
 (0)