Skip to content

Commit d531237

Browse files
author
GitHub Actions Bot
committed
Build release
1 parent 9894727 commit d531237

22 files changed

Lines changed: 5021 additions & 182 deletions

.github/workflows/cherry-pick.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/code-style.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/store-info.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/store.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG_en-GB.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 3.7.1
2+
- [bump: increase version](https://github.com/FriendsOfShopware/FroshTools/commit/9894727)
3+
- [fix: wrap long log messages in detail modal (#415)](https://github.com/FriendsOfShopware/FroshTools/commit/484ac51)

checksum.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

phpstan.neon.dist

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"base": "/bundles/froshtools/administration/",
3+
"entryPoints": {
4+
"frosh-tools": {
5+
"css": [
6+
"/bundles/froshtools/administration/css/frosh-tools.css"
7+
],
8+
"dynamic": [],
9+
"js": [
10+
"/bundles/froshtools/administration/js/frosh-tools.js"
11+
],
12+
"legacy": false,
13+
"preload": []
14+
}
15+
},
16+
"legacy": false,
17+
"metadatas": {},
18+
"version": [
19+
"7.0.4",
20+
7,
21+
0,
22+
4
23+
],
24+
"viteServer": null
25+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"main.js": {
3+
"file": "js/frosh-tools.js",
4+
"name": "frosh-tools",
5+
"src": "main.js",
6+
"isEntry": true,
7+
"css": [
8+
"css/frosh-tools.css"
9+
]
10+
}
11+
}

0 commit comments

Comments
 (0)