Skip to content

Commit 22fcc0a

Browse files
committed
added version and changelogs
1 parent 67fc39c commit 22fcc0a

3 files changed

Lines changed: 115 additions & 0 deletions

File tree

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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+
34+
- Migrated inline styles to `css` property in Shades components (`Header`, `Layout`, `JsonSchemaSelector`, `ShareButton`, `ThemeSwitch`, `ComparePage`, `ValidatePage`) - leveraging the new CSS-in-JS API for cleaner styling with pseudo-class support
35+
36+
## 🧪 Tests
37+
<!-- PLACEHOLDER: Describe test changes (test:) -->
38+
39+
## 📦 Build
40+
<!-- PLACEHOLDER: Describe build system changes (build:) -->
41+
42+
## 👷 CI
43+
<!-- PLACEHOLDER: Describe CI configuration changes (ci:) -->
44+
45+
## ⬆️ Dependencies
46+
47+
- Updated `@furystack/shades-common-components` from 10.x to 11.x (with new CSS-in-JS API)
48+
- Updated `@furystack/shades` from 11.0.x to 11.1.x
49+
- Updated other FuryStack packages (`core`, `inject`, `logging`, `rest-client-fetch`, `utils`)
50+
- Updated `monaco-editor` from 0.54.0 to 0.55.1
51+
- Updated `vite` from 7.1.x to 7.3.x and `vitest` from 3.x to 4.x
52+
53+
## 🔧 Chores
54+
<!-- PLACEHOLDER: Describe other changes (chore:) -->
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!-- version-type: patch -->
2+
# json-tools
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+
40+
- Consolidated vitest configuration by replacing workspace file with inline projects in `vitest.config.mts`
41+
- Switched coverage provider from `v8` to `istanbul`
42+
- Renamed npm script `test:unit` to `test` for consistency
43+
44+
## 👷 CI
45+
46+
- Updated CI workflow Node.js version references
47+
48+
## ⬆️ Dependencies
49+
50+
- Updated `vitest` from 3.x to 4.x with new coverage setup
51+
- Updated `eslint` from 9.37.x to 9.39.x and related plugins
52+
- Updated `@playwright/test` from 1.56.x to 1.58.x
53+
- Updated `jsdom` from 27.x to 28.x
54+
- Updated `yarn` from 4.10.3 to 4.12.0
55+
- Updated `prettier`, `lint-staged`, `rimraf`, and other dev dependencies
56+
57+
## 🔧 Chores
58+
<!-- PLACEHOLDER: Describe other changes (chore:) -->

.yarn/versions/923f81dd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
releases:
2+
frontend: patch
3+
json-tools: patch

0 commit comments

Comments
 (0)