Skip to content

Commit 482ba5c

Browse files
authored
adjusted version, filled changelog (#5)
* adjusted version, filled changelog * filled changelog entries * cr fixes
1 parent 1af784c commit 482ba5c

File tree

13 files changed

+592
-605
lines changed

13 files changed

+592
-605
lines changed
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.0.34 to ^8.0.36
47+
- Bumped `@types/node` from ^25.2.0 to ^25.2.3
48+
- Bumped `ts-json-schema-generator` from ^2.4.0 to ^2.5.0
49+
50+
## 🔧 Chores
51+
<!-- PLACEHOLDER: Describe other changes (chore:) -->
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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:) -->
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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/core` from ^15.0.34 to ^15.0.36
47+
- Bumped `@furystack/filesystem-store` from ^7.0.34 to ^7.0.36
48+
- Bumped `@furystack/inject` from ^12.0.28 to ^12.0.30
49+
- Bumped `@furystack/logging` from ^8.0.28 to ^8.0.30
50+
- Bumped `@furystack/repository` from ^10.0.34 to ^10.0.36
51+
- Bumped `@furystack/rest-service` from ^11.0.2 to ^11.0.4
52+
- Bumped `@furystack/security` from ^6.0.34 to ^6.0.36
53+
- Bumped `@types/node` from ^25.2.0 to ^25.2.3
54+
55+
## 🔧 Chores
56+
<!-- PLACEHOLDER: Describe other changes (chore:) -->
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<!-- version-type: patch -->
2+
# stack-craft
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 `@eslint/js` from ^9.39.2 to ^10.0.1
47+
- Bumped `@playwright/test` from ^1.58.1 to ^1.58.2
48+
- Bumped `@types/node` from ^25.2.0 to ^25.2.3
49+
- Bumped `eslint` from ^9.39.2 to ^10.0.0
50+
- Bumped `eslint-plugin-jsdoc` from ^62.5.0 to ^62.6.0
51+
- Removed `eslint-plugin-playwright` (not yet compatible with ESLint 10)
52+
- Bumped `rimraf` from ^6.1.2 to ^6.1.3
53+
- Bumped `typescript-eslint` from ^8.54.0 to ^8.56.0
54+
55+
## 🔧 Chores
56+
<!-- PLACEHOLDER: Describe other changes (chore:) -->

.yarn/versions/22d9ca71.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
releases:
2+
common: patch
3+
frontend: patch
4+
service: patch
5+
stack-craft: patch

common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"create-schemas": "node ./dist/bin/create-schemas.js"
2626
},
2727
"devDependencies": {
28-
"@types/node": "^25.2.0",
29-
"ts-json-schema-generator": "^2.4.0",
28+
"@types/node": "^25.2.3",
29+
"ts-json-schema-generator": "^2.5.0",
3030
"vitest": "^4.0.18"
3131
},
3232
"dependencies": {
33-
"@furystack/rest": "^8.0.34"
33+
"@furystack/rest": "^8.0.36"
3434
}
3535
}

eslint.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@
33
import eslint from '@eslint/js'
44
import prettierConfig from 'eslint-config-prettier'
55
import jsdoc from 'eslint-plugin-jsdoc'
6-
import playwright from 'eslint-plugin-playwright'
76
import tseslint from 'typescript-eslint'
87

98
export default tseslint.config(
10-
{
11-
...playwright.configs['flat/recommended'],
12-
files: ['e2e'],
13-
},
149
{
1510
ignores: [
1611
'coverage',

frontend/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"vitest": "^4.0.18"
1818
},
1919
"dependencies": {
20-
"@furystack/core": "^15.0.34",
21-
"@furystack/inject": "^12.0.28",
22-
"@furystack/logging": "^8.0.28",
23-
"@furystack/rest-client-fetch": "^8.0.34",
24-
"@furystack/shades": "^11.1.0",
25-
"@furystack/shades-common-components": "^11.0.0",
26-
"@furystack/utils": "^8.1.9",
27-
"@types/node": "^25.2.0",
20+
"@furystack/core": "^15.0.36",
21+
"@furystack/inject": "^12.0.30",
22+
"@furystack/logging": "^8.0.30",
23+
"@furystack/rest-client-fetch": "^8.0.36",
24+
"@furystack/shades": "^12.0.1",
25+
"@furystack/shades-common-components": "^12.1.0",
26+
"@furystack/utils": "^8.1.10",
27+
"@types/node": "^25.2.3",
2828
"common": "workspace:^"
2929
}
3030
}

frontend/src/components/layout.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ export const Layout = Shade({
2424
id="Layout"
2525
style={{
2626
backgroundColor: injector.getInstance(ThemeProviderService).theme.background.default,
27-
width: '100%',
28-
height: '100%',
29-
display: 'flex',
30-
flexDirection: 'column',
3127
}}
3228
>
3329
<Header title="🧩 Stack Craft" links={[]} />

frontend/src/pages/buttons-demo.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ export const ButtonsDemo = Shade({
1010
marginTop: '5em',
1111
flexDirection: 'column',
1212
background: 'url(https://talkillustration.com/wp-content/uploads/2015/04/ghtyj.jpg)',
13-
backgroundSize: 'cover',
14-
backgroundPosition: 'center',
1513
},
1614
render: ({ useState }) => {
1715
const [disabled, setDisabled] = useState('disabled', false)

0 commit comments

Comments
 (0)