Skip to content

Commit 6dd233c

Browse files
committed
Updated CHANGELOG.md and version-compatibility.md
1 parent 8a941ae commit 6dd233c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*Note: Numbers like (\#123) point to closed Pull Requests on the fractal-web repository.*
22

3-
# Unreleased
3+
# 1.18.3
44

55
* Dropped semver and used API task-groups ordering (\#803);
66
* Parsed timestamps in `admin/accounting` (\#803);

docs/version-compatibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ The following table shows which `fractal-server` versions are compatible with wh
44

55
| fractal-web | fractal-server |
66
|-------------|----------------|
7+
| 1.18.3 | 2.14.13 |
78
| 1.18.2 | 2.14.12 |
89
| 1.18.1 | 2.14.8 |
910
| 1.18.0 | 2.14.1 |

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default defineConfig({
8080

8181
webServer: [
8282
{
83-
command: './tests/start-test-server.sh --branch 2572-expose-grouped-response-from-get-apiv2task-group',
83+
command: './tests/start-test-server.sh --branch main',
8484
port: 8000,
8585
waitForPort: true,
8686
stdout: 'pipe',

0 commit comments

Comments
 (0)